History log of /external/python/cpython2/Lib/test/test_file2k.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
66306cf6d415f0ad96c54880451f266a1cbe9835 15-Feb-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSD
when run as root. Extended testing with /dev/full.
Based on patch by Daniel Dickman.
/external/python/cpython2/Lib/test/test_file2k.py
7ba8cdc31c2704f3c9017fb66ce14fc0983d68f8 06-Jan-2015 Victor Stinner <victor.stinner@gmail.com> Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY
/external/python/cpython2/Lib/test/test_file2k.py
80f0c824bae1b9a12f44e1a3afbdc6f7cd50f0f8 12-Oct-2014 Serhiy Storchaka <storchaka@gmail.com> Fixed and optimized a test of issue #22526.
/external/python/cpython2/Lib/test/test_file2k.py
bc4a834bd5110c4171c03c255c61864a7c3d97fe 01-Oct-2014 Benjamin Peterson <benjamin@python.org> this test will only work on 64-bit machines
/external/python/cpython2/Lib/test/test_file2k.py
95bc0e4703f6997b808240b3b24635bb2bebd781 01-Oct-2014 Benjamin Peterson <benjamin@python.org> use Py_ssize_t for file offset and length computations in iteration (closes #22526)
/external/python/cpython2/Lib/test/test_file2k.py
b0acc1b0a35905fa8dc3d3d10581602b5129c87a 08-May-2014 Antoine Pitrou <solipsis@pitrou.net> Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as advertised.
Patch by Brian Kearns.
/external/python/cpython2/Lib/test/test_file2k.py
84e7e5f40e2972af725e7f57e53bb6bcf3931912 17-Dec-2013 Serhiy Storchaka <storchaka@gmail.com> Skip test for issue #17976 if /dev/null is not available.
/external/python/cpython2/Lib/test/test_file2k.py
6d562319d2ec43fb226861306b0d191aa1792489 17-Dec-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #17976: Fixed potential problem with file.write() not detecting IO error
by inspecting the return value of fwrite(). Based on patches by Jaakko Moisio
and test by Victor Stinner.
/external/python/cpython2/Lib/test/test_file2k.py
b2ac4d693a5571336d397eff93445ca0ac0f4204 26-Jun-2012 Gregory P. Smith <greg@krypto.org> Fixes issue #12268 for file readline, readlines and read() and readinto methods.
They no longer lose data when an underlying read system call is interrupted.
IOError is no longer raised due to a read system call returning EINTR from
within these methods.
/external/python/cpython2/Lib/test/test_file2k.py
11f8b6872a779b6b03fc070ad64ed778c835435a 12-Mar-2012 Ezio Melotti <ezio.melotti@gmail.com> #14161: fix the __repr__ of file objects to escape the file name.
/external/python/cpython2/Lib/test/test_file2k.py
2623a37852153363335956afab010cb0beb7e74e 21-Nov-2010 Ezio Melotti <ezio.melotti@gmail.com> Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line

#9424: Replace deprecated assert* methods in the Python test suite.
........
/external/python/cpython2/Lib/test/test_file2k.py
bf775542b0798afcde4f338aef73553636a9069b 16-Oct-2010 Benjamin Peterson <benjamin@python.org> iterators passed to writelines() can close their files; don't segfault #10125
/external/python/cpython2/Lib/test/test_file2k.py
fa647ec409f586cbc313e9489e9c3c48e31c7f7d 23-Sep-2010 Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> Issue #9287: Minor fix in test_file2k.OtherFileTests.testOpenDir
/external/python/cpython2/Lib/test/test_file2k.py
3a68f91d43d4d5fd147916525cea13dee30ea975 08-Sep-2010 Victor Stinner <victor.stinner@haypocalc.com> StdoutTests.test_unicode(): avoid newlines to fix the test on windows

* Add also a test for utf-8
* Add some comments
* Flush stdout for the buffer API tests
/external/python/cpython2/Lib/test/test_file2k.py
caafd770606aaae96a7d6ed3a128d054758939f9 08-Sep-2010 Victor Stinner <victor.stinner@haypocalc.com> Issue #4947: The write() method of sys.stdout and sys.stderr uses their
encoding and errors attributes instead of using utf-8 in strict mode, to get
the same behaviour than the print statement.
/external/python/cpython2/Lib/test/test_file2k.py
83137c2e16ab34ecfa9695ae976b2b36fda2a17a 17-May-2010 Antoine Pitrou <solipsis@pitrou.net> Issue #7079: Fix a possible crash when closing a file object while using
it from another thread. Patch by Daniel Stutzbach.
/external/python/cpython2/Lib/test/test_file2k.py
6a10281d3359de890519c23d0318742018c843a3 28-Apr-2010 Victor Stinner <victor.stinner@haypocalc.com> Issue #7449, last part (11): fix many tests if thread support is disabled

* Use try/except ImportError or test_support.import_module() to import thread
and threading modules
* Add @unittest.skipUnless(threading, ...) to testcases using threads
/external/python/cpython2/Lib/test/test_file2k.py
187f93d986a571b0a7d797a3b114d5d877d261e1 17-Mar-2010 Ezio Melotti <ezio.melotti@gmail.com> Use "x in y" instead of y.find(x) != -1.
/external/python/cpython2/Lib/test/test_file2k.py
d80b4bfd0b291d543c682d7dac0841de0192a238 17-Mar-2010 Ezio Melotti <ezio.melotti@gmail.com> #7092: silence some more py3k warnings.
/external/python/cpython2/Lib/test/test_file2k.py
a4f46e129294c686ef1effdd89c459bd9a624e6d 07-Feb-2010 Georg Brandl <georg@python.org> Remove unused imports in test modules.
/external/python/cpython2/Lib/test/test_file2k.py
bb445a1f22835b97673f96da8f9edc75b69f5f2c 05-Feb-2010 Antoine Pitrou <solipsis@pitrou.net> Issue #5677: Explicitly forbid write operations on read-only file objects,
and read operations on write-only file objects. On Windows, the system C
library would return a bogus result; on Solaris, it was possible to crash
the interpreter. Patch by Stefan Krah.
/external/python/cpython2/Lib/test/test_file2k.py
ce8e33a095030e7af94f58f9da196b240bdf0476 08-Jan-2010 Senthil Kumaran <orsenthil@gmail.com> Reverting the Revision: 77368. I committed Flox's big patch for tests by
mistake. ( It may come in for sure tough)
/external/python/cpython2/Lib/test/test_file2k.py
3ddc435af6873c6304058d7bcbcb19ee4fba7781 08-Jan-2010 Senthil Kumaran <orsenthil@gmail.com> Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
/external/python/cpython2/Lib/test/test_file2k.py
0df2c73d6cbacc7ed7b78ea7ae049d1396066596 27-Oct-2009 Antoine Pitrou <solipsis@pitrou.net> Suppress transient refleaks in test_file2k.
/external/python/cpython2/Lib/test/test_file2k.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/test/test_file2k.py
47a5f48006e9adaba4ada092931eec4179e8fea4 12-Jun-2009 Antoine Pitrou <solipsis@pitrou.net> Try to restore the old test_file and test_univnewlines as new, different files
(with the right revisions this time, hopefully)
/external/python/cpython2/Lib/test/test_file2k.py
c5d2b4156c753153e2a37fd288aba916c97f2827 12-Jun-2009 Antoine Pitrou <solipsis@pitrou.net> Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py
/external/python/cpython2/Lib/test/test_file2k.py