summaryrefslogtreecommitdiff
path: root/Lib/test/test_bufio.py
Commit message (Expand)AuthorAgeFilesLines
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* Re-enable testing of builtin open() in test_bufio in test_largefileAntoine Pitrou2009-06-121-1/+4
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-16/+27
* Ensure that this test will pass even if another test left an unwritable TESTFN.Neal Norwitz2007-10-061-5/+4
* Whitespace normalization.Tim Peters2006-11-031-1/+1
* Port test_bufio to unittest.Walter Dörwald2006-10-281-55/+61
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* Marc-Andre must not have run these tests -- they used verify() butGuido van Rossum2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* 18 isn't a prime (duh).Tim Peters2001-01-081-1/+1
* MS Win32 .readline() speedup, as discussed on Python-Dev. This is a trickyTim Peters2001-01-071-0/+60