COMMITS
/ Lib/linecache.py November 14, 2025
S
gh-122255: Synchronize warnings in C and Python implementations of the warnings module (GH-122824)
Serhiy Storchaka committed
October 29, 2025
T
gh-140228: Avoid making unnecessary syscalls in linecache for frozen modules (#140377)
tconley1428 committed
May 9, 2025
V
gh-133253: making linecache thread-safe (#133305)
vfdev committed
April 2, 2025
T
gh-60115: Support frozen modules for linecache.getline() (#131638)
Tian Gao committed
March 11, 2025
P
gh-117174: Fix reference leak and gdb tests (#131095)
Pablo Galindo Salgado committed
March 10, 2025
P
gh-117174: Add a new route in linecache to fetch interactive source code (#117500)
Pablo Galindo Salgado committed
December 10, 2024
T
gh-126775: make linecache.checkcache threadsafe and GC re-entrency safe (#126776)
Thomas Grainger committed
July 27, 2024
B
gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176)
Bénédikt Tran committed
April 16, 2024
J
linecache: Fix docstring location (#117948)
Jelle Zijlstra committed
April 10, 2024
P
gh-67224: Make linecache imports relative to improve startup speed (#117501)
Pablo Galindo Salgado committed
March 18, 2024
K
gh-71765: Fix inspect.getsource() on empty file (GH-20809)
kernc committed
February 20, 2024
E
gh-86291: linecache: get module name from __spec__ if available (GH-22908)
Eugene Toder committed
October 26, 2023
P
gh-67224: Show source lines in tracebacks when using the -c option when running Python (#111200)
Pablo Galindo Salgado committed
October 13, 2023
P
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
Pablo Galindo Salgado committed
June 30, 2022
I
gh-92336: linecache.getline should not raise exceptions on decoding errors (GH-94410)
Irit Katriel committed
October 6, 2021
C
Fix typos in the Lib directory (GH-28775)
Christian Clauss committed
November 7, 2020
May 13, 2020
M
issue-25872: Fix KeyError using linecache from multiple threads (GH-18007)
Michael Graczyk committed
January 26, 2020
April 1, 2015
S
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka committed
S
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka committed
March 18, 2015
V
Merge 3.4 (linecache doc)
Victor Stinner committed
V
Issue #11726: Fix linecache example in the doc
Victor Stinner committed
March 4, 2015
R
Issue #17911: traceback module overhaul
Robert Collins committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
November 9, 2010
V
Issue #10335: Add tokenize.open(), detect the file encoding using
Victor Stinner committed
September 29, 2010
V
linecache.updatecache(): don't the lines into the cache on IOError
Victor Stinner committed
V
linecache.updatecache() returns an empty list on error
Victor Stinner committed
May 21, 2010
B
Merged revisions 81428-81429,81432-81433,81437 via svnmerge from
Benjamin Peterson committed
May 5, 2009
G
Merged revisions 72319-72320 via svnmerge from
Georg Brandl committed
March 24, 2009
B
reuse tokenize.detect_encoding in linecache instead of a custom solution
Benjamin Peterson committed
December 14, 2008
N
Merged revisions 67750-67751 via svnmerge from
Nick Coghlan committed
December 12, 2008
B
revert r67713. it causes build problems
Benjamin Peterson committed
B
reuse tokenize.detect_encoding for linecache #4016
Benjamin Peterson committed
May 8, 2008
B
Remove the imputil module.
Brett Cannon committed
July 10, 2007
G
Be even more lenient when catching errors from readlines().
Guido van Rossum committed
May 22, 2007
G
linecache.py was still struggling with unicode vs. non-unicode.
Guido van Rossum committed
May 9, 2007
G
Support PEP-263-style coding declarations.
Guido van Rossum committed
February 26, 2007
G
Fix another loop over a dict that may change... :-(
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
October 26, 2004
H
SF #737473: Show up-to-date source code in tracebacks always.
Hye-Shik Chang committed
June 29, 2003
J
Whitespace normalization.
Jeremy Hylton committed
June 1, 2002
R
Replaced obsolete stat module constants with equivalent attributes
Raymond Hettinger committed
R
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger committed
April 14, 2002
J
Mass checkin of universal newline support.
Jack Jansen committed
May 29, 2001
T
Patch from Gordon McMillan.
Tim Peters committed
January 24, 2001
S
a few more modules get __all__
Skip Montanaro committed