1. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  2. 53c3fb1 Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better by Serhiy Storchaka · 9 years ago
  3. c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. by Martin v. Löwis · 10 years ago
  4. a7fcd92 Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. by Martin v. Löwis · 10 years ago
  5. 8b33dd8 Use OESeeror instead of os.error (#16720) by Andrew Svetlov · 12 years ago
  6. b176203 #16135: Removal of OS/2 support (C code and Docs) by Jesus Cea · 12 years ago
  7. 0063958 Minimum fixes to make freeze.py do something useful. by Georg Brandl · 14 years ago
  8. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  9. bf82e37 More 2to3 fixes in the Tools directory. Fixes #2893. by Georg Brandl · 16 years ago
  10. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  11. 5397039 Minimal changes to make the "freeze" tool work again. by Guido van Rossum · 17 years ago
  12. 96bf7e8 Fix test_frozen. by Guido van Rossum · 17 years ago
  13. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  14. d910855 Remove apply() by Neal Norwitz · 18 years ago
  15. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  16. ffa5a50 Small fixes in freeze.py. by Gustavo Niemeyer · 20 years ago
  17. 7b4abbb modulefinder.py is not a freeze private module anymore. by Gustavo Niemeyer · 21 years ago
  18. 821a0fc replace obsolete 'exceptions' implicit by 'warnings' by Just van Rossum · 21 years ago
  19. e9e20a9 [ 684677 ] Allow freeze to exclude implicits by Just van Rossum · 21 years ago
  20. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  21. 64b4f27 Updated freeze.py to the new Makefile symbol layout. by Marc-André Lemburg · 22 years ago
  22. 03f7f08 Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson. by Guido van Rossum · 23 years ago
  23. 89e90d6 Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor by Neil Schemenauer · 23 years ago
  24. 6b767ac Lawrence Hudson, SF #401702: Modify co_filename in frozen programs by Guido van Rossum · 23 years ago
  25. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  26. f67c238 Patch by Toby Dickenson, mentored by Mark Hammond, to support by Guido van Rossum · 24 years ago
  27. 4b1235c Toby Dickenson: by Guido van Rossum · 24 years ago
  28. 70b5d47 From Sjoerd Mullender <sjoerd@oratrix.nl>: by Fred Drake · 24 years ago
  29. 7039f50 Bug submitted by Wayne Knowles, who writes: by Guido van Rossum · 25 years ago
  30. baf0603 New version, with contributions from Sjoerd Mullender and Mark Hammond. by Guido van Rossum · 26 years ago
  31. 5e32a77 Minor change for windows; set extensions_c later and set by Guido van Rossum · 26 years ago
  32. 590fc2c Jonathan Giddy: by Guido van Rossum · 26 years ago
  33. e35c601 Add a feature to support specifying an additional search directory for by Guido van Rossum · 26 years ago
  34. e10053b Remove Emacs cruft at end. by Guido van Rossum · 26 years ago
  35. a937afd Freeze assumes that all built-in modules are part of the Python core. by Guido van Rossum · 26 years ago
  36. 23cff31 Shouldn't import addpack! by Guido van Rossum · 26 years ago
  37. 78fc363 Big changes by Mark Hammond to support freezing with DLLs on Windows. by Guido van Rossum · 26 years ago
  38. a0e1835 Rearrange some stuff so that the warning for unknown modules is also by Guido van Rossum · 26 years ago
  39. 31d53ed When writing the Windows Makefile, don't forget to strip some filenames by Guido van Rossum · 26 years ago
  40. b7da642 Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the h by Guido van Rossum · 26 years ago
  41. e039425 Unfold some lines that were previously folded but don't need to be by Guido van Rossum · 26 years ago
  42. 1e07403 Some nits... by Guido van Rossum · 26 years ago
  43. 75dc496 Added support for packages. by Guido van Rossum · 26 years ago
  44. f888350 Untested changes to make the '-s windows' option work on Windows. by Guido van Rossum · 26 years ago
  45. 94ce0d1 Add special handling for Python modules that are imported implicitly by Guido van Rossum · 27 years ago
  46. 345df17 os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  47. 58a5948 Changes for building under windows. by Guido van Rossum · 27 years ago
  48. 0b4b8a2 Changed indents to 4 *spaces*; added Emacs variables to avoid by Guido van Rossum · 27 years ago
  49. 9a6e855 Support using -p/-P to point to the source/build directory instead of by Guido van Rossum · 27 years ago
  50. b3afce5 Updated for new style build/install; much simpler! by Guido van Rossum · 27 years ago
  51. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  52. 96c4dd9 OK, now it uses sys.[exec_]prefix and supports by Guido van Rossum · 28 years ago
  53. aa233f1 Changes for 1.4 install targets by Guido van Rossum · 28 years ago
  54. d4cc04c Add test that script name ends in .py. by Guido van Rossum · 28 years ago
  55. 150316e added getpath.c; added -P exec_prefix; added explanatory note by Guido van Rossum · 29 years ago
  56. 6d67b60 backup Makefile too by Guido van Rossum · 29 years ago
  57. 309e8ac moved Demo/freeze to Tools/freeze by Guido van Rossum · 29 years ago
  58. d8336c2 Lots of things added. README written (mostly). by Guido van Rossum · 30 years ago
  59. 619e1be Add check for unknown modules by Guido van Rossum · 30 years ago
  60. 00ff433 Totally new "freeze" program. by Guido van Rossum · 30 years ago
  61. dbaf332 Jack's last version (now I'm supposed to get it working :-) by Guido van Rossum · 30 years ago