| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport checkin: | Walter Dörwald | 2005-11-25 | 1 | -2/+12 |
|
|
* | [Patch #1094164] replaceChild(x,x) ends up removing x from the tree. Add fix... | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+11 |
|
|
* | [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu... | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+2 |
|
|
* | Backport (with output/test_poll): | Neal Norwitz | 2005-11-03 | 2 | -0/+22 |
|
|
* | Backport: | Neal Norwitz | 2005-11-02 | 1 | -1/+1 |
|
|
* | Backport: | Neal Norwitz | 2005-10-28 | 1 | -0/+24 |
|
|
* | Backport: SF bug #1167751: fix incorrect code being for generator expressions. | Neal Norwitz | 2005-10-23 | 1 | -0/+12 |
|
|
* | Backport: | Neal Norwitz | 2005-10-20 | 1 | -0/+48 |
|
|
* | Teach unquote() to handle unicode inputs | Raymond Hettinger | 2005-10-15 | 1 | -0/+4 |
|
|
* | Fix unit test failure -- the output received from Python can be empty, | Guido van Rossum | 2005-10-08 | 1 | -1/+1 |
|
|
* | SF #1313496: bisect C replacement doesn't accept named args | Raymond Hettinger | 2005-10-05 | 1 | -0/+10 |
|
|
* | Backport: | Neal Norwitz | 2005-10-03 | 1 | -0/+50 |
|
|
* | file test_cmd_line.py was added on branch release24-maint on 2005-10-03 01:03... | Neal Norwitz | 2005-10-03 | 1 | -50/+0 |
|
|
* | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2005-10-03 | 1 | -0/+50 |
|
|
* | - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1, | Neal Norwitz | 2005-09-30 | 1 | -0/+9 |
|
|
* | Backport (with Anthony's blessing (in fact he reminded me to do it :)): | Michael W. Hudson | 2005-09-26 | 1 | -0/+7 |
|
|
* | Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2). | Guido van Rossum | 2005-09-22 | 1 | -2/+2 |
|
|
* | (backport) test and fix for buggy handling of exceptions raised by C | Armin Rigo | 2005-09-20 | 1 | -2/+21 |
|
|
* | backport: | Anthony Baxter | 2005-09-20 | 1 | -0/+7 |
|
|
* | Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than | Georg Brandl | 2005-09-18 | 1 | -0/+3 |
|
|
* | Test case for latest complexobject fix. | Georg Brandl | 2005-09-17 | 1 | -0/+2 |
|
|
* | Clear the regex cache when the locale changes. | Brett Cannon | 2005-09-15 | 1 | -0/+2 |
|
|
* | - Changes donated by Elemental Security to make it work on AIX 5.3 | Guido van Rossum | 2005-09-14 | 2 | -5/+37 |
|
|
* | Backport checkin: | Walter Dörwald | 2005-08-30 | 2 | -3/+82 |
|
|
* | Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. | Martin v. Löwis | 2005-08-27 | 1 | -0/+35 |
|
|
* | Add list() around xreadlines() | Georg Brandl | 2005-08-26 | 1 | -1/+1 |
|
|
* | backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve | Georg Brandl | 2005-08-26 | 1 | -9/+93 |
|
|
* | backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows | Georg Brandl | 2005-08-26 | 1 | -0/+2 |
|
|
* | backport bug [ 1262320 ] minidom.py alternate newl support is broken | Georg Brandl | 2005-08-25 | 1 | -4/+11 |
|
|
* | Backport fixes for bugs #1191043 and #1215928. | Georg Brandl | 2005-08-25 | 1 | -1/+17 |
|
|
* | Make IDNA return an empty string when the input is empty. Fixes #1163178. | Martin v. Löwis | 2005-08-25 | 1 | -0/+6 |
|
|
* | Backport bug #735248: fix urllib2.parse_http_list(). | Georg Brandl | 2005-08-24 | 1 | -0/+8 |
|
|
* | backport bug [ 728515 ] mmap's resize method resizes the file in win32 but no... | Georg Brandl | 2005-08-24 | 1 | -0/+8 |
|
|
* | SF bug #1242657: list(obj) can swallow KeyboardInterrupt | Raymond Hettinger | 2005-08-21 | 1 | -0/+9 |
|
|
* | Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patch | Barry Warsaw | 2005-08-15 | 1 | -0/+1 |
|
|
* | Complete backport of #1172785 fix. | Georg Brandl | 2005-08-13 | 1 | -0/+3 |
|
|
* | Teach set modules to correctly compute s-=s and s^=s as the empty set. | Raymond Hettinger | 2005-08-13 | 2 | -0/+25 |
|
|
* | * SF bug #1257731: Fix logic in set.__contains__(), set.remove(), | Raymond Hettinger | 2005-08-12 | 1 | -0/+13 |
|
|
* | add support for svn: and svn+ssh: URL schemes to urlparse | Fred Drake | 2005-07-29 | 1 | -0/+5 |
|
|
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 5 | -8/+8 |
|
|
* | Backport checkin: | Walter Dörwald | 2005-07-20 | 1 | -1/+18 |
|
|
* | backport doctest for weakref examples | Georg Brandl | 2005-07-02 | 1 | -0/+86 |
|
|
* | SF bug #1224621: tokenize module does not detect inconsistent dedents | Raymond Hettinger | 2005-06-21 | 1 | -1/+19 |
|
|
* | SF patch #1200018: Restore GC support to set objects | Raymond Hettinger | 2005-06-19 | 1 | -0/+10 |
|
|
* | backport Lib/test/test_class.py revision 1.13: | Michael W. Hudson | 2005-06-16 | 1 | -1/+1 |
|
|
* | [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite | Andrew M. Kuchling | 2005-06-15 | 1 | -1/+2 |
|
|
* | [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ... | Andrew M. Kuchling | 2005-06-08 | 1 | -0/+6 |
|
|
* | Tools/scripts/reindent.py is your friend | Anthony Baxter | 2005-06-08 | 2 | -5/+5 |
|
|
* | [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra... | Andrew M. Kuchling | 2005-06-07 | 1 | -0/+18 |
|
|
* | Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. | Georg Brandl | 2005-06-03 | 1 | -0/+10 |
|
|