1. 821d0f8 no 2.3 compat in the py3k lib #3676 by Benjamin Peterson · 16 years ago
  2. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
  3. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
  4. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  5. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  6. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  7. 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  8. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  9. d59cde8 Some quick fixes of code that was sorting dict.keys() etc. by Guido van Rossum · 17 years ago
  10. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  11. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  12. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  13. fc2a0a8 Thomas Heller fixed modulefinder and added a test. Thanks! by Guido van Rossum · 18 years ago
  14. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  15. 2e7c832 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 20 years ago
  16. 32d23c9 Fix typo. by Neil Schemenauer · 21 years ago
  17. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  18. aaf1c8d SF #841977 - modulefinder fails to find extension modules in packages by Thomas Heller · 21 years ago
  19. a920a88 up the b/w compatibility requirement to 2.2 by Just van Rossum · 21 years ago
  20. f0dfbaf Patch #698082 from Thomas Heller: Modulefinder didn't exclude modules by Just van Rossum · 21 years ago
  21. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  22. a212c5c removed bizarre construct, no idea why it was there... by Just van Rossum · 22 years ago
  23. 2c60f7a Whitespace normalization. by Tim Peters · 22 years ago
  24. e29310a patch attached to sf item #643711: by Just van Rossum · 22 years ago
  25. 41c554f moving modulefinder.py to the standard library by Just van Rossum · 22 years ago[Renamed from Tools/freeze/modulefinder.py]
  26. 5d0bd1e refactor universal line endings detection by Just van Rossum · 22 years ago
  27. 318b7b9 Polish some bits to silence pychecker. by Thomas Heller · 22 years ago
  28. 8af41ce Don't look for modules in the registry any longer. by Thomas Heller · 22 years ago
  29. 919000e Add a note that this file should be kept compatible with Python 1.5.2, by Thomas Heller · 22 years ago
  30. c7aaf95 Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML. by Thomas Heller · 22 years ago
  31. 74416af Fix SF # 464405, freeze doesn't like DOS files on Linux by Neal Norwitz · 22 years ago
  32. 82c7231 SF # 627900, Bytecode copy bug in freeze by Neal Norwitz · 22 years ago
  33. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  34. 4f7829e Remove the only use of a string method. Fixes SF 564840. by Thomas Heller · 22 years ago
  35. 03f7f08 Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson. by Guido van Rossum · 23 years ago
  36. 773c83b Fix for bug #442374 - Modulefinder registry support broken by Mark Hammond · 23 years ago
  37. 6b767ac Lawrence Hudson, SF #401702: Modify co_filename in frozen programs by Guido van Rossum · 23 years ago
  38. d3d7bb1 Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, not win32api by Mark Hammond · 24 years ago
  39. 8999053 Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, this by Guido van Rossum · 24 years ago
  40. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  41. ce33eb3 Sjoerd Mullender: by Guido van Rossum · 24 years ago
  42. 8b4b46e Fix a bug reported by Toby Dickenson (on 18 May 1999). by Guido van Rossum · 25 years ago
  43. fdd3028 Fix for modulefinder so that it prints all modules an unknown module by Guido van Rossum · 26 years ago
  44. 38b92eb Sjoerd Mullender: by Guido van Rossum · 26 years ago
  45. e7e632a Nannified. by Guido van Rossum · 26 years ago
  46. baf0603 New version, with contributions from Sjoerd Mullender and Mark Hammond. by Guido van Rossum · 26 years ago
  47. f1b5a0e Add a feature to support specifying an additional search directory for by Guido van Rossum · 26 years ago
  48. 78fc363 Big changes by Mark Hammond to support freezing with DLLs on Windows. by Guido van Rossum · 26 years ago
  49. ab045f9 Always set the __file__ attribute, so dynamic link modules are indicated. by Guido van Rossum · 26 years ago
  50. 3c51cf2 Oops, bug omission: also scan internal code objects for imports! by Guido van Rossum · 26 years ago
  51. 912a14c Reindented, removed tabs. by Guido van Rossum · 26 years ago
  52. 75dc496 Added support for packages. by Guido van Rossum · 26 years ago