summaryrefslogtreecommitdiff
path: root/Lib/test/test_file2k.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060)Benjamin Peterson2018-01-021-16/+11
* [2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads....Serhiy Storchaka2017-11-101-0/+32
* Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSDSerhiy Storchaka2015-02-151-8/+14
* Issue #23168: skip sys.stdin.seek() test if stdin is not a TTYVictor Stinner2015-01-061-8/+14
* Fixed and optimized a test of issue #22526.Serhiy Storchaka2014-10-121-6/+8
* this test will only work on 64-bit machinesBenjamin Peterson2014-09-301-0/+1
* use Py_ssize_t for file offset and length computations in iteration (closes #...Benjamin Peterson2014-09-301-0/+12
* Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as ad...Antoine Pitrou2014-05-081-0/+7
* Skip test for issue #17976 if /dev/null is not available.Serhiy Storchaka2013-12-171-1/+7
* Issue #17976: Fixed potential problem with file.write() not detecting IO errorSerhiy Storchaka2013-12-171-0/+8
* Fixes issue #12268 for file readline, readlines and read() and readinto methods.Gregory P. Smith2012-06-251-1/+146
* #14161: fix the __repr__ of file objects to escape the file name.Ezio Melotti2012-03-121-0/+7
* 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