summaryrefslogtreecommitdiff
path: root/Lib/test/test_file2k.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-8/+8
* iterators passed to writelines() can close their files; don't segfault #10125Benjamin Peterson2010-10-161-0/+8
* Issue #9287: Minor fix in test_file2k.OtherFileTests.testOpenDirHirokazu Yamamoto2010-09-231-1/+1
* StdoutTests.test_unicode(): avoid newlines to fix the test on windowsVictor Stinner2010-09-081-8/+13
* Issue #4947: The write() method of sys.stdout and sys.stderr uses theirVictor Stinner2010-09-081-0/+33
* 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