COMMITS
/ Lib/linecache.py 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
December 12, 2000
F
Update the code to better reflect recommended style:
Fred Drake committed
February 4, 2000
G
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum committed
August 10, 1995
G
don't print Cannot open/stat messages
Guido van Rossum committed
August 23, 1994
G
* Lib/linecache.py: don't crash on empty filename
Guido van Rossum committed
March 27, 1992
G
Search through the module search path.
Guido van Rossum committed
January 10, 1992
G
Initial revision
Guido van Rossum committed