summaryrefslogtreecommitdiff
path: root/Lib/linecache.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-011-4/+7
|\
| * Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-011-1/+5
* | Merge 3.4 (linecache doc)Victor Stinner2015-03-181-2/+2
|\ \ | |/
| * Issue #11726: Fix linecache example in the docVictor Stinner2015-03-181-2/+2
* | Issue #17911: traceback module overhaulRobert Collins2015-03-051-24/+64
|/
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-2/+2
* Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-2/+2
* Issue #10335: Add tokenize.open(), detect the file encoding usingVictor Stinner2010-11-091-3/+1
* linecache.updatecache(): don't the lines into the cache on IOErrorVictor Stinner2010-09-291-1/+1
* linecache.updatecache() returns an empty list on errorVictor Stinner2010-09-291-1/+1
* Merged revisions 81428-81429,81432-81433,81437 via svnmerge fromBenjamin Peterson2010-05-211-13/+16
* Merged revisions 72319-72320 via svnmerge fromGeorg Brandl2009-05-051-2/+5
* reuse tokenize.detect_encoding in linecache instead of a custom solutionBenjamin Peterson2009-03-241-20/+4
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-141-15/+14
* revert r67713. it causes build problemsBenjamin Peterson2008-12-121-4/+20
* reuse tokenize.detect_encoding for linecache #4016Benjamin Peterson2008-12-121-20/+4
* Remove the imputil module.Brett Cannon2008-05-081-2/+0
* Be even more lenient when catching errors from readlines().Guido van Rossum2007-07-101-1/+2
* linecache.py was still struggling with unicode vs. non-unicode.Guido van Rossum2007-05-221-2/+3
* Support PEP-263-style coding declarations.Guido van Rossum2007-05-091-0/+11
* Fix another loop over a dict that may change... :-(Guido van Rossum2007-02-261-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+4
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-6/+30
* SF #737473: Show up-to-date source code in tracebacks always.Hye-Shik Chang2004-10-261-2/+10
* Whitespace normalization.Jeremy Hylton2003-06-291-1/+1
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-3/+2
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-2/+2
* Mass checkin of universal newline support.Jack Jansen2002-04-141-1/+1
* Patch from Gordon McMillan.Tim Peters2001-05-291-5/+12
* a few more modules get __all__Skip Montanaro2001-01-241-0/+2
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-64/+66
* don't print Cannot open/stat messagesGuido van Rossum1995-08-101-2/+2
* * Lib/linecache.py: don't crash on empty filenameGuido van Rossum1994-08-231-1/+1
* Search through the module search path.Guido van Rossum1992-03-271-11/+30
* Initial revisionGuido van Rossum1992-01-101-0/+71