- 19 Ock, 2008 6 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Gregory P. Smith yazdı
headers beyond the signed 2**31 byte boundary.
-
Gregory P. Smith yazdı
- Issue #1336: fix a race condition in subprocess.Popen if the garbage collector kicked in at the wrong time that would cause the process to hang when the child wrote to stderr.
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
- 18 Ock, 2008 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Fix for #1303614 and #1174712: - __dict__ descriptor abuse for subclasses of built-in types - subclassing from both ModuleType and another built-in types
-
Guido van Rossum yazdı
create a new weakref to the object.
-
- 17 Ock, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
- Issue829951: In the smtplib module, SMTP.starttls() now complies with RFC 3207 and forgets any knowledge obtained from the server not obtained from the TLS negotiation itself. Patch contributed by Bill Fenner.
-
- 16 Ock, 2008 2 kayıt (commit)
-
-
Thomas Heller yazdı
Fix a potential 'SystemError: NULL result without error'. NULL may be a valid return value from PyLong_AsVoidPtr. Also move an older ctypes NEWS item in the correct category.
-
Georg Brandl yazdı
-
- 14 Ock, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Fix 1698398: Zipfile.printdir() crashed because the format string expected a tuple object of length six instead of a time.struct_time object.
-
- 11 Ock, 2008 1 kayıt (commit)
-
-
Thomas Heller yazdı
Merged revisions 59925 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r59925 | thomas.heller | 2008-01-11 20:34:06 +0100 (Fr, 11 Jan 2008) | 5 lines Raise an error instead of crashing with a segfault when a NULL function pointer is called. Will backport to release25-maint. ........
-
- 09 Ock, 2008 3 kayıt (commit)
-
-
Facundo Batista yazdı
wrong. Fix issue 1774.
-
Andrew M. Kuchling yazdı
-
Mark Dickinson yazdı
-
- 08 Ock, 2008 3 kayıt (commit)
-
-
Mark Dickinson yazdı
for any integral Decimal instance x.
-
Facundo Batista yazdı
the art. It now complies latest specification and tests. The only difference of this version with the one in the trunk is that a small subset that hash tests were removed, because they rely on modifications to core hash() function (see issue 1182 for further details).
-
Andrew M. Kuchling yazdı
Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP64 platforms where attr_t isn't a C long
-
- 07 Ock, 2008 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Facundo Batista yazdı
-
- 06 Ock, 2008 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Ock, 2008 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'. Fix by John Nagle.
-
- 04 Ock, 2008 4 kayıt (commit)
-
-
Guido van Rossum yazdı
Add a hack (originally devised in a slightly different form by Thomas Wouters) to prevent spurious tracebacks when a daemon thread's cleanup happens to wake up when the world around it has already been destroyed. This also backports other small changes to this file, essentially making it identical to the trunk version.
-
Andrew M. Kuchling yazdı
-
Lars Gustäbel yazdı
permissions and times. (backport from r59712)
-
Christian Heimes yazdı
-
- 03 Ock, 2008 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Regular Expression inline flags not handled correctly for some unicode characters.
-
Guido van Rossum yazdı
reveals that a lot more are missing. If you checked anything into the 2.5.2 branch without updating Misc/NEWS, please correct your mistake!
-
- 02 Ock, 2008 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Ara, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 24 Ara, 2007 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 19 Ara, 2007 1 kayıt (commit)
-
-
Thomas Heller yazdı
ctypes 1.0.3 will be also be released).
-
- 18 Ara, 2007 4 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Thomas Heller yazdı
-
- 15 Ara, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-