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-1/+5
* simplify and modernize updatecache()Benjamin Peterson2010-05-211-12/+10
* remove debugging rubishBenjamin Peterson2010-05-211-3/+0
* ensure the last line has a trailing newline #8782Benjamin Peterson2010-05-211-0/+2
* #1309567: fix linecache behavior of stripping subdirectories from paths when ...Georg Brandl2009-05-051-2/+5
* Fix several issues relating to access to source code inside zipfiles. Initial...Nick Coghlan2008-12-141-15/+14
* Linecache contains support for PEP302 loaders, but fails to deal with loadersRonald Oussoren2006-06-131-0/+4
* Adjust whitespace.Neal Norwitz2006-04-111-3/+3
* Whitespace normalization.Tim Peters2006-04-111-2/+2
* Updated the warnings, linecache, inspect, traceback, site, and doctest modulesPhillip J. Eby2006-04-111-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