Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2098d61aab657657af245ed974339eb3cbd65d76
/
Lib
/
test
/
test_file2k.py
7ba8cdc
Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY
by Victor Stinner
· 11 years ago
80f0c82
Fixed and optimized a test of issue #22526.
by Serhiy Storchaka
· 11 years ago
bc4a834
this test will only work on 64-bit machines
by Benjamin Peterson
· 11 years ago
95bc0e4
use Py_ssize_t for file offset and length computations in iteration (closes #22526)
by Benjamin Peterson
· 11 years ago
b0acc1b
Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as advertised.
by Antoine Pitrou
· 11 years ago
84e7e5f
Skip test for issue #17976 if /dev/null is not available.
by Serhiy Storchaka
· 12 years ago
6d56231
Issue #17976: Fixed potential problem with file.write() not detecting IO error
by Serhiy Storchaka
· 12 years ago
b2ac4d6
Fixes issue #12268 for file readline, readlines and read() and readinto methods.
by Gregory P. Smith
· 13 years ago
11f8b68
#14161: fix the __repr__ of file objects to escape the file name.
by Ezio Melotti
· 13 years ago
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
bf77554
iterators passed to writelines() can close their files; don't segfault #10125
by Benjamin Peterson
· 15 years ago
fa647ec
Issue #9287: Minor fix in test_file2k.OtherFileTests.testOpenDir
by Hirokazu Yamamoto
· 15 years ago
3a68f91
StdoutTests.test_unicode(): avoid newlines to fix the test on windows
by Victor Stinner
· 15 years ago
caafd77
Issue #4947: The write() method of sys.stdout and sys.stderr uses their
by Victor Stinner
· 15 years ago
83137c2
Issue #7079: Fix a possible crash when closing a file object while using
by Antoine Pitrou
· 15 years ago
6a10281
Issue #7449, last part (11): fix many tests if thread support is disabled
by Victor Stinner
· 15 years ago
187f93d
Use "x in y" instead of y.find(x) != -1.
by Ezio Melotti
· 15 years ago
d80b4bf
#7092: silence some more py3k warnings.
by Ezio Melotti
· 15 years ago
a4f46e1
Remove unused imports in test modules.
by Georg Brandl
· 16 years ago
bb445a1
Issue #5677: Explicitly forbid write operations on read-only file objects,
by Antoine Pitrou
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
0df2c73
Suppress transient refleaks in test_file2k.
by Antoine Pitrou
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
47a5f48
Try to restore the old test_file and test_univnewlines as new, different files
by Antoine Pitrou
· 16 years ago
c5d2b41
Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py
by Antoine Pitrou
· 16 years ago