summaryrefslogtreecommitdiffstats
path: root/Tools/freeze
Commit message (Expand)AuthorAgeFilesLines
...
* Patch 574531/Bug 574570 - allow freeze on windows to use the _winregMark Hammond2002-06-281-1/+5
* Remove the only use of a string method.Thomas Heller2002-06-101-1/+1
* Updated freeze.py to the new Makefile symbol layout.Marc-André Lemburg2002-04-044-6/+4
* Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson.Guido van Rossum2001-10-183-11/+59
* Fix for bug #442374 - Modulefinder registry support brokenMark Hammond2001-09-051-13/+36
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-022-2/+4
* Patch #409504: Fix regex problems, consider \-continuation lines in MakefileMartin v. Löwis2001-03-212-2/+15
* Lawrence Hudson, SF #401702: Modify co_filename in frozen programsGuido van Rossum2001-03-202-3/+42
* Teach Tools/freeze/makeconfig.py and Tools/freeze/parsesetup.py to useEric S. Raymond2001-03-182-10/+12
* Patch 103928: Correct zlib freeze settings for Win32.Tim Peters2001-02-231-2/+2
* Windows: ucnhash subproject no longer exists (/F merged into unicodedata).Tim Peters2001-01-241-3/+0
* New, improved README from Mike Clarkson. Wow!Guido van Rossum2001-01-031-20/+143
* Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, n...Mark Hammond2000-11-061-15/+6
* Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, thisGuido van Rossum2000-09-151-0/+7
* Add the exceptions module to the 'never' list -- it is built in.Guido van Rossum2000-07-281-1/+1
* change some occurence of python15.dll to python20.dllPeter Schneider-Kamp2000-07-242-6/+6
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-163-4/+4
* Patch by Toby Dickenson, mentored by Mark Hammond, to supportGuido van Rossum2000-07-134-7/+62
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-1/+1
* Toby Dickenson:Guido van Rossum2000-05-061-4/+1
* Sjoerd Mullender:Guido van Rossum2000-05-021-1/+1
* Sjoerd Mullender: cmp.py is obsolete...Guido van Rossum2000-04-281-5/+2
* From Sjoerd Mullender <sjoerd@oratrix.nl>:Fred Drake2000-03-231-1/+0
* Fix a bug reported by Toby Dickenson (on 18 May 1999).Guido van Rossum1999-11-021-1/+2
* 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