aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/linecache.py
Commit message (Expand)AuthorAge
* bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when ...Brett Cannon2020-11-06
* issue-25872: Fix KeyError using linecache from multiple threads (GH-18007)Michael Graczyk2020-05-13
* Fix linecache.py add lazycache to __all__ and use dict.clear to clear the cac...加和2020-01-25
* Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-01
|\
| * Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-01
* | Merge 3.4 (linecache doc)Victor Stinner2015-03-18
|\|
| * Issue #11726: Fix linecache example in the docVictor Stinner2015-03-18
* | Issue #17911: traceback module overhaulRobert Collins2015-03-05
|/
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* Issue #16706: get rid of os.errorAndrew Svetlov2012-12-18
* Issue #10335: Add tokenize.open(), detect the file encoding usingVictor Stinner2010-11-09
* linecache.updatecache(): don't the lines into the cache on IOErrorVictor Stinner2010-09-29
* linecache.updatecache() returns an empty list on errorVictor Stinner2010-09-29
* Merged revisions 81428-81429,81432-81433,81437 via svnmerge fromBenjamin Peterson2010-05-21
* Merged revisions 72319-72320 via svnmerge fromGeorg Brandl2009-05-05
* reuse tokenize.detect_encoding in linecache instead of a custom solutionBenjamin Peterson2009-03-24
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-14
* revert r67713. it causes build problemsBenjamin Peterson2008-12-12
* reuse tokenize.detect_encoding for linecache #4016Benjamin Peterson2008-12-12
* Remove the imputil module.Brett Cannon2008-05-08
* Be even more lenient when catching errors from readlines().Guido van Rossum2007-07-10
* linecache.py was still struggling with unicode vs. non-unicode.Guido van Rossum2007-05-22
* Support PEP-263-style coding declarations.Guido van Rossum2007-05-09
* Fix another loop over a dict that may change... :-(Guido van Rossum2007-02-26
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* SF #737473: Show up-to-date source code in tracebacks always.Hye-Shik Chang2004-10-26
* Whitespace normalization.Jeremy Hylton2003-06-29
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-01
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-01
* Mass checkin of universal newline support.Jack Jansen2002-04-14
* Patch from Gordon McMillan.Tim Peters2001-05-29
* a few more modules get __all__Skip Montanaro2001-01-24
* Update the code to better reflect recommended style:Fred Drake2000-12-12
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-04
* don't print Cannot open/stat messagesGuido van Rossum1995-08-10
* * Lib/linecache.py: don't crash on empty filenameGuido van Rossum1994-08-23
* Search through the module search path.Guido van Rossum1992-03-27
* Initial revisionGuido van Rossum1992-01-10