aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/linecache.py
Commit message (Expand)AuthorAge
* Merged revisions 85090 via svnmerge fromVictor Stinner2010-09-29
* Merged revisions 85088 via svnmerge fromVictor Stinner2010-09-29
* Merged revisions 81438 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