summaryrefslogtreecommitdiffstats
path: root/Lib/linecache.py
Commit message (Expand)AuthorAgeFilesLines
* 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