Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | file in the Lib/test directory, which might be read-only for the user running the tests. | ||||
* | 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 |
looking for relative filename matches. Also add a linecache test suite. |