| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix problem handling EXTENDED_ARGs from SF bug # 1333982 | Neal Norwitz | 2005-10-24 | 1 | -0/+23 |
|
|
* | Fix compiler test when run with -u (long mode) | Neal Norwitz | 2005-10-24 | 1 | -1/+1 |
|
|
* | Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have | Neil Schemenauer | 2005-10-23 | 1 | -0/+9 |
|
|
* | Revert previous checkin: | Neal Norwitz | 2005-10-22 | 1 | -1/+1 |
|
|
* | Revert change, func_name of lambda's is back to <lambda>. | Neil Schemenauer | 2005-10-21 | 1 | -1/+1 |
|
|
* | Fix bug: | Michael W. Hudson | 2005-10-21 | 2 | -0/+20 |
|
|
* | Fix SF bug #1167751, Argument genexp corner case | Neal Norwitz | 2005-10-21 | 1 | -2/+14 |
|
|
* | Add comment lost from AST merge | Neal Norwitz | 2005-10-21 | 1 | -1/+1 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 12 | -70/+214 |
|
|
* | Disable some tests in anticipation of merging ast-branch to the head | Jeremy Hylton | 2005-10-20 | 2 | -29/+37 |
|
|
* | Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) | Neal Norwitz | 2005-10-20 | 1 | -1/+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 |
|
|
* | Part of SF patch #1313939: Speedup charmap decoding by extending | Walter Dörwald | 2005-10-06 | 1 | -1/+36 |
|
|
* | SF #1313496: bisect C replacement doesn't accept named args | Raymond Hettinger | 2005-10-05 | 1 | -0/+10 |
|
|
* | SF bug #887946, segfault if redirecting directory | Neal Norwitz | 2005-10-03 | 1 | -0/+50 |
|
|
* | - Fix segfault with invalid coding. | Neal Norwitz | 2005-10-02 | 2 | -0/+22 |
|
|
* | Patch #1309009, Fix segfault in pyexpat when the XML document is | Neal Norwitz | 2005-09-30 | 1 | -0/+9 |
|
|
* | some more fixes and tests for inspect.getsource(), triggered by crashes | Armin Rigo | 2005-09-25 | 2 | -0/+36 |
|
|
* | Convert iterator __len__() methods to a private API. | Raymond Hettinger | 2005-09-24 | 3 | -1/+13 |
|
|
* | Patches #1298449 and #1298499: Add some missing checks for error | Michael W. Hudson | 2005-09-22 | 1 | -0/+7 |
|
|
* | MacOSX 10.4 apparently does not allow the creation time to be set to later | Jack Jansen | 2005-09-21 | 1 | -2/+2 |
|
|
* | test and fix for buggy handling of exceptions raised by C functions, | Armin Rigo | 2005-09-20 | 1 | -2/+21 |
|
|
* | skip _locale test if OS X < 10.4 | Skip Montanaro | 2005-09-19 | 1 | -0/+6 |
|
|
* | Test case for latest complexobject fix. | Georg Brandl | 2005-09-17 | 1 | -0/+2 |
|
|
* | No longer ignore exceptions raised by comparisons during key lookup. | Raymond Hettinger | 2005-09-16 | 1 | -0/+17 |
|
|
* | Clear out the regex cache when the TimeRE cache is invalidated by a locale | 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 |
|
|
* | Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than | Gustavo Niemeyer | 2005-09-14 | 1 | -0/+3 |
|
|
* | Revert 1.170. Add tests. | Raymond Hettinger | 2005-09-10 | 1 | -0/+6 |
|
|
* | SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain | 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 |
|
|
* | Whitespace normalization (via reindent.py). | Tim Peters | 2005-08-26 | 4 | -6/+5 |
|
|
* | testSeekBackwardsFromEnd(): Repair obvious syntax error. | Tim Peters | 2005-08-26 | 1 | -1/+1 |
|
|
* | Add list() around xreadlines() | Georg Brandl | 2005-08-26 | 1 | -2/+2 |
|
|
* | *** empty log message *** | Georg Brandl | 2005-08-26 | 1 | -11/+11 |
|
|
* | patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve | Georg Brandl | 2005-08-26 | 1 | -9/+93 |
|
|
* | patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows | Georg Brandl | 2005-08-26 | 1 | -0/+2 |
|
|
* | bug [ 1262320 ] minidom.py alternate newl support is broken | Georg Brandl | 2005-08-25 | 1 | -4/+11 |
|
|
* | Make IDNA return an empty string when the input is empty. Fixes #1163178. | Martin v. Löwis | 2005-08-25 | 1 | -0/+6 |
|
|
* | Correct test suite for #848017. | Georg Brandl | 2005-08-25 | 1 | -3/+3 |
|
|
* | Bug #735248: Fix urllib2.parse_http_list. | Georg Brandl | 2005-08-24 | 1 | -0/+8 |
|
|
* | patch [ 1141428 ] more __contains__ tests | Georg Brandl | 2005-08-24 | 2 | -2/+29 |
|
|
* | [ 1113421 ] New tutorial tests in test_generators.py | Georg Brandl | 2005-08-24 | 1 | -0/+78 |
|
|
* | bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix | Georg Brandl | 2005-08-24 | 1 | -0/+8 |
|
|
* | [ sf.net patch # 1121611 ] | Gregory P. Smith | 2005-08-21 | 4 | -4/+292 |
|
|
* | Fix BZ2File.(x)readlines() for files without a newline. | Georg Brandl | 2005-08-21 | 1 | -1/+17 |
|
|
* | SF bug #1242657: list(obj) can swallow KeyboardInterrupt | Raymond Hettinger | 2005-08-21 | 1 | -0/+9 |
|
|
* | Numerous fix-ups to C API and docs. Added tests for C API. | Raymond Hettinger | 2005-08-16 | 1 | -1/+6 |
|
|
* | Port from the Python 2.4 branch, patches for SF bug # 900092, | Barry Warsaw | 2005-08-15 | 1 | -0/+1 |
|
|