History log of /external/python/cpython3/Lib/test/test_linecache.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3e04d5b3068ac67cc01a32b1d5a51ac79c9df5a1 26-May-2016 Martin Panter <vadmium+py@gmail.com> Issue #27076: Merge spelling from 3.5
46f50726a0047ae81d478c3a206f587b8f35ed08 26-May-2016 Martin Panter <vadmium+py@gmail.com> Issue #27076: Doc, comment and tests spelling fixes

Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
/external/python/cpython3/Lib/test/test_linecache.py
e4d35dc8b6fb3c071d85e2d8830566876288c180 20-Aug-2015 Robert Collins <rbtcollins@hp.com> Fix test_linecache change.

In non-UTF8 locales open() will have the wrong encoding for the test
data. We need to open the file via tokenize, to get a detected
encoding instead.
/external/python/cpython3/Lib/test/test_linecache.py
631a35c71a0c1f4fb31aad04407825cee2fe8a48 18-Aug-2015 Robert Collins <rbtcollins@hp.com> Issue #24054: decouple linecache tests from inspect tests

Patch from David D. Riddle
/external/python/cpython3/Lib/test/test_linecache.py
05ddbf0875b449f69616c31fbbe49dd5f3d5e329 01-Apr-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23838: linecache now clears the cache and returns an empty result on
MemoryError.
c512adc90d49b1dae3ae14c81826e03c9ea46ba5 01-Apr-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23838: linecache now clears the cache and returns an empty result on
MemoryError.
/external/python/cpython3/Lib/test/test_linecache.py
6bc2c1e7ebf359224e5e547f58ffc2c42cb36a39 04-Mar-2015 Robert Collins <rbtcollins@hp.com> Issue #17911: traceback module overhaul

Provide a way to seed the linecache for a PEP-302 module without actually
loading the code.

Provide a new object API for traceback, including the ability to not lookup
lines at all until the traceback is actually rendered, without any trace of the
original objects being kept alive.
/external/python/cpython3/Lib/test/test_linecache.py
fb15aa1e0873043548df782ace51fe1340ea559a 28-Jul-2013 Nick Coghlan <ncoghlan@gmail.com> Close #15494: test.support is now a package rather than a module

Initial patch by Indra Talip
/external/python/cpython3/Lib/test/test_linecache.py
e5720b989f58536e027a1069401120b0f49364a2 16-May-2011 Victor Stinner <victor.stinner@haypocalc.com> (Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't
exist anymore
e98f177ca64de8a4ab779902a3a5926d48f035f2 16-May-2011 Victor Stinner <victor.stinner@haypocalc.com> Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
/external/python/cpython3/Lib/test/test_linecache.py
19f2aeba67b5b4dc4dfd589d02d4a0b0804e22ee 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/cpython3/Lib/test/test_linecache.py
b3aedd48621ed9d33b5f42f946b256bce4a50673 20-Nov-2010 Ezio Melotti <ezio.melotti@gmail.com> #9424: Replace deprecated assert* methods in the Python test suite.
/external/python/cpython3/Lib/test/test_linecache.py
0174368449b01720ea117898fc6d4c9341689011 30-Oct-2010 Brett Cannon <bcannon@gmail.com> Move test_linecache over to file context managers.
/external/python/cpython3/Lib/test/test_linecache.py
92e97a7166207a8b335dfa883115c2366d6d8c2e 21-May-2010 Benjamin Peterson <benjamin@python.org> Merged revisions 81438 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
r81438 | benjamin.peterson | 2010-05-21 16:45:06 -0500 (Fri, 21 May 2010) | 25 lines

Merged revisions 81428-81429,81432-81433,81437 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r81428 | benjamin.peterson | 2010-05-21 16:16:12 -0500 (Fri, 21 May 2010) | 1 line

use addCleanup
........
r81429 | benjamin.peterson | 2010-05-21 16:17:22 -0500 (Fri, 21 May 2010) | 1 line

fix name
........
r81432 | benjamin.peterson | 2010-05-21 16:31:24 -0500 (Fri, 21 May 2010) | 1 line

ensure the last line has a trailing newline #8782
........
r81433 | benjamin.peterson | 2010-05-21 16:32:49 -0500 (Fri, 21 May 2010) | 1 line

remove debugging rubish
........
r81437 | benjamin.peterson | 2010-05-21 16:35:44 -0500 (Fri, 21 May 2010) | 1 line

simplify and modernize updatecache()
........
................
/external/python/cpython3/Lib/test/test_linecache.py
aada7b8f7844215e56347928a55ec8f09415bc9c 21-May-2010 Benjamin Peterson <benjamin@python.org> Merged revisions 81428-81429,81432-81433,81437 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r81428 | benjamin.peterson | 2010-05-21 16:16:12 -0500 (Fri, 21 May 2010) | 1 line

use addCleanup
........
r81429 | benjamin.peterson | 2010-05-21 16:17:22 -0500 (Fri, 21 May 2010) | 1 line

fix name
........
r81432 | benjamin.peterson | 2010-05-21 16:31:24 -0500 (Fri, 21 May 2010) | 1 line

ensure the last line has a trailing newline #8782
........
r81433 | benjamin.peterson | 2010-05-21 16:32:49 -0500 (Fri, 21 May 2010) | 1 line

remove debugging rubish
........
r81437 | benjamin.peterson | 2010-05-21 16:35:44 -0500 (Fri, 21 May 2010) | 1 line

simplify and modernize updatecache()
........
/external/python/cpython3/Lib/test/test_linecache.py
7276f138a533529e7687f00ef8f2be3241fad057 18-Apr-2010 Antoine Pitrou <solipsis@pitrou.net> Merged revisions 80194 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r80194 | antoine.pitrou | 2010-04-18 21:14:38 +0200 (dim., 18 avril 2010) | 3 lines

Fix catastrophic file opening and closing logic in test_linecache
........
/external/python/cpython3/Lib/test/test_linecache.py
8054a5d36e42690c95975a9065abbc9285add053 04-Dec-2009 R. David Murray <rdmurray@bitdance.com> Merged revisions 76661 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
r76661 | r.david.murray | 2009-12-03 19:09:14 -0500 (Thu, 03 Dec 2009) | 11 lines

Merged revisions 76659 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r76659 | r.david.murray | 2009-12-03 18:57:59 -0500 (Thu, 03 Dec 2009) | 4 lines

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/cpython3/Lib/test/test_linecache.py
ba31105d48625d34ad8114706bc75eb59fd27405 04-Dec-2009 R. David Murray <rdmurray@bitdance.com> Merged revisions 76659 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r76659 | r.david.murray | 2009-12-03 18:57:59 -0500 (Thu, 03 Dec 2009) | 4 lines

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/cpython3/Lib/test/test_linecache.py
bed7d04fedd800a8d3bd8a7c9c3ff823e365c236 19-Jul-2009 Benjamin Peterson <benjamin@python.org> Merged revisions 74095 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r74095 | benjamin.peterson | 2009-07-19 15:18:21 -0500 (Sun, 19 Jul 2009) | 1 line

split unittest.py into a package
........
/external/python/cpython3/Lib/test/test_linecache.py
991f9202bede42b033e499525755daed4a1c07be 05-May-2009 Georg Brandl <georg@python.org> Merged revisions 72319-72320 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r72319 | georg.brandl | 2009-05-05 10:28:49 +0200 (Di, 05 Mai 2009) | 1 line

#1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite.
........
r72320 | georg.brandl | 2009-05-05 10:30:28 +0200 (Di, 05 Mai 2009) | 1 line

Add a news entry for r72319.
........
/external/python/cpython3/Lib/test/test_linecache.py