| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch 670012: Compatibility changes for _strptime.py. | Tim Peters | 2003-01-18 | 1 | -47/+38 |
|
|
* | * Migrate sample distribution test from random.py to test_random.py. | Raymond Hettinger | 2003-01-17 | 1 | -5/+22 |
|
|
* | Let test_random cover the endpoints. | Raymond Hettinger | 2003-01-16 | 1 | -9/+20 |
|
|
* | Test optional slice arguments. | Raymond Hettinger | 2003-01-16 | 1 | -4/+14 |
|
|
* | Added doctest for examples in the library reference. | Raymond Hettinger | 2003-01-16 | 1 | -0/+60 |
|
|
* | Convert to unittest format so that more tests can be added cleanly. | Raymond Hettinger | 2003-01-16 | 1 | -118/+127 |
|
|
* | This test previously failed when run from the 'test' directory. In that | Mark Hammond | 2003-01-16 | 1 | -5/+7 |
|
|
* | On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, | Jack Jansen | 2003-01-15 | 1 | -1/+2 |
|
|
* | * Add test for __cmp__() | Raymond Hettinger | 2003-01-15 | 1 | -2/+40 |
|
|
* | A new test here was failing on Windows, because the test before it never | Tim Peters | 2003-01-13 | 1 | -10/+5 |
|
|
* | Fix SF bug #667147, Segmentation fault printing str subclass | Neal Norwitz | 2003-01-13 | 1 | -1/+24 |
|
|
* | Got rid of the internal datetimetz type. | Tim Peters | 2003-01-11 | 1 | -1/+1 |
|
|
* | SF #665913, Fix mmap module core dump with unix | Neal Norwitz | 2003-01-10 | 1 | -0/+18 |
|
|
* | Got rid of the timetz type entirely. This was a bit trickier than I | Tim Peters | 2003-01-10 | 1 | -1/+1 |
|
|
* | cleaned up Jack's Mac OS9 changes | Just van Rossum | 2003-01-09 | 1 | -5/+1 |
|
|
* | Make the test scripts work again with narrow Python builds. | Walter Dörwald | 2003-01-09 | 1 | -1/+1 |
|
|
* | Add a few test cases to increase code coverage: | Walter Dörwald | 2003-01-08 | 1 | -0/+115 |
|
|
* | Add a test that exercises the error handling part of | Walter Dörwald | 2003-01-08 | 1 | -0/+6 |
|
|
* | Utterly minimal changes to collapse datetimetz into datetime, and timetz | Tim Peters | 2003-01-08 | 1 | -68/+89 |
|
|
* | Various tweaks to make the test work on the Mac. | Jack Jansen | 2003-01-08 | 1 | -3/+12 |
|
|
* | Updated the list of expected skips for MacPython-OS9. | Jack Jansen | 2003-01-08 | 1 | -0/+8 |
|
|
* | n the Mac the frozen import that should fail actually succeeds, and we know i... | Jack Jansen | 2003-01-08 | 1 | -6/+7 |
|
|
* | Added the Mac to platforms that don't have user/group/other modes. | Jack Jansen | 2003-01-08 | 1 | -3/+6 |
|
|
* | - be explicit: audio data files should be opened in binary mode | Fred Drake | 2003-01-08 | 1 | -2/+2 |
|
|
* | Enable building and testing of ossaudiodev for Linux. | Guido van Rossum | 2003-01-08 | 1 | -0/+7 |
|
|
* | Fix for SF bug #642358: only provide a new with a __dict__ or | Guido van Rossum | 2003-01-07 | 1 | -0/+14 |
|
|
* | SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots | Raymond Hettinger | 2003-01-07 | 1 | -0/+6 |
|
|
* | Add a test for a feature added in rev. 2.82 of typeobject.c: | Guido van Rossum | 2003-01-06 | 1 | -0/+53 |
|
|
* | Add some print statements in verbose mode to announce that the newest | Guido van Rossum | 2003-01-06 | 1 | -0/+8 |
|
|
* | * add mms (windows media) as another scheme | Skip Montanaro | 2003-01-06 | 1 | -0/+3 |
|
|
* | Disable the rexec test now that rexec is out of grace. | Guido van Rossum | 2003-01-06 | 1 | -0/+2 |
|
|
* | Remove bastion test output | Guido van Rossum | 2003-01-06 | 1 | -10/+0 |
|
|
* | Disable the Bastion test now that Bastion is out of grace. | Guido van Rossum | 2003-01-06 | 1 | -3/+3 |
|
|
* | SF feature #618024, urlparse fails on imap:// | Neal Norwitz | 2003-01-06 | 1 | -0/+3 |
|
|
* | SF #651082, tarfile module implementation from Lars Gustäbel | Neal Norwitz | 2003-01-05 | 2 | -0/+253 |
|
|
* | At least one Solaris box in the snake farm only supports "C" locale. | Neal Norwitz | 2003-01-05 | 1 | -1/+5 |
|
|
* | Move the statistical tests for four distributions into the unittest suite. | Raymond Hettinger | 2003-01-05 | 1 | -0/+41 |
|
|
* | Add a test case. | Raymond Hettinger | 2003-01-05 | 1 | -0/+19 |
|
|
* | A new implementation of astimezone() that does what we agreed on in all | Tim Peters | 2003-01-04 | 1 | -16/+33 |
|
|
* | Test an edge case for sample(). | Raymond Hettinger | 2003-01-04 | 1 | -0/+1 |
|
|
* | Fix for bug #661136 | Just van Rossum | 2003-01-03 | 1 | -3/+8 |
|
|
* | The tzinfo methods utcoffset() and dst() must return a timedelta object | Tim Peters | 2003-01-02 | 1 | -32/+40 |
|
|
* | Allow list sort's comparison function to explicitly be None. See SF patch | Skip Montanaro | 2003-01-02 | 1 | -0/+20 |
|
|
* | astimezone() internals: if utcoffset() returns a duration, complain if | Tim Peters | 2003-01-02 | 1 | -0/+17 |
|
|
* | SF #660795 | Neal Norwitz | 2003-01-02 | 2 | -0/+975 |
|
|
* | Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in | Just van Rossum | 2003-01-02 | 1 | -4/+5 |
|
|
* | EMX fork() emulation not good enough to cope with test_socketserver | Andrew MacIntyre | 2003-01-02 | 1 | -2/+2 |
|
|
* | A quicker astimezone() implementation, rehabilitating an earlier | Tim Peters | 2003-01-01 | 1 | -0/+25 |
|
|
* | Revert last change -- test works on HPUX again after Martin's checkin | Neal Norwitz | 2003-01-01 | 1 | -3/+2 |
|
|
* | The failure of the last-second addition to the timezone coversion test is | Tim Peters | 2003-01-01 | 1 | -4/+12 |
|
|