1. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  2. 5c13aa1 Fix pyclbr to support importing packages by Victor Stinner · 8 years ago
  3. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 10 years ago
  4. 02b9f9d Remove more usage of APIs deprecated by PEP 451. by Eric Snow · 10 years ago
  5. 43ae3ce #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 12 years ago
  6. 8d88604 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 12 years ago
  7. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 12 years ago
  8. 8b5eb2f Issue #11020: Command-line pyclbr was broken because of missing 2-to-3 by Raymond Hettinger · 13 years ago
  9. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  10. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 16 years ago
  11. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  12. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  13. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  14. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  15. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  16. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  17. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 20 years ago
  18. 3375fc5 Apply extract functions instead of lambda. by Raymond Hettinger · 20 years ago
  19. 0a6f954 Another big update, fixing all known bugs related to nesting functions by Guido van Rossum · 21 years ago
  20. 0ed7aa1 Moderately heavy reorganization of pyclbr to fix package-related bugs. by Guido van Rossum · 21 years ago
  21. 258cba8 When recursively attempting to find the modules imported by an by Guido van Rossum · 22 years ago
  22. 040d7ca Rewritten using the tokenize module, which gives us a real tokenizer by Guido van Rossum · 22 years ago
  23. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  24. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  25. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  26. c6ac8a7 SF bug #473525 pyclbr broken by Tim Peters · 23 years ago
  27. 03f7a70 Nick Mathewson: Make sure the recursion is handled properly. by Fred Drake · 23 years ago
  28. 4a5555b Remove unused variable 'imports' from readmodule_ex(). by Guido van Rossum · 23 years ago
  29. 02d893c Patch #444359: Remove unused imports. by Martin v. Löwis · 23 years ago
  30. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  31. 658cba6 Whitespace normalization. by Tim Peters · 23 years ago
  32. ec3bbde String method conversion. by Eric S. Raymond · 23 years ago
  33. 2344fae Whitespace normalization. by Tim Peters · 23 years ago
  34. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  35. 9f612f9 Suppress warning print statements about modules not found, they are by Guido van Rossum · 25 years ago
  36. b269302 Added a few more bugs to the doc string; reformatted existing bugs. by Guido van Rossum · 25 years ago
  37. a3b4a33 Co-production with Tim Peters, implementing a suggestion by Mark by Guido van Rossum · 25 years ago
  38. 3d54871 Fix by Sjoerd for a package related bug: If you have a non-empy by Guido van Rossum · 25 years ago
  39. df9f7a3 Tim Peters: Taught it more "real Python" rules without slowing it by Guido van Rossum · 25 years ago
  40. ad38055 Experimental speedup patch by Tim Peters (please test!): by Guido van Rossum · 25 years ago
  41. 3d199af Bow to font-lock at the end of the docstring, since it throws stuff off. by Fred Drake · 25 years ago
  42. e73d702 Ever-so-slight improvementL the patterns to recognize import by Guido van Rossum · 26 years ago
  43. 0688436 Enhancements by Sjoerd Mullender: support for from a.b import c import a . b by Guido van Rossum · 26 years ago
  44. 7a840e8 Add support for dotted module names to readmodule(). by Guido van Rossum · 26 years ago
  45. 31626bc re -> regex conversions by Sjoerd. by Guido van Rossum · 27 years ago
  46. b5fa1cb Don't add names that start with _ by Guido van Rossum · 28 years ago
  47. 825bae7 Also remember the module a class is defined in. by Sjoerd Mullender · 29 years ago
  48. 8cb4b1f Module with one function to read Python modules and extract class and by Sjoerd Mullender · 29 years ago