| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -2/+1 |
|
|
* | Used sets.Set() to compare unordered sequences. | Raymond Hettinger | 2003-05-02 | 1 | -10/+4 |
|
|
* | 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 |
|
|
* | Add more sophistication to the comparison between pyclbr output and | Guido van Rossum | 2002-12-03 | 1 | -42/+36 |
|
|
* | Moderately heavy reorganization of pyclbr to fix package-related bugs. | Guido van Rossum | 2002-12-02 | 1 | -14/+34 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Remove httplib from tested modules. | Jeremy Hylton | 2002-07-12 | 1 | -15/+0 |
|
|
* | assertHasattr(): Made failure msg better than useless. | Tim Peters | 2002-07-10 | 1 | -1/+4 |
|
|
* | SF bug 558179. | Guido van Rossum | 2002-06-05 | 1 | -1/+1 |
|
|
* | Stop sucking up xmllib -- it's deprecated. | Tim Peters | 2002-04-11 | 1 | -1/+0 |
|
|
* | Fix pyclbr test of httplib without really understanding pyclbr. | Jeremy Hylton | 2002-03-08 | 1 | -1/+2 |
|
|
* | SF bug [#467336] doctest failures w/ new-style classes. | Tim Peters | 2001-10-03 | 1 | -1/+4 |
|
|
* | SF patch [#466616] Exclude imported items from doctest, | Tim Peters | 2001-10-02 | 1 | -2/+3 |
|
|
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -1/+7 |
|
|
* | builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead | Tim Peters | 2001-09-04 | 1 | -1/+1 |
|
|
* | Repair Unix-specific assumptions that caused this to fail on Windows. | Tim Peters | 2001-08-13 | 1 | -20/+18 |
|
|
* | Nick Mathewson: test suite for the class browser support module. | Fred Drake | 2001-08-13 | 1 | -0/+158 |
|
|