| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSD | Serhiy Storchaka | 2015-02-15 | 1 | -8/+14 |
|
|
* | Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY | Victor Stinner | 2015-01-06 | 1 | -8/+14 |
|
|
* | Fixed and optimized a test of issue #22526. | Serhiy Storchaka | 2014-10-12 | 1 | -6/+8 |
|
|
* | this test will only work on 64-bit machines | Benjamin Peterson | 2014-10-01 | 1 | -0/+1 |
|
|
* | use Py_ssize_t for file offset and length computations in iteration (closes #... | Benjamin Peterson | 2014-10-01 | 1 | -0/+12 |
|
|
* | Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as ad... | Antoine Pitrou | 2014-05-08 | 1 | -0/+7 |
|
|
* | Skip test for issue #17976 if /dev/null is not available. | Serhiy Storchaka | 2013-12-17 | 1 | -1/+7 |
|
|
* | Issue #17976: Fixed potential problem with file.write() not detecting IO error | Serhiy Storchaka | 2013-12-17 | 1 | -0/+8 |
|
|
* | Fixes issue #12268 for file readline, readlines and read() and readinto methods. | Gregory P. Smith | 2012-06-26 | 1 | -1/+146 |
|
|
* | #14161: fix the __repr__ of file objects to escape the file name. | Ezio Melotti | 2012-03-11 | 1 | -0/+7 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -8/+8 |
|
|
* | iterators passed to writelines() can close their files; don't segfault #10125 | Benjamin Peterson | 2010-10-16 | 1 | -0/+8 |
|
|
* | Issue #9287: Minor fix in test_file2k.OtherFileTests.testOpenDir | Hirokazu Yamamoto | 2010-09-23 | 1 | -1/+1 |
|
|
* | StdoutTests.test_unicode(): avoid newlines to fix the test on windows | Victor Stinner | 2010-09-08 | 1 | -8/+13 |
|
|
* | Issue #4947: The write() method of sys.stdout and sys.stderr uses their | Victor Stinner | 2010-09-08 | 1 | -0/+33 |
|
|
* | Issue #7079: Fix a possible crash when closing a file object while using | Antoine Pitrou | 2010-05-17 | 1 | -1/+11 |
|
|
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -1/+5 |
|
|
* | Use "x in y" instead of y.find(x) != -1. | Ezio Melotti | 2010-03-17 | 1 | -1/+1 |
|
|
* | #7092: silence some more py3k warnings. | Ezio Melotti | 2010-03-17 | 1 | -8/+15 |
|
|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+1 |
|
|
* | Issue #5677: Explicitly forbid write operations on read-only file objects, | Antoine Pitrou | 2010-02-05 | 1 | -0/+36 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -18/+8 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -8/+18 |
|
|
* | Suppress transient refleaks in test_file2k. | Antoine Pitrou | 2009-10-27 | 1 | -0/+2 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -7/+7 |
|
|
* | Try to restore the old test_file and test_univnewlines as new, different files | Antoine Pitrou | 2009-06-12 | 1 | -95/+326 |
|
|
* | Restore the old test_file.py (for the builtin file object) as a new file name... | Antoine Pitrou | 2009-06-12 | 1 | -0/+344 |
|
|