| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10335: Add tokenize.open(), detect the file encoding using | Victor Stinner | 2010-11-09 | 1 | -3/+1 |
|
|
* | linecache.updatecache(): don't the lines into the cache on IOError | Victor Stinner | 2010-09-29 | 1 | -1/+1 |
|
|
* | linecache.updatecache() returns an empty list on error | Victor Stinner | 2010-09-29 | 1 | -1/+1 |
|
|
* | Merged revisions 81428-81429,81432-81433,81437 via svnmerge from | Benjamin Peterson | 2010-05-21 | 1 | -13/+16 |
|
|
* | Merged revisions 72319-72320 via svnmerge from | Georg Brandl | 2009-05-05 | 1 | -2/+5 |
|
|
* | reuse tokenize.detect_encoding in linecache instead of a custom solution | Benjamin Peterson | 2009-03-24 | 1 | -20/+4 |
|
|
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 | 1 | -15/+14 |
|
|
* | revert r67713. it causes build problems | Benjamin Peterson | 2008-12-12 | 1 | -4/+20 |
|
|
* | reuse tokenize.detect_encoding for linecache #4016 | Benjamin Peterson | 2008-12-12 | 1 | -20/+4 |
|
|
* | Remove the imputil module. | Brett Cannon | 2008-05-08 | 1 | -2/+0 |
|
|
* | Be even more lenient when catching errors from readlines(). | Guido van Rossum | 2007-07-10 | 1 | -1/+2 |
|
|
* | linecache.py was still struggling with unicode vs. non-unicode. | Guido van Rossum | 2007-05-22 | 1 | -2/+3 |
|
|
* | Support PEP-263-style coding declarations. | Guido van Rossum | 2007-05-09 | 1 | -0/+11 |
|
|
* | Fix another loop over a dict that may change... :-( | Guido van Rossum | 2007-02-26 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+4 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -6/+30 |
|
|
* | SF #737473: Show up-to-date source code in tracebacks always. | Hye-Shik Chang | 2004-10-26 | 1 | -2/+10 |
|
|
* | Whitespace normalization. | Jeremy Hylton | 2003-06-29 | 1 | -1/+1 |
|
|
* | Replaced obsolete stat module constants with equivalent attributes | Raymond Hettinger | 2002-06-01 | 1 | -3/+2 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -2/+2 |
|
|
* | Mass checkin of universal newline support. | Jack Jansen | 2002-04-14 | 1 | -1/+1 |
|
|
* | Patch from Gordon McMillan. | Tim Peters | 2001-05-29 | 1 | -5/+12 |
|
|
* | a few more modules get __all__ | Skip Montanaro | 2001-01-24 | 1 | -0/+2 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -1/+1 |
|
|
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -64/+66 |
|
|
* | don't print Cannot open/stat messages | Guido van Rossum | 1995-08-10 | 1 | -2/+2 |
|
|
* | * Lib/linecache.py: don't crash on empty filename | Guido van Rossum | 1994-08-23 | 1 | -1/+1 |
|
|
* | Search through the module search path. | Guido van Rossum | 1992-03-27 | 1 | -11/+30 |
|
|
* | Initial revision | Guido van Rossum | 1992-01-10 | 1 | -0/+71 |
|
|