- 05 Sep, 2006 5 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
checking to live happily with recent gcc optimizations that assume signed integer arithmetic never overflows.
-
Neal Norwitz authored
-
- 03 Sep, 2006 5 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Neal Norwitz authored
Doc fix: hashlib objects don't always return a digest of 16 bytes.
-
- 02 Sep, 2006 1 commit
-
-
Neal Norwitz authored
-
- 01 Sep, 2006 2 commits
-
-
Georg Brandl authored
(backport from rev. 51677)
-
Fred Drake authored
- various minor cleanups for improved consistency
-
- 25 Aug, 2006 1 commit
-
-
Martin v. Löwis authored
-
- 22 Aug, 2006 2 commits
-
-
Neal Norwitz authored
-
Anthony Baxter authored
-
- 21 Aug, 2006 4 commits
-
-
Neal Norwitz authored
a unicode string in a build with wide unicode (UCS-4) support. I will forward port to 2.6. Can someone backport to 2.4?
-
Neal Norwitz authored
Handle a few more error conditions. Klocwork 301 and 302. Will backport.
-
Neal Norwitz authored
-
Neal Norwitz authored
Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897. (remove the padding)
-
- 20 Aug, 2006 1 commit
-
-
Georg Brandl authored
(backport from rev. 51416)
-
- 19 Aug, 2006 3 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
object so we don't leak op. (Fixes an earlier patch to this code) Klockwork #350
-
Neal Norwitz authored
Klocwork #307
-
- 18 Aug, 2006 4 commits
-
-
Andrew M. Kuchling authored
-
Georg Brandl authored
(backport from rev. 51368)
-
Georg Brandl authored
Additionally, remove a faulty example showing PySequence_SetItem applied to a newly created list object and add notes that this isn't a good idea. (backport from rev. 51364)
-
Martin v. Löwis authored
on systems with low clock resolution.
-
- 17 Aug, 2006 4 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Anthony Baxter authored
-
Anthony Baxter authored
the final release and all bugfix releases) will be from this branch, not the trunk.
-
- 16 Aug, 2006 8 commits
-
-
Neil Schemenauer authored
generated for generator expressions.
-
Kurt B. Kaiser authored
'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the Shell menu hotkey from 's' to 'l'. M Bindings.py M PyShell.py M NEWS.txt
-
Thomas Heller authored
Clarify somewhat how parameters are passed to functions (especially explain what integer means). Correct the table - Python integers and longs can both be used. Further clarification to the table comparing ctypes types, Python types, and C types. Reference: Replace integer by C ``int`` where it makes sense.
-
Andrew M. Kuchling authored
-
Fredrik Lundh authored
ignore data that arrives before the opening start tag
-
Marc-André Lemburg authored
-
Thomas Heller authored
of the Python part of a callback function to C. If it cannot be converted, call PyErr_WriteUnraisable with the exception we got. Before, arbitrary data has been passed to the calling C code in this case. (I'm not really sure the NEWS entry is understandable, but I cannot find better words)
-
Andrew M. Kuchling authored
-