Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-30207: Rename test.test_support to test.support. (#1353) | Serhiy Storchaka | 2017-04-30 | 1 | -2/+2 |
* | Issue #23838: linecache now clears the cache and returns an empty result on | Serhiy Storchaka | 2015-04-01 | 1 | -0/+16 |
* | Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore | Victor Stinner | 2011-05-16 | 1 | -1/+1 |
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -12/+12 |
* | ensure the last line has a trailing newline #8782 | Benjamin Peterson | 2010-05-21 | 1 | -0/+12 |
* | fix name | Benjamin Peterson | 2010-05-21 | 1 | -1/+1 |
* | use addCleanup | Benjamin Peterson | 2010-05-21 | 1 | -30/+27 |
* | Fix catastrophic file opening and closing logic in test_linecache | Antoine Pitrou | 2010-04-18 | 1 | -16/+13 |
* | Issue 7431: use TESTFN in test_linecache instead of trying to create a | R. David Murray | 2009-12-03 | 1 | -36/+32 |
* | split unittest.py into a package | Benjamin Peterson | 2009-07-19 | 1 | -1/+1 |
* | #1309567: fix linecache behavior of stripping subdirectories from paths when ... | Georg Brandl | 2009-05-05 | 1 | -0/+129 |