- 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 4 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Thomas Heller authored
-
- 15 Dec, 2007 1 commit
-
-
Georg Brandl authored
-
- 14 Dec, 2007 1 commit
-
-
Thomas Heller authored
-
- 13 Dec, 2007 2 commits
-
-
Guido van Rossum authored
GCC versions may optimize away overflow buffer overflow checks without this option! Thanks to Ismail Donmez. No thanks to the GCC devs.
-
Alexandre Vassalotti authored
Fix issue #1313119.
-
- 10 Dec, 2007 1 commit
-
-
Guido van Rossum authored
-
- 05 Dec, 2007 2 commits
-
-
Ronald Oussoren authored
This patch doesn't remove the wrappers for OSADebug* API's but only defines them when configure detects that the API's are present in the system's header files.
-
Christian Heimes authored
merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError
-
- 03 Dec, 2007 1 commit
-
-
Martin v. Löwis authored
-
- 01 Dec, 2007 1 commit
-
-
Lars Gustäbel authored
the start. (backport from r59260)
-
- 30 Nov, 2007 1 commit
-
-
Amaury Forgeot d'Arc authored
PyArgs_ParseTuple t# and w# formats truncated the lengths to 32bit.
-