summaryrefslogtreecommitdiff
path: root/Tools/freeze/makefreeze.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22826: The result of open() in Tools/freeze/bkfile.py is now betterSerhiy Storchaka2015-03-201-28/+26
* #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-261-1/+1
* Minimal changes to make the "freeze" tool work again.Guido van Rossum2007-06-121-4/+3
* Fix test_frozen.Guido van Rossum2007-02-091-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-3/+2
* Updated freeze.py to the new Makefile symbol layout.Marc-André Lemburg2002-04-041-3/+1
* Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson.Guido van Rossum2001-10-181-1/+8
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-1/+1
* Sjoerd Mullender:Guido van Rossum1999-11-021-0/+1
* New version, with contributions from Sjoerd Mullender and Mark Hammond.Guido van Rossum1998-08-251-2/+17
* Remove Emacs cruft.Guido van Rossum1998-05-181-4/+0
* If freezing with the -O option, the optimized bytecode files areGuido van Rossum1998-04-231-0/+4
* Big changes by Mark Hammond to support freezing with DLLs on Windows.Guido van Rossum1998-03-201-1/+6
* Reindented, removed tabs.Guido van Rossum1998-03-051-33/+37
* Added support for packages.Guido van Rossum1998-03-051-56/+18
* Updated for new style build/install; much simpler!Guido van Rossum1997-07-191-1/+9
* Get struct _frozen defn from Python.h; new variable names.Guido van Rossum1996-06-171-5/+5
* Totally new "freeze" program.Guido van Rossum1994-10-031-0/+91