1. a9f05d6 bpo-37032: Add CodeType.replace() method (GH-13542) by Victor Stinner · 5 years ago
  2. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  3. 9d7b2c0 bpo-35936: Updates to modulefinder (GH-11787) by Brandt Bucher · 5 years ago
  4. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  5. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  6. 3e99fde Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 8 years ago
  7. 02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 8 years ago
  8. 7e50978 Issue #26647: Cleanup modulefinder by Victor Stinner · 8 years ago
  9. 213b405 Issue #25487: Fix tests not updated when the imp module moved to a by Brett Cannon · 9 years ago
  10. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  11. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  12. 0a0d1da Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_paths_in_code(). by Berker Peksag · 10 years ago
  13. 0f38478 merge for issue #20778 by Brett Cannon · 10 years ago
  14. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 10 years ago
  15. ab0ac27 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 10 years ago
  16. 7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 10 years ago
  17. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  18. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  19. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  20. 2909d6b merge with 3.3 by Brett Cannon · 12 years ago
  21. 73b969e Issue #16752: Add a missing import to modulefinder. by Brett Cannon · 12 years ago
  22. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  23. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  24. cee6bb5 Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti) by Éric Araujo · 13 years ago
  25. 1e3a68d Modernize modulefinder module and tests a bit. by Éric Araujo · 13 years ago
  26. 867754e merge 11164 by Martin v. Löwis · 13 years ago
  27. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 13 years ago
  28. 028011f Silence ResourceWarnings in modulefinder by using file context managers. by Brett Cannon · 14 years ago
  29. 821d0f8 no 2.3 compat in the py3k lib #3676 by Benjamin Peterson · 15 years ago
  30. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
  31. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
  32. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  33. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  34. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  35. 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  36. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  37. d59cde8 Some quick fixes of code that was sorting dict.keys() etc. by Guido van Rossum · 17 years ago
  38. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  39. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  40. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  41. fc2a0a8 Thomas Heller fixed modulefinder and added a test. Thanks! by Guido van Rossum · 18 years ago
  42. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  43. 2e7c832 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 20 years ago
  44. 32d23c9 Fix typo. by Neil Schemenauer · 20 years ago
  45. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  46. aaf1c8d SF #841977 - modulefinder fails to find extension modules in packages by Thomas Heller · 21 years ago
  47. a920a88 up the b/w compatibility requirement to 2.2 by Just van Rossum · 21 years ago
  48. f0dfbaf Patch #698082 from Thomas Heller: Modulefinder didn't exclude modules by Just van Rossum · 21 years ago
  49. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  50. a212c5c removed bizarre construct, no idea why it was there... by Just van Rossum · 21 years ago
  51. 2c60f7a Whitespace normalization. by Tim Peters · 21 years ago
  52. e29310a patch attached to sf item #643711: by Just van Rossum · 22 years ago
  53. 41c554f moving modulefinder.py to the standard library by Just van Rossum · 22 years ago[Renamed from Tools/freeze/modulefinder.py]
  54. 5d0bd1e refactor universal line endings detection by Just van Rossum · 22 years ago
  55. 318b7b9 Polish some bits to silence pychecker. by Thomas Heller · 22 years ago
  56. 8af41ce Don't look for modules in the registry any longer. by Thomas Heller · 22 years ago
  57. 919000e Add a note that this file should be kept compatible with Python 1.5.2, by Thomas Heller · 22 years ago
  58. c7aaf95 Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML. by Thomas Heller · 22 years ago
  59. 74416af Fix SF # 464405, freeze doesn't like DOS files on Linux by Neal Norwitz · 22 years ago
  60. 82c7231 SF # 627900, Bytecode copy bug in freeze by Neal Norwitz · 22 years ago
  61. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  62. 4f7829e Remove the only use of a string method. Fixes SF 564840. by Thomas Heller · 22 years ago
  63. 03f7f08 Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson. by Guido van Rossum · 23 years ago
  64. 773c83b Fix for bug #442374 - Modulefinder registry support broken by Mark Hammond · 23 years ago
  65. 6b767ac Lawrence Hudson, SF #401702: Modify co_filename in frozen programs by Guido van Rossum · 23 years ago
  66. d3d7bb1 Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, not win32api by Mark Hammond · 24 years ago
  67. 8999053 Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, this by Guido van Rossum · 24 years ago
  68. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  69. ce33eb3 Sjoerd Mullender: by Guido van Rossum · 24 years ago
  70. 8b4b46e Fix a bug reported by Toby Dickenson (on 18 May 1999). by Guido van Rossum · 25 years ago
  71. fdd3028 Fix for modulefinder so that it prints all modules an unknown module by Guido van Rossum · 26 years ago
  72. 38b92eb Sjoerd Mullender: by Guido van Rossum · 26 years ago
  73. e7e632a Nannified. by Guido van Rossum · 26 years ago
  74. baf0603 New version, with contributions from Sjoerd Mullender and Mark Hammond. by Guido van Rossum · 26 years ago
  75. f1b5a0e Add a feature to support specifying an additional search directory for by Guido van Rossum · 26 years ago
  76. 78fc363 Big changes by Mark Hammond to support freezing with DLLs on Windows. by Guido van Rossum · 26 years ago
  77. ab045f9 Always set the __file__ attribute, so dynamic link modules are indicated. by Guido van Rossum · 26 years ago
  78. 3c51cf2 Oops, bug omission: also scan internal code objects for imports! by Guido van Rossum · 26 years ago
  79. 912a14c Reindented, removed tabs. by Guido van Rossum · 26 years ago
  80. 75dc496 Added support for packages. by Guido van Rossum · 26 years ago