summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_file.py
Commit message (Expand)AuthorAgeFilesLines
* Add next and __iter__ to the list of file methods that should raiseGuido van Rossum2002-08-061-1/+3
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-1/+6
* There is no TestError, use TestFailed appropriatelyNeal Norwitz2002-04-011-8/+8
* Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse.Neal Norwitz2002-04-011-0/+15
* SF Patch #494867 test file methodsNeal Norwitz2002-01-011-0/+29
* Fiddle with new test cases -- verify that we get a sensible errorJeremy Hylton2001-11-091-4/+7
* Fix SF buf #476953: Bad more for opening file gives bad msg.Jeremy Hylton2001-11-091-0/+11
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-2/+2
* Clean up the temporary file when done with it.Fred Drake2000-10-231-0/+4
* New test suite for file objects by Jeremy Hilton. This will needMarc-André Lemburg2000-08-251-0/+45