- 05 Eyl, 2006 3 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Tim Peters yazdı
checking to live happily with recent gcc optimizations that assume signed integer arithmetic never overflows.
-
Neal Norwitz yazdı
-
- 03 Eyl, 2006 5 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Neal Norwitz yazdı
Doc fix: hashlib objects don't always return a digest of 16 bytes.
-
- 02 Eyl, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 01 Eyl, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 51677)
-
Fred Drake yazdı
- various minor cleanups for improved consistency
-
- 25 Agu, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 22 Agu, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Anthony Baxter yazdı
-
- 21 Agu, 2006 4 kayıt (commit)
-
-
Neal Norwitz yazdı
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 yazdı
Handle a few more error conditions. Klocwork 301 and 302. Will backport.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897. (remove the padding)
-
- 20 Agu, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 51416)
-
- 19 Agu, 2006 3 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
object so we don't leak op. (Fixes an earlier patch to this code) Klockwork #350
-
Neal Norwitz yazdı
Klocwork #307
-
- 18 Agu, 2006 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
(backport from rev. 51368)
-
Georg Brandl yazdı
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 yazdı
on systems with low clock resolution.
-
- 17 Agu, 2006 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
the final release and all bugfix releases) will be from this branch, not the trunk.
-
- 16 Agu, 2006 10 kayıt (commit)
-
-
Neil Schemenauer yazdı
generated for generator expressions.
-
Kurt B. Kaiser yazdı
'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 yazdı
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 yazdı
-
Fredrik Lundh yazdı
ignore data that arrives before the opening start tag
-
Marc-André Lemburg yazdı
-
Thomas Heller yazdı
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 yazdı
-
Andrew M. Kuchling yazdı
-
Thomas Heller yazdı
exception. Remove a stray '?' character from the exception text when the value is retrieved of such an object. Includes tests.
-