| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ConfigParser: | Fred Drake | 2004-05-18 | 2 | -0/+23 |
|
|
* | ConfigParser: | Fred Drake | 2004-05-18 | 1 | -0/+31 |
|
|
* | ConfigParser: | Fred Drake | 2004-05-18 | 1 | -4/+4 |
|
|
* | test_alias_nofallback(): Someone broke this test, after 2.3, by | Tim Peters | 2004-05-16 | 1 | -2/+18 |
|
|
* | SF #847346: merge from release23-maint branch: remove misguided | Greg Ward | 2004-05-13 | 1 | -4/+42 |
|
|
* | Make sure "del d[n]" is properly supported. Was necessary because the | Raymond Hettinger | 2004-05-12 | 1 | -3/+14 |
|
|
* | Temporarily disable doctest until genexps are in CVS | Raymond Hettinger | 2004-05-10 | 1 | -1/+1 |
|
|
* | Add more examples. | Raymond Hettinger | 2004-05-09 | 1 | -0/+51 |
|
|
* | SF #950057: itertools.chain doesn't "process" exceptions as they occur | Raymond Hettinger | 2004-05-08 | 1 | -0/+30 |
|
|
* | Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. | Martin v. Löwis | 2004-05-07 | 1 | -0/+9 |
|
|
* | Do not use the default namespace for attributes. | Martin v. Löwis | 2004-05-02 | 1 | -0/+14 |
|
|
* | Add a test script for the colorsys module. | Walter Dörwald | 2004-04-28 | 1 | -0/+76 |
|
|
* | SF #926075: Fixed the bug that returns a wrong pattern object for | Hye-Shik Chang | 2004-04-20 | 1 | -0/+8 |
|
|
* | Special case normalization of empty strings. Fixes #924361. | Martin v. Löwis | 2004-04-17 | 1 | -0/+1 |
|
|
* | * Add unittests for iterators that report their length | Raymond Hettinger | 2004-04-12 | 1 | -0/+245 |
|
|
* | Fixes for AF_UNIX support on OS/2: | Andrew MacIntyre | 2004-04-11 | 1 | -4/+19 |
|
|
* | If a file is opened with an explicit buffer size >= 1, repeated | Andrew MacIntyre | 2004-04-04 | 1 | -0/+17 |
|
|
* | Fix support for the "prog" keyword to the OptionParser constructor, as well | Fred Drake | 2004-04-01 | 1 | -0/+16 |
|
|
* | When /tmp has certain sticky bits set, newly created subdirectories | Guido van Rossum | 2004-03-31 | 1 | -0/+1 |
|
|
* | SF bug 924242: socket._fileobject._getclosed() returns wrong value | Tim Peters | 2004-03-28 | 1 | -0/+8 |
|
|
* | Fix test failure for test_tcl on OS/X and Windows if a | David Ascher | 2004-03-26 | 1 | -7/+1 |
|
|
* | Marshal clean-up (SF patch #873224) | Armin Rigo | 2004-03-26 | 1 | -0/+5 |
|
|
* | Ensure super() lookup of descriptor from classmethod works (SF #743627) | Phillip J. Eby | 2004-03-25 | 1 | -0/+14 |
|
|
* | Enable the profiling of C functions (builtins and extensions) | Nicholas Bastin | 2004-03-24 | 2 | -2/+14 |
|
|
* | Add test case for unicode(somestring, "idna"). | Martin v. Löwis | 2004-03-24 | 1 | -1/+6 |
|
|
* | Added global runctx function to profile to fix SF Bug #716587 | Nicholas Bastin | 2004-03-22 | 2 | -6/+20 |
|
|
* | The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in | Armin Rigo | 2004-03-22 | 1 | -0/+23 |
|
|
* | Fix (really) for tight loop line events | Nicholas Bastin | 2004-03-22 | 1 | -1/+2 |
|
|
* | Test for tight loop line event fix, SF bug #765624 | Nicholas Bastin | 2004-03-22 | 1 | -0/+25 |
|
|
* | Test for lack of implicit return line event | Nicholas Bastin | 2004-03-22 | 1 | -9/+27 |
|
|
* | SF bug 847019 datetime.datetime initialization needs more strict checking | Tim Peters | 2004-03-21 | 1 | -0/+20 |
|
|
* | Normalized files in test_unicode_file to eliminate failure on OSX | Nicholas Bastin | 2004-03-21 | 1 | -9/+29 |
|
|
* | Deal with case of when locale time values has characters that can be mistaken | Brett Cannon | 2004-03-20 | 1 | -2/+14 |
|
|
* | Limit the nesting depth of a tuple passed as the second argument to | Brett Cannon | 2004-03-20 | 1 | -1/+18 |
|
|
* | commit the portion of PyXML patch #919008 that is relevant to the | Fred Drake | 2004-03-20 | 1 | -0/+35 |
|
|
* | Port test_binascii.py to PyUnit and enhance tests. | Walter Dörwald | 2004-03-15 | 2 | -152/+149 |
|
|
* | SF feature request #686323: Minor array module enhancements | Raymond Hettinger | 2004-03-14 | 1 | -0/+7 |
|
|
* | SF bug #910986: copy.copy fails for array.array | Raymond Hettinger | 2004-03-13 | 1 | -0/+7 |
|
|
* | Make test_coercion.py less sensitive to platform fp quirks. Closes | Neil Schemenauer | 2004-03-10 | 2 | -333/+348 |
|
|
* | Tidied up the implementations of reversed (including the custom ones | Raymond Hettinger | 2004-03-10 | 1 | -2/+2 |
|
|
* | Eliminate the double reverse option. It's only use case | Raymond Hettinger | 2004-03-10 | 1 | -4/+1 |
|
|
* | SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ | Raymond Hettinger | 2004-03-04 | 3 | -11/+15 |
|
|
* | Have strftime() check its time tuple argument to make sure the tuple's values | Brett Cannon | 2004-03-02 | 2 | -1/+57 |
|
|
* | Replace left(), right(), and __reversed__() with the more general purpose | Raymond Hettinger | 2004-03-01 | 1 | -9/+34 |
|
|
* | Cleanup: remove test file after it is used. | Neal Norwitz | 2004-02-29 | 1 | -0/+1 |
|
|
* | Improvements to collections.deque(): | Raymond Hettinger | 2004-02-29 | 1 | -3/+89 |
|
|
* | Fix two bugs in the new do_open() implementation for HTTPHandler. | Jeremy Hylton | 2004-02-24 | 1 | -1/+2 |
|
|
* | adding passing test. testing for g(*Nothing()) where Nothing is a user-define... | Samuele Pedroni | 2004-02-21 | 2 | -0/+26 |
|
|
* | Socket handler closed prior to end of test. | Vinay Sajip | 2004-02-20 | 1 | -0/+1 |
|
|
* | Get test to work when run from regrtest (add test_main), remove all CRs (^M)s | Neal Norwitz | 2004-02-19 | 1 | -3/+5 |
|
|