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