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