History log of /external/python/cpython2/Lib/test/test_bufio.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ea4d2875ac5dc83864a8313d6252e56295598070 02-Aug-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #20557: Use specific asserts in io tests.
/external/python/cpython2/Lib/test/test_bufio.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/test/test_bufio.py
c5ae86b9d3b6e348b6d0ee77c050134749a18ccc 12-Jun-2009 Antoine Pitrou <solipsis@pitrou.net> Re-enable testing of builtin open() in test_bufio in test_largefile
/external/python/cpython2/Lib/test/test_bufio.py
19690593273a5b210a9b9ea72bd59840d02759b0 12-Jun-2009 Antoine Pitrou <solipsis@pitrou.net> Issue #6215: backport the 3.1 io lib
/external/python/cpython2/Lib/test/test_bufio.py
92abad24d68823dc3c334d05b7bc5375db049b7b 06-Oct-2007 Neal Norwitz <nnorwitz@gmail.com> Ensure that this test will pass even if another test left an unwritable TESTFN.
Also use the safe unlink in test_support instead of rolling our own here.
/external/python/cpython2/Lib/test/test_bufio.py
abd8a336a3ab390a2ea4b15a0ecd187e482001af 03-Nov-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_bufio.py
3a3d8ea4970a847d83878102dd382275de2988dc 28-Oct-2006 Walter Dörwald <walter@livinglogic.de> Port test_bufio to unittest.
/external/python/cpython2/Lib/test/test_bufio.py
408b6d34de2b1a6ba690557def435adce9314184 31-Jul-2002 Barry Warsaw <barry@python.org> Complete the absolute import patch for the test suite. All relative
imports of test modules now import from the test package. Other
related oddities are also fixed (like DeprecationWarning filters that
weren't specifying the full import part, etc.). Also did a general
code cleanup to remove all "from test.test_support import *"'s. Other
from...import *'s weren't changed.
/external/python/cpython2/Lib/test/test_bufio.py
f785042433f0c43ed1ba2ba0388fc51d79bcf5c3 17-Jan-2001 Fredrik Lundh <fredrik@pythonware.com> a bold attempt to fix things broken by MAL's verify patch: import
'verify' iff it's used by a test module...
/external/python/cpython2/Lib/test/test_bufio.py
f27cc5bc74372032ce9c42e9f6321458df6da2f7 17-Jan-2001 Guido van Rossum <guido@python.org> Marc-Andre must not have run these tests -- they used verify() but
didn't import it. Also got rid of some inconsistent spaces inside
parentheses in test_gzip.py.
/external/python/cpython2/Lib/test/test_bufio.py
3661908a6ac75026e4504d9f62a6ac2e2fb2ec5e 17-Jan-2001 Marc-André Lemburg <mal@egenix.com> This patch removes all uses of "assert" in the regression test suite
and replaces them with a new API verify(). As a result the regression
suite will also perform its tests in optimization mode.

Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
/external/python/cpython2/Lib/test/test_bufio.py
3a55f950a95f451e860190975ac43a163e48b820 08-Jan-2001 Tim Peters <tim.peters@gmail.com> 18 isn't a prime (duh).
/external/python/cpython2/Lib/test/test_bufio.py
86821b2563915e4f11cde045da8ebe01beffa634 07-Jan-2001 Tim Peters <tim.peters@gmail.com> MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky
variant that never needs to "search from the right".
Also fixed unlikely memory leak in get_line, if string size overflows INTMAX.
Also new std test test_bufio to make sure .readline() works.
/external/python/cpython2/Lib/test/test_bufio.py