aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_linecache.py
Commit message (Expand)AuthorAge
* gh-60115: Support frozen modules for linecache.getline() (#131638)Tian Gao2025-04-02
* gh-117174: Add a new route in linecache to fetch interactive source code (#11...Pablo Galindo Salgado2025-03-10
* gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176)Bénédikt Tran2024-07-27
* gh-71765: Fix inspect.getsource() on empty file (GH-20809)kernc2024-03-18
* gh-86291: linecache: get module name from __spec__ if available (GH-22908)Eugene Toder2024-02-20
* gh-92336: linecache.getline should not raise exceptions on decoding errors (G...Irit Katriel2022-06-30
* bpo-25872: Add unit tests for linecache and threading (GH-25913)uniocto2021-05-18
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)Inada Naoki2021-04-06
* bpo-40275: Use new test.support helper submodules in tests (GH-21315)Hai Shi2020-07-06
* Issue #27076: Merge spelling from 3.5Martin Panter2016-05-26
|\
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-26
* | Fix test_linecache change.Robert Collins2015-08-20
* | Issue #24054: decouple linecache tests from inspect testsRobert Collins2015-08-19
|/
* Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-01
|\
| * Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-01
* | Issue #17911: traceback module overhaulRobert Collins2015-03-05
|/
* Close #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-28
* (Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn'tVictor Stinner2011-05-16
|\
| * Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymoreVictor Stinner2011-05-16
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
| * Merged revisions 81438 via svnmerge fromBenjamin Peterson2010-05-21
| * Merged revisions 76661 via svnmerge fromR. David Murray2009-12-04
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* | Move test_linecache over to file context managers.Brett Cannon2010-10-29
* | Merged revisions 81428-81429,81432-81433,81437 via svnmerge fromBenjamin Peterson2010-05-21
* | Merged revisions 80194 via svnmerge fromAntoine Pitrou2010-04-18
* | Merged revisions 76659 via svnmerge fromR. David Murray2009-12-04
* | Merged revisions 74095 via svnmerge fromBenjamin Peterson2009-07-19
|/
* Merged revisions 72319-72320 via svnmerge fromGeorg Brandl2009-05-05