- 09 Jan, 2008 2 commits
-
-
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.
-
- 29 Nov, 2007 2 commits
-
-
Georg Brandl authored
(backport from rev. 59224)
-
Guido van Rossum authored
-
- 25 Nov, 2007 1 commit
-
-
Gerhard Häring authored
statement recompilation with no bound parameters lead to a segfault - Backported a fix necessary because of an SQLite API change in version 3.5. This prevents segfaults when executing empty queries, like our test suite does.
-
- 24 Nov, 2007 3 commits
-
-
Skip Montanaro authored
-
Amaury Forgeot d'Arc authored
attribute of an empty cell object. Now a ValueError is raised. Backport of r59170.
-
Skip Montanaro authored
-