- 23 May, 2006 9 commits
-
-
Andrew M. Kuchling authored
-
Ronald Oussoren authored
This patchs makes it possible to create a universal build on OSX 10.4 and use the result to build extensions on 10.3. It also makes it possible to override the '-arch' and '-isysroot' compiler arguments for specific extensions.
-
Ronald Oussoren authored
#1487105.
-
Georg Brandl authored
"base" parameter.
-
Ronald Oussoren authored
-
Richard Jones authored
Applied patch zombie-frames-2.diff from sf patch 876206 with updates for Python 2.5 and also modified to retain the free_list to avoid the 67% slow-down in pybench recursion test. 5% speed up in function call pybench.
-
Fredrik Lundh authored
approach as find/index
-
Fredrik Lundh authored
-
Tim Peters authored
since that's what it should be.
-
- 22 May, 2006 10 commits
-
-
Tim Peters authored
compiler warnings on Windows (signed vs unsigned mismatch in comparisons). Cleaned that up by switching more locals to Py_ssize_t. Simplified overflow checking (it can _be_ simpler because while these things are declared as Py_ssize_t, then should in fact never be negative).
-
Fredrik Lundh authored
for long repeats.
-
Fredrik Lundh authored
-
Bob Ippolito authored
-
Fredrik Lundh authored
total number of occurences
-
Bob Ippolito authored
Revert gzip readline performance patch #1281707 until a more generic performance improvement can be found
-
Bob Ippolito authored
-
Tim Peters authored
Michael Hudson's nice gimmicks for IEEE special values (infinities, NaNs) don't work.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 21 May, 2006 2 commits
-
-
George Yoshida authored
-
George Yoshida authored
-
- 20 May, 2006 5 commits
-
-
Andrew M. Kuchling authored
-
George Yoshida authored
-
George Yoshida authored
- Regenerate keyword lists with reswords.py.
-
George Yoshida authored
- add clarifying words
-
Ronald Oussoren authored
This patches a file that is generated by bgen, however the code is now the same as a current copy of bgen would generate. Without this patch most types in the Carbon.CF module are unusable. I haven't managed to coax bgen into generating a complete copy of _CFmodule.c yet :-(, hence the manual patching.
-
- 19 May, 2006 7 commits
-
-
Tim Peters authored
-
Ronald Oussoren authored
directory, that makes the file open/save dialogs more useable. * Don't use argv emulator, its not needed for idle.
-
Neal Norwitz authored
Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. I suppose this could be backported if anyone cares.
-
Neal Norwitz authored
I suppose this could be backported if anyone cares.
-
Neal Norwitz authored
-
Neal Norwitz authored
if a continue inside a try failed.
-
Andrew M. Kuchling authored
-
- 18 May, 2006 7 commits
-
-
Ronald Oussoren authored
-
Vinay Sajip authored
Changed status from "beta" to "production"; since logging has been part of the stdlib since 2.3, it should be safe to make this assertion ;-)
-
Georg Brandl authored
-
Georg Brandl authored
strings and removes a possible "U" before passing the mode to the C library function.
-
Neal Norwitz authored
-
Georg Brandl authored
-
Georg Brandl authored
-