| Commit message (Expand) | Author | Age | Files | Lines |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -3/+3 |
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -2/+2 |
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -1/+0 |
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -0/+1 |
* | Merged revisions 74095 via svnmerge from | Benjamin Peterson | 2009-07-19 | 1 | -1/+2 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -4/+4 |
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -10/+0 |
* | Remove traces of rfc822. | Georg Brandl | 2008-06-12 | 1 | -0/+1 |
* | remove the rfc822 module | Benjamin Peterson | 2008-06-12 | 1 | -1/+0 |
* | fix test_pyclbr which failed because the new StringIO presented bases it coul... | Benjamin Peterson | 2008-06-12 | 1 | -1/+1 |
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -1/+0 |
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -0/+1 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+5 |
* | Remove the mhlib module. | Brett Cannon | 2008-05-11 | 1 | -1/+0 |
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -1/+1 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -0/+1 |
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 1 | -3/+3 |
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -1/+1 |
* | Patch from Georg Brandl and me for #1493 | Christian Heimes | 2007-11-25 | 1 | -14/+8 |
* | Revert revisions 57472, 57474, and 57477 which disabled some tests | Neal Norwitz | 2007-08-30 | 1 | -1/+1 |
* | Fix test_pyclbr -- _https_connection is optional. | Guido van Rossum | 2007-08-29 | 1 | -0/+1 |
* | Get test_pyclbr to pass after removing the email package | Neal Norwitz | 2007-08-25 | 1 | -1/+1 |
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -4/+4 |
* | Merged revisions 55270-55324 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -4/+0 |
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -1/+1 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -5/+5 |
* | - Fix conversion glitch in test_pyclbr, which caused a test to not fail | Thomas Wouters | 2007-02-03 | 1 | -1/+1 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+3 |
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -3/+3 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+4 |
* | Fix the problems in this test. Boy this is a painful thing to debug -- | Guido van Rossum | 2006-04-21 | 1 | -1/+3 |
* | Teach a test about the different kinds of functions. | Raymond Hettinger | 2004-09-04 | 1 | -2/+2 |
* | Whitespace normalization. | Tim Peters | 2004-08-04 | 1 | -1/+1 |
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -12/+32 |
* | Oops! Restored the pickle test to test_pyclbr, but changed types.py so | Tim Peters | 2004-07-18 | 1 | -0/+1 |
* | The Darwin-specific getproxies_internetconfig() was added to urllib, | Tim Peters | 2004-07-18 | 1 | -2/+2 |
* | * 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 |