index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_file2k.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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