index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_linecache.py
Commit message (
Expand
)
Author
Age
*
gh-60115: Support frozen modules for linecache.getline() (#131638)
Tian Gao
2025-04-02
*
gh-117174: Add a new route in linecache to fetch interactive source code (#11...
Pablo Galindo Salgado
2025-03-10
*
gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176)
Bénédikt Tran
2024-07-27
*
gh-71765: Fix inspect.getsource() on empty file (GH-20809)
kernc
2024-03-18
*
gh-86291: linecache: get module name from __spec__ if available (GH-22908)
Eugene Toder
2024-02-20
*
gh-92336: linecache.getline should not raise exceptions on decoding errors (G...
Irit Katriel
2022-06-30
*
bpo-25872: Add unit tests for linecache and threading (GH-25913)
uniocto
2021-05-18
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
Inada Naoki
2021-04-06
*
bpo-40275: Use new test.support helper submodules in tests (GH-21315)
Hai Shi
2020-07-06
*
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
|
\
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
*
|
Fix test_linecache change.
Robert Collins
2015-08-20
*
|
Issue #24054: decouple linecache tests from inspect tests
Robert Collins
2015-08-19
|
/
*
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
|
\
|
*
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
*
|
Issue #17911: traceback module overhaul
Robert Collins
2015-03-05
|
/
*
Close #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
*
(Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't
Victor Stinner
2011-05-16
|
\
|
*
Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
Victor Stinner
2011-05-16
|
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
|
*
Merged revisions 81438 via svnmerge from
Benjamin Peterson
2010-05-21
|
*
Merged revisions 76661 via svnmerge from
R. David Murray
2009-12-04
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
*
|
Move test_linecache over to file context managers.
Brett Cannon
2010-10-29
*
|
Merged revisions 81428-81429,81432-81433,81437 via svnmerge from
Benjamin Peterson
2010-05-21
*
|
Merged revisions 80194 via svnmerge from
Antoine Pitrou
2010-04-18
*
|
Merged revisions 76659 via svnmerge from
R. David Murray
2009-12-04
*
|
Merged revisions 74095 via svnmerge from
Benjamin Peterson
2009-07-19
|
/
*
Merged revisions 72319-72320 via svnmerge from
Georg Brandl
2009-05-05