Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide list comp variables and support set comprehensions | Nick Coghlan | 2007-04-15 | 1 | -1/+0 |
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -1/+1 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -3/+3 |
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -5/+7 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Assorted code cleanups for readability. Greatly boosted the size of the | Tim Peters | 2002-04-21 | 1 | -26/+33 |
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -15/+15 |
* | Test suite for universal newline support. | Jack Jansen | 2002-04-14 | 1 | -0/+114 |