- 21 Jan, 2008 3 commits
-
-
Georg Brandl authored
(backport from rev. 60170)
-
Georg Brandl authored
second line of code were not always recognized correctly. (backport from rev. 60168)
-
Vinay Sajip authored
Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski.
-
- 19 Jan, 2008 6 commits
-
-
Andrew M. Kuchling authored
-
Gregory P. Smith authored
headers beyond the signed 2**31 byte boundary.
-
Gregory P. Smith authored
- 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 authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
- 18 Jan, 2008 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
create a new weakref to the object.
-
- 17 Jan, 2008 1 commit
-
-
Gregory P. Smith authored
- 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 Jan, 2008 2 commits
-
-
Thomas Heller authored
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 authored
-
- 14 Jan, 2008 1 commit
-
-
Raymond Hettinger authored
Fix 1698398: Zipfile.printdir() crashed because the format string expected a tuple object of length six instead of a time.struct_time object.
-
- 11 Jan, 2008 1 commit
-
-
Thomas Heller authored
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 Jan, 2008 3 commits
-
-
Facundo Batista authored
wrong. Fix issue 1774.
-
Andrew M. Kuchling authored
-
Mark Dickinson authored
-
- 08 Jan, 2008 3 commits
-
-
Mark Dickinson authored
for any integral Decimal instance x.
-
Facundo Batista authored
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 authored
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 Jan, 2008 2 commits
-
-
Martin v. Löwis authored
-
Facundo Batista authored
-
- 06 Jan, 2008 1 commit
-
-
Guido van Rossum authored
-
- 05 Jan, 2008 1 commit
-
-
Guido van Rossum authored
Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'. Fix by John Nagle.
-
- 04 Jan, 2008 4 commits
-
-
Guido van Rossum authored
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 authored
-
Lars Gustäbel authored
permissions and times. (backport from r59712)
-
Christian Heimes authored
-
- 03 Jan, 2008 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Regular Expression inline flags not handled correctly for some unicode characters.
-
Guido van Rossum authored
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 Jan, 2008 1 commit
-
-
Guido van Rossum authored
-
- 29 Dec, 2007 1 commit
-
-
Martin v. Löwis authored
-
- 24 Dec, 2007 1 commit
-
-
Brett Cannon authored
-
- 19 Dec, 2007 1 commit
-
-
Thomas Heller authored
ctypes 1.0.3 will be also be released).
-
- 18 Dec, 2007 2 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-