Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove test_multifile | Benjamin Peterson | 2008-05-12 | 1 | -66/+0 |
| | |||||
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -2/+2 |
| | | | | | | | | | | Completely get rid of StringIO.py and cStringIO.c. I had to fix a few tests and modules beyond what Christian did, and invent a few conventions. E.g. in elementtree, I chose to write/return Unicode strings whe no encoding is given, but bytes when an explicit encoding is given. Also mimetools was made to always assume binary files. | ||||
* | More "noone expected this to run twice"ness removal. | Michael W. Hudson | 2004-08-03 | 1 | -3/+3 |
| | |||||
* | Actually run these tests from regrtest.py. | Neal Norwitz | 2003-02-17 | 1 | -2/+2 |
| | | | | | | There was no test_main() and the main body was protected by if __name__ == '__main__' so the test didn't happen on import either. | ||||
* | Whitespace normalization (get rid of tabs). | Guido van Rossum | 2002-09-29 | 1 | -4/+4 |
| | |||||
* | Back out multifile.py 1.19 and 1.20. Fixes #514676. | Martin v. Löwis | 2002-09-22 | 1 | -0/+66 |