| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep __main__ namespace clean | Tony Lownds | 2002-12-31 | 1 | -1/+1 |
|
|
* | patch attached to sf item #643711: | Just van Rossum | 2002-12-31 | 1 | -49/+150 |
|
|
* | moving modulefinder.py to the standard library | Just van Rossum | 2002-12-31 | 1 | -0/+486 |
|
|
* | Whitespace Normalization | Kurt B. Kaiser | 2002-12-31 | 23 | -322/+306 |
|
|
* | Patch #658927: Add getctime to os.path. | Martin v. Löwis | 2002-12-31 | 4 | -4/+16 |
|
|
* | OS/2 EMX has no popen2.Popen3 even though bunzip2 is available | Andrew MacIntyre | 2002-12-31 | 1 | -1/+1 |
|
|
* | add list of expected skips for the OS/2 EMX port | Andrew MacIntyre | 2002-12-31 | 1 | -0/+28 |
|
|
* | Make sure PrettyPrinter methods that mirror the module-level | Fred Drake | 2002-12-31 | 1 | -3/+27 |
|
|
* | - PrettyPrinter.isreadable(), .isrecursive(): | Fred Drake | 2002-12-31 | 1 | -21/+16 |
|
|
* | Add a test that InterpolationError is constructed properly and raised | Fred Drake | 2002-12-31 | 1 | -2/+20 |
|
|
* | ConfigParser._interpolate(): Pass the missing key to the | Fred Drake | 2002-12-31 | 1 | -4/+3 |
|
|
* | Fix name error, found by pychecker. | Guido van Rossum | 2002-12-31 | 1 | -1/+1 |
|
|
* | Tix update from Mike Clarkson (maintainer) | Neal Norwitz | 2002-12-30 | 1 | -11/+53 |
|
|
* | - added InterpolationSyntaxError to __all__ | Fred Drake | 2002-12-30 | 1 | -4/+25 |
|
|
* | Add missing InterpolationSyntaxError. | Neal Norwitz | 2002-12-30 | 1 | -0/+2 |
|
|
* | sys was already imported, remove second import | Neal Norwitz | 2002-12-30 | 1 | -2/+0 |
|
|
* | - prefer "import ... as" to "import / (assignments) / del" for most things | Fred Drake | 2002-12-30 | 1 | -18/+11 |
|
|
* | Updated the expected skips for MacOSX. | Jack Jansen | 2002-12-30 | 1 | -0/+3 |
|
|
* | Skip this test on MacOSX: the locale support is too minimal to make | Jack Jansen | 2002-12-30 | 1 | -1/+3 |
|
|
* | Use the dummy_thread module in Queue.py and tempfile.py. | Guido van Rossum | 2002-12-30 | 2 | -7/+7 |
|
|
* | Brett Cannon's dummy_thread and dummy_threading modules (SF patch | Guido van Rossum | 2002-12-30 | 4 | -0/+416 |
|
|
* | Fix SF #658820, regex fixes for _strptime (Brett Cannon) | Neal Norwitz | 2002-12-30 | 1 | -8/+9 |
|
|
* | These were somehow never added to CVS. | Jack Jansen | 2002-12-30 | 2 | -0/+360 |
|
|
* | PEP 302 + zipimport: | Just van Rossum | 2002-12-30 | 3 | -9/+388 |
|
|
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 136 | -0/+32303 |
|
|
* | Add __all__. (Brett Cannon.) | Guido van Rossum | 2002-12-30 | 1 | -0/+2 |
|
|
* | Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at | Barry Warsaw | 2002-12-30 | 21 | -329/+597 |
|
|
* | Add some missing tests. Should now test everything that pybsddb's | Barry Warsaw | 2002-12-30 | 1 | -24/+32 |
|
|
* | A step on the way to making tzinfo classes writable by mortals: get rid | Tim Peters | 2002-12-30 | 1 | -17/+38 |
|
|
* | Template for future tests. | Barry Warsaw | 2002-12-30 | 1 | -7/+4 |
|
|
* | Match new sequence behavior. User defined types now behave better as and | Neil Schemenauer | 2002-12-30 | 1 | -2/+2 |
|
|
* | test_bad_8bit_header(): Tests for optional argument `errors'. See SF | Barry Warsaw | 2002-12-30 | 1 | -0/+11 |
|
|
* | Header.__init__(), .append(): Add an optional argument `errors' which | Barry Warsaw | 2002-12-30 | 1 | -6/+11 |
|
|
* | Actually, make this 2.5a1 since it will include API changes that may | Barry Warsaw | 2002-12-30 | 1 | -1/+1 |
|
|
* | Bump to 2.5 | Barry Warsaw | 2002-12-30 | 1 | -1/+1 |
|
|
* | TestMIMEAudio.setUp(): Use the email package's copy of the audio test | Barry Warsaw | 2002-12-30 | 1 | -2/+7 |
|
|
* | A copy of the audio test file from Lib/test, needed because some | Barry Warsaw | 2002-12-30 | 1 | -0/+0 |
|
|
* | Added tests that conversion to our own timezone is always an identity, | Tim Peters | 2002-12-30 | 1 | -0/+13 |
|
|
* | parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and | Barry Warsaw | 2002-12-30 | 1 | -1/+8 |
|
|
* | test_parsedate_compact(): A test for optional FWS between the comma | Barry Warsaw | 2002-12-30 | 1 | -0/+5 |
|
|
* | Beefed up the timezone conversion test by adding a phony UTC zone that's | Tim Peters | 2002-12-30 | 1 | -67/+81 |
|
|
* | A code cleansing pass | Barry Warsaw | 2002-12-30 | 1 | -55/+74 |
|
|
* | Port rfc822.py changes that didn't make it into this copy, | Barry Warsaw | 2002-12-30 | 1 | -21/+35 |
|
|
* | test_name_with_dots(): A new test to ensure that we're implementing | Barry Warsaw | 2002-12-30 | 1 | -0/+9 |
|
|
* | String tests should test 8-bit strings :-) | Marc-André Lemburg | 2002-12-30 | 1 | -1/+1 |
|
|
* | Last checkin was missing the tuple comma. | Raymond Hettinger | 2002-12-30 | 1 | -1/+1 |
|
|
* | Restore the test of the random module after including "Random" in the | Raymond Hettinger | 2002-12-30 | 1 | -1/+1 |
|
|
* | Temporarily comment out a test that crashes upon the introduction of | Raymond Hettinger | 2002-12-30 | 1 | -1/+1 |
|
|
* | This test depends on the exact ordering produced by the WichmannHill | Raymond Hettinger | 2002-12-30 | 1 | -3/+3 |
|
|
* | A start at non-trivial (== DST-aware) tests of timezone conversion. | Tim Peters | 2002-12-29 | 1 | -0/+152 |
|
|