summaryrefslogtreecommitdiffstats
path: root/Tools/freeze
Commit message (Expand)AuthorAgeFilesLines
...
* Sjoerd Mullender:Guido van Rossum1999-11-023-1/+3
* Patch by Jack Jansen to add with_ifdef option, which places #ifndefGuido van Rossum1999-09-301-1/+5
* Simplified version of a patch by Chih-Hao Huang, who wrote:Guido van Rossum1999-06-231-2/+3
* Patch submitted by Toby Dickenson and approved by Mark Hammond.Guido van Rossum1999-06-211-2/+2
* Bug submitted by Wayne Knowles, who writes:Guido van Rossum1999-03-121-1/+1
* # Accidentally checked in a test version of this file with a bogusGuido van Rossum1999-02-161-1/+0
* Fix for modulefinder so that it prints all modules an unknown moduleGuido van Rossum1998-12-221-2/+6
* Sjoerd Mullender:Guido van Rossum1998-12-152-3/+7
* Nannified.Guido van Rossum1998-09-141-5/+5
* Ignore cruft generating by the test run for hello.py.Guido van Rossum1998-08-251-0/+6
* New version, with contributions from Sjoerd Mullender and Mark Hammond.Guido van Rossum1998-08-258-89/+189
* Minor change for windows; set extensions_c later and setGuido van Rossum1998-07-071-1/+3
* Jonathan Giddy:Guido van Rossum1998-06-121-1/+2
* Jonathan Giddy:Guido van Rossum1998-06-121-1/+4
* Don't die if win32api doesn't exist.Guido van Rossum1998-05-261-1/+6
* Additions for Mark Hammond's Win32 specific hacks.Guido van Rossum1998-05-193-0/+398
* Add a feature to support specifying an additional search directory forGuido van Rossum1998-05-181-17/+30
* Remove Emacs cruft.Guido van Rossum1998-05-183-12/+0
* Add a feature to support specifying an additional search directory forGuido van Rossum1998-05-181-4/+17
* After variable expansion, what was formerly a single word can nowGuido van Rossum1998-05-061-7/+8
* 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
* If freezing with the -O option, the optimized bytecode files areGuido van Rossum1998-04-231-0/+4
* When using extention modules, relative path names that occur in theGuido van Rossum1998-04-231-0/+2
* 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-204-47/+201
* Add quotes around some variable definitions; add a "clean" target.Guido van Rossum1998-03-071-5/+10
* Adapted to the new situation.Guido van Rossum1998-03-071-39/+71
* 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
* Got rid of the last tab character in this file.Guido van Rossum1998-03-061-1/+1
* Always set the __file__ attribute, so dynamic link modules are indicated.Guido van Rossum1998-03-061-1/+1
* 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
* Reindented, removed tabs.Guido van Rossum1998-03-051-18/+24
* Oops, bug omission: also scan internal code objects for imports!Guido van Rossum1998-03-051-31/+37
* Reindented, removed tabs.Guido van Rossum1998-03-052-312/+320
* Some nits...Guido van Rossum1998-03-051-8/+9
* Added support for packages.Guido van Rossum1998-03-054-199/+438
* Untested changes to make the '-s windows' optionGuido van Rossum1998-03-042-0/+17
* 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
* Add XXX warning about fishy lineGuido van Rossum1997-08-141-0/+1
* Added Windows NT instructions.Guido van Rossum1997-08-141-3/+34
* Changes for building under windows.Guido van Rossum1997-08-142-9/+87
* 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-192-11/+14
* /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-262-131/+68