summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_file2k.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #7079: Fix a possible crash when closing a file object while usingAntoine Pitrou2010-05-171-1/+11
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+5
* Use "x in y" instead of y.find(x) != -1.Ezio Melotti2010-03-171-1/+1
* #7092: silence some more py3k warnings.Ezio Melotti2010-03-171-8/+15
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+1
* Issue #5677: Explicitly forbid write operations on read-only file objects,Antoine Pitrou2010-02-051-0/+36
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-18/+8
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-8/+18
* Suppress transient refleaks in test_file2k.Antoine Pitrou2009-10-271-0/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-7/+7
* Try to restore the old test_file and test_univnewlines as new, different filesAntoine Pitrou2009-06-121-95/+326
* Restore the old test_file.py (for the builtin file object) as a new file name...Antoine Pitrou2009-06-121-0/+344