1. 05ddbf0 Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 9 years ago
  2. c512adc Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 9 years ago
  3. 072248e Merge 3.4 (linecache doc) by Victor Stinner · 9 years ago
  4. 376658f Issue #11726: Fix linecache example in the doc by Victor Stinner · 9 years ago
  5. 6bc2c1e Issue #17911: traceback module overhaul by Robert Collins · 9 years ago
  6. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  7. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 11 years ago
  8. 58c0752 Issue #10335: Add tokenize.open(), detect the file encoding using by Victor Stinner · 14 years ago
  9. 41a64a5 linecache.updatecache(): don't the lines into the cache on IOError by Victor Stinner · 14 years ago
  10. 78f43a7 linecache.updatecache() returns an empty list on error by Victor Stinner · 14 years ago
  11. aada7b8 Merged revisions 81428-81429,81432-81433,81437 via svnmerge from by Benjamin Peterson · 14 years ago
  12. 991f920 Merged revisions 72319-72320 via svnmerge from by Georg Brandl · 15 years ago
  13. 9b8d24b reuse tokenize.detect_encoding in linecache instead of a custom solution by Benjamin Peterson · 15 years ago
  14. f088e5e Merged revisions 67750-67751 via svnmerge from by Nick Coghlan · 15 years ago
  15. a5bbf20 revert r67713. it causes build problems by Benjamin Peterson · 15 years ago
  16. d947267 reuse tokenize.detect_encoding for linecache #4016 by Benjamin Peterson · 15 years ago
  17. 0ec5855 Remove the imputil module. by Brett Cannon · 16 years ago
  18. d10b2dc Be even more lenient when catching errors from readlines(). by Guido van Rossum · 17 years ago
  19. 94ca1c6 linecache.py was still struggling with unicode vs. non-unicode. by Guido van Rossum · 17 years ago
  20. 33f3124 Support PEP-263-style coding declarations. Default to UTF-8 per PEP-3120. by Guido van Rossum · 17 years ago
  21. f543348 Fix another loop over a dict that may change... :-( by Guido van Rossum · 17 years ago
  22. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  23. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  24. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  25. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 20 years ago
  26. 97b2e84 Whitespace normalization. by Jeremy Hylton · 21 years ago
  27. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  28. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  29. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  30. 12f21ae Patch from Gordon McMillan. by Tim Peters · 23 years ago
  31. 17ab123 a few more modules get __all__ by Skip Montanaro · 23 years ago
  32. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 23 years ago
  33. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  34. 92794e3 don't print Cannot open/stat messages by Guido van Rossum · 29 years ago
  35. 7aeb4b9 * Lib/linecache.py: don't crash on empty filename by Guido van Rossum · 30 years ago
  36. c341c62 Search through the module search path. by Guido van Rossum · 32 years ago
  37. 921c824 Initial revision by Guido van Rossum · 32 years ago