History log of /external/python/cpython2/Lib/test/test_linecache.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
43b49593e700baeb7bf2be9dd1877eee5829e9e3 01-Apr-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23838: linecache now clears the cache and returns an empty result on
MemoryError.
/external/python/cpython2/Lib/test/test_linecache.py
72bb99d34351a7636c9ff13e563c9e97e0f1fdac 17-May-2011 Victor Stinner <victor.stinner@haypocalc.com> Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
/external/python/cpython2/Lib/test/test_linecache.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_linecache.py
266e45486659472d3b7c63d397a8083968a0f33f 21-May-2010 Benjamin Peterson <benjamin@python.org> ensure the last line has a trailing newline #8782
/external/python/cpython2/Lib/test/test_linecache.py
bd289dae35d331b5461ba6a93ad92e85ff306e0b 21-May-2010 Benjamin Peterson <benjamin@python.org> fix name
/external/python/cpython2/Lib/test/test_linecache.py
6722ac2f00a51a33624e547e591fc2c81907acb1 21-May-2010 Benjamin Peterson <benjamin@python.org> use addCleanup
/external/python/cpython2/Lib/test/test_linecache.py
9958c56eb0e2b71c1bea5abcc627899d0bed17dc 18-Apr-2010 Antoine Pitrou <solipsis@pitrou.net> Fix catastrophic file opening and closing logic in test_linecache
/external/python/cpython2/Lib/test/test_linecache.py
820b0ea36c9f2ad2c940f157fb69c045c6a0ad96 04-Dec-2009 R. David Murray <rdmurray@bitdance.com> Issue 7431: use TESTFN in test_linecache instead of trying to create a
file in the Lib/test directory, which might be read-only for the
user running the tests.
/external/python/cpython2/Lib/test/test_linecache.py
d7b0eebcaea618c982eff7ed92054292b9281d1f 19-Jul-2009 Benjamin Peterson <benjamin@python.org> split unittest.py into a package
/external/python/cpython2/Lib/test/test_linecache.py
7c26d76d9c5091bf8fb1692b5ad13bb9e3eefb4e 05-May-2009 Georg Brandl <georg@python.org> #1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite.
/external/python/cpython2/Lib/test/test_linecache.py