summaryrefslogtreecommitdiff
path: root/Lib/test/test_linecache.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30207: Rename test.test_support to test.support. (#1353)Serhiy Storchaka2017-04-301-2/+2
* Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-011-0/+16
* Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymoreVictor Stinner2011-05-171-1/+1
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-12/+12
* ensure the last line has a trailing newline #8782Benjamin Peterson2010-05-211-0/+12
* fix nameBenjamin Peterson2010-05-211-1/+1
* use addCleanupBenjamin Peterson2010-05-211-30/+27
* Fix catastrophic file opening and closing logic in test_linecacheAntoine Pitrou2010-04-181-16/+13
* Issue 7431: use TESTFN in test_linecache instead of trying to create aR. David Murray2009-12-031-36/+32
* split unittest.py into a packageBenjamin Peterson2009-07-191-1/+1
* #1309567: fix linecache behavior of stripping subdirectories from paths when ...Georg Brandl2009-05-051-0/+129