summaryrefslogtreecommitdiff
path: root/Tools/freeze/freeze.py
Commit message (Expand)AuthorAgeFilesLines
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-161-1/+1
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-1/+1
* Minimal changes to make the "freeze" tool work again.Guido van Rossum2007-06-121-2/+1
* Fix test_frozen.Guido van Rossum2007-02-091-9/+9
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-4/+4
* Remove apply()Neal Norwitz2006-03-171-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-6/+6
* Small fixes in freeze.py.Gustavo Niemeyer2004-05-081-3/+3
* modulefinder.py is not a freeze private module anymore.Gustavo Niemeyer2003-05-261-1/+1
* replace obsolete 'exceptions' implicit by 'warnings'Just van Rossum2003-03-181-1/+1
* [ 684677 ] Allow freeze to exclude implicitsJust van Rossum2003-03-081-3/+6
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-7/+6
* Updated freeze.py to the new Makefile symbol layout.Marc-André Lemburg2002-04-041-1/+1
* Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson.Guido van Rossum2001-10-181-8/+36
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-021-1/+3
* Lawrence Hudson, SF #401702: Modify co_filename in frozen programsGuido van Rossum2001-03-201-2/+10
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Patch by Toby Dickenson, mentored by Mark Hammond, to supportGuido van Rossum2000-07-131-2/+2
* Toby Dickenson:Guido van Rossum2000-05-061-4/+1
* From Sjoerd Mullender <sjoerd@oratrix.nl>:Fred Drake2000-03-231-1/+0
* Bug submitted by Wayne Knowles, who writes:Guido van Rossum1999-03-121-1/+1
* New version, with contributions from Sjoerd Mullender and Mark Hammond.Guido van Rossum1998-08-251-56/+39
* Minor change for windows; set extensions_c later and setGuido van Rossum1998-07-071-1/+3
* Jonathan Giddy:Guido van Rossum1998-06-121-1/+4
* Add a feature to support specifying an additional search directory forGuido van Rossum1998-05-181-17/+30
* Remove Emacs cruft at end.Guido van Rossum1998-05-061-4/+0
* Freeze assumes that all built-in modules are part of the Python core.Guido van Rossum1998-04-231-4/+6
* Shouldn't import addpack!Guido van Rossum1998-04-201-1/+0
* Big changes by Mark Hammond to support freezing with DLLs on Windows.Guido van Rossum1998-03-201-19/+79
* Rearrange some stuff so that the warning for unknown modules is alsoGuido van Rossum1998-03-071-17/+21
* When writing the Windows Makefile, don't forget to strip some filenamesGuido van Rossum1998-03-071-2/+3
* Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the hGuido van Rossum1998-03-061-1/+1
* Unfold some lines that were previously folded but don't need to beGuido van Rossum1998-03-051-7/+12
* Some nits...Guido van Rossum1998-03-051-8/+9
* Added support for packages.Guido van Rossum1998-03-051-16/+47
* Untested changes to make the '-s windows' optionGuido van Rossum1998-03-041-0/+3
* Add special handling for Python modules that are imported implicitlyGuido van Rossum1997-12-081-0/+6
* os2 patch by Jeff RushGuido van Rossum1997-11-221-1/+2
* Changes for building under windows.Guido van Rossum1997-08-141-9/+42
* Changed indents to 4 *spaces*; added Emacs variables to avoidGuido van Rossum1997-08-101-241/+245
* Support using -p/-P to point to the source/build directory instead ofGuido van Rossum1997-08-101-12/+32
* Updated for new style build/install; much simpler!Guido van Rossum1997-07-191-10/+5
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* OK, now it uses sys.[exec_]prefix and supportsGuido van Rossum1996-08-261-54/+53
* Changes for 1.4 install targetsGuido van Rossum1996-08-261-6/+5
* Add test that script name ends in .py.Guido van Rossum1996-06-171-9/+10
* added getpath.c; added -P exec_prefix; added explanatory noteGuido van Rossum1995-08-081-8/+46
* backup Makefile tooGuido van Rossum1995-04-051-1/+13
* moved Demo/freeze to Tools/freezeGuido van Rossum1995-03-021-2/+2