GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
linecache.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when ...
Brett Cannon
2020-11-06
1
-3
/
+8
*
issue-25872: Fix KeyError using linecache from multiple threads (GH-18007)
Michael Graczyk
2020-05-13
1
-3
/
+3
*
Fix linecache.py add lazycache to __all__ and use dict.clear to clear the cac...
加和
2020-01-25
1
-18
/
+18
*
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
1
-4
/
+7
|
\
|
*
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
1
-1
/
+5
*
|
Merge 3.4 (linecache doc)
Victor Stinner
2015-03-18
1
-2
/
+2
|
\
|
|
*
Issue #11726: Fix linecache example in the doc
Victor Stinner
2015-03-18
1
-2
/
+2
*
|
Issue #17911: traceback module overhaul
Robert Collins
2015-03-05
1
-24
/
+64
|
/
*
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-2
/
+2
*
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
1
-2
/
+2
*
Issue #10335: Add tokenize.open(), detect the file encoding using
Victor Stinner
2010-11-09
1
-3
/
+1
*
linecache.updatecache(): don't the lines into the cache on IOError
Victor Stinner
2010-09-29
1
-1
/
+1
*
linecache.updatecache() returns an empty list on error
Victor Stinner
2010-09-29
1
-1
/
+1
*
Merged revisions 81428-81429,81432-81433,81437 via svnmerge from
Benjamin Peterson
2010-05-21
1
-13
/
+16
*
Merged revisions 72319-72320 via svnmerge from
Georg Brandl
2009-05-05
1
-2
/
+5
*
reuse tokenize.detect_encoding in linecache instead of a custom solution
Benjamin Peterson
2009-03-24
1
-20
/
+4
*
Merged revisions 67750-67751 via svnmerge from
Nick Coghlan
2008-12-14
1
-15
/
+14
*
revert r67713. it causes build problems
Benjamin Peterson
2008-12-12
1
-4
/
+20
*
reuse tokenize.detect_encoding for linecache #4016
Benjamin Peterson
2008-12-12
1
-20
/
+4
*
Remove the imputil module.
Brett Cannon
2008-05-08
1
-2
/
+0
*
Be even more lenient when catching errors from readlines().
Guido van Rossum
2007-07-10
1
-1
/
+2
*
linecache.py was still struggling with unicode vs. non-unicode.
Guido van Rossum
2007-05-22
1
-2
/
+3
*
Support PEP-263-style coding declarations.
Guido van Rossum
2007-05-09
1
-0
/
+11
*
Fix another loop over a dict that may change... :-(
Guido van Rossum
2007-02-26
1
-1
/
+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2
/
+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0
/
+4
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-6
/
+30
*
SF #737473: Show up-to-date source code in tracebacks always.
Hye-Shik Chang
2004-10-26
1
-2
/
+10
*
Whitespace normalization.
Jeremy Hylton
2003-06-29
1
-1
/
+1
*
Replaced obsolete stat module constants with equivalent attributes
Raymond Hettinger
2002-06-01
1
-3
/
+2
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-2
/
+2
*
Mass checkin of universal newline support.
Jack Jansen
2002-04-14
1
-1
/
+1
*
Patch from Gordon McMillan.
Tim Peters
2001-05-29
1
-5
/
+12
*
a few more modules get __all__
Skip Montanaro
2001-01-24
1
-0
/
+2
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-1
/
+1
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-64
/
+66
*
don't print Cannot open/stat messages
Guido van Rossum
1995-08-10
1
-2
/
+2
*
* Lib/linecache.py: don't crash on empty filename
Guido van Rossum
1994-08-23
1
-1
/
+1
*
Search through the module search path.
Guido van Rossum
1992-03-27
1
-11
/
+30
*
Initial revision
Guido van Rossum
1992-01-10
1
-0
/
+71