Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c45868ec697a70a80d1cf8a511894f073fda3a27
/
Lib
/
test
/
test_file2k.py
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