index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
/
linecache.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 85090 via svnmerge from
Victor Stinner
2010-09-29
*
Merged revisions 85088 via svnmerge from
Victor Stinner
2010-09-29
*
Merged revisions 81438 via svnmerge from
Benjamin Peterson
2010-05-21
*
Merged revisions 72319-72320 via svnmerge from
Georg Brandl
2009-05-05
*
reuse tokenize.detect_encoding in linecache instead of a custom solution
Benjamin Peterson
2009-03-24
*
Merged revisions 67750-67751 via svnmerge from
Nick Coghlan
2008-12-14
*
revert r67713. it causes build problems
Benjamin Peterson
2008-12-12
*
reuse tokenize.detect_encoding for linecache #4016
Benjamin Peterson
2008-12-12
*
Remove the imputil module.
Brett Cannon
2008-05-08
*
Be even more lenient when catching errors from readlines().
Guido van Rossum
2007-07-10
*
linecache.py was still struggling with unicode vs. non-unicode.
Guido van Rossum
2007-05-22
*
Support PEP-263-style coding declarations.
Guido van Rossum
2007-05-09
*
Fix another loop over a dict that may change... :-(
Guido van Rossum
2007-02-26
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
SF #737473: Show up-to-date source code in tracebacks always.
Hye-Shik Chang
2004-10-26
*
Whitespace normalization.
Jeremy Hylton
2003-06-29
*
Replaced obsolete stat module constants with equivalent attributes
Raymond Hettinger
2002-06-01
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
*
Mass checkin of universal newline support.
Jack Jansen
2002-04-14
*
Patch from Gordon McMillan.
Tim Peters
2001-05-29
*
a few more modules get __all__
Skip Montanaro
2001-01-24
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
*
don't print Cannot open/stat messages
Guido van Rossum
1995-08-10
*
* Lib/linecache.py: don't crash on empty filename
Guido van Rossum
1994-08-23
*
Search through the module search path.
Guido van Rossum
1992-03-27
*
Initial revision
Guido van Rossum
1992-01-10