Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More complete code coverage, including testing the new RFC 3548 support. | Barry Warsaw | 2004-01-04 | 1 | -26/+181 |
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -17/+17 |
* | Made it more readable. | Guido van Rossum | 2002-08-22 | 1 | -46/+30 |
* | base64.decodestring('') should return '' instead of raising an | Barry Warsaw | 2002-08-15 | 1 | -6/+1 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 1 | -16/+15 |
* | Added Mitchell Surface's regression tests for base64. Closes patch #550002. | Raymond Hettinger | 2002-05-18 | 1 | -0/+59 |