1. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  2. 6e024b3 Use the str builtin by Neal Norwitz · 17 years ago
  3. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  4. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  5. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  6. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  7. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  8. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  9. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  10. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  11. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  12. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  13. 3d3cfdb ihooks FancyModuleLoader.load_module() by Tim Peters · 20 years ago
  14. 13f99d7 Close SF patch 523944: importing modules with foreign newlines. by Jeremy Hylton · 22 years ago
  15. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  16. 936654b Replaced boolean test with is None by Raymond Hettinger · 22 years ago
  17. 4212ea4 SF #515012, cleanup: remove unused variable by Neal Norwitz · 22 years ago
  18. 05857df Added docstring by Neal Norwitz. This closes SF bug #450979. by Fred Drake · 23 years ago
  19. 70195da Patch #443337: Fix incompatibilities in imputil's behavior. by Martin v. Löwis · 23 years ago
  20. d3011cd Remove usage of strop module. by Martin v. Löwis · 23 years ago
  21. 76977bb Add an uninstall method to the ImportManager. by Greg Stein · 23 years ago
  22. bfae196 This change makes imputil more closely emulate the standard import by Thomas Heller · 23 years ago
  23. 17ab123 a few more modules get __all__ by Skip Montanaro · 23 years ago
  24. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  25. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  26. dd6eefb no changes other than indentation level (now 4) and comment reflow. by Greg Stein · 24 years ago
  27. 99a5621 now that imputil is in the main Python repository, clean up the header by Greg Stein · 24 years ago
  28. 42b9bc7 add TODO section by Greg Stein · 24 years ago
  29. 3bb578c reduce fsimp coupling: provide fs_imp param to ImportManager constructor, by Greg Stein · 24 years ago
  30. d4f1d20 shift demo importers to importers.py (destined for Demo/ ?) by Greg Stein · 24 years ago
  31. f23aa1e redesign/rebuild around the ImportManager concept. by Greg Stein · 25 years ago
  32. 32efef3 look for builtins before stuff on the path. by Greg Stein · 25 years ago
  33. 2b23413 add loading of dynamic library modules. by Greg Stein · 25 years ago
  34. 7ec28d2 turn SysPathImporter into PathImporter. by Greg Stein · 25 years ago
  35. 72ee435 remove the __version__ global. by Greg Stein · 25 years ago
  36. 6d3165a only put __path__ into package modules. by Greg Stein · 25 years ago
  37. 63faa01 shift code from DirectoryImporter out to a common area. by Greg Stein · 25 years ago
  38. d4c64ba Add some header comments to all the files. by Greg Stein · 25 years ago
  39. 281b8d8 initial checkin for my Python stuff. by Greg Stein · 25 years ago