| Commit message (Expand) | Author | Age | Files | Lines |
* | Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson. | Guido van Rossum | 2001-10-18 | 3 | -11/+59 |
|
|
* | Fix for bug #442374 - Modulefinder registry support broken | Mark Hammond | 2001-09-05 | 1 | -13/+36 |
|
|
* | Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor | Neil Schemenauer | 2001-06-02 | 2 | -2/+4 |
|
|
* | Patch #409504: Fix regex problems, consider \-continuation lines in Makefile | Martin v. Löwis | 2001-03-21 | 2 | -2/+15 |
|
|
* | Lawrence Hudson, SF #401702: Modify co_filename in frozen programs | Guido van Rossum | 2001-03-20 | 2 | -3/+42 |
|
|
* | Teach Tools/freeze/makeconfig.py and Tools/freeze/parsesetup.py to use | Eric S. Raymond | 2001-03-18 | 2 | -10/+12 |
|
|
* | Patch 103928: Correct zlib freeze settings for Win32. | Tim Peters | 2001-02-23 | 1 | -2/+2 |
|
|
* | Windows: ucnhash subproject no longer exists (/F merged into unicodedata). | Tim Peters | 2001-01-24 | 1 | -3/+0 |
|
|
* | New, improved README from Mike Clarkson. Wow! | Guido van Rossum | 2001-01-03 | 1 | -20/+143 |
|
|
* | Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, n... | Mark Hammond | 2000-11-06 | 1 | -15/+6 |
|
|
* | Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, this | Guido van Rossum | 2000-09-15 | 1 | -0/+7 |
|
|
* | Add the exceptions module to the 'never' list -- it is built in. | Guido van Rossum | 2000-07-28 | 1 | -1/+1 |
|
|
* | change some occurence of python15.dll to python20.dll | Peter Schneider-Kamp | 2000-07-24 | 2 | -6/+6 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 3 | -4/+4 |
|
|
* | Patch by Toby Dickenson, mentored by Mark Hammond, to support | Guido van Rossum | 2000-07-13 | 4 | -7/+62 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -1/+1 |
|
|
* | Toby Dickenson: | Guido van Rossum | 2000-05-06 | 1 | -4/+1 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 2000-05-02 | 1 | -1/+1 |
|
|
* | Sjoerd Mullender: cmp.py is obsolete... | Guido van Rossum | 2000-04-28 | 1 | -5/+2 |
|
|
* | From Sjoerd Mullender <sjoerd@oratrix.nl>: | Fred Drake | 2000-03-23 | 1 | -1/+0 |
|
|
* | Fix a bug reported by Toby Dickenson (on 18 May 1999). | Guido van Rossum | 1999-11-02 | 1 | -1/+2 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 1999-11-02 | 3 | -1/+3 |
|
|
* | Patch by Jack Jansen to add with_ifdef option, which places #ifndef | Guido van Rossum | 1999-09-30 | 1 | -1/+5 |
|
|
* | Simplified version of a patch by Chih-Hao Huang, who wrote: | Guido van Rossum | 1999-06-23 | 1 | -2/+3 |
|
|
* | Patch submitted by Toby Dickenson and approved by Mark Hammond. | Guido van Rossum | 1999-06-21 | 1 | -2/+2 |
|
|
* | Bug submitted by Wayne Knowles, who writes: | Guido van Rossum | 1999-03-12 | 1 | -1/+1 |
|
|
* | # Accidentally checked in a test version of this file with a bogus | Guido van Rossum | 1999-02-16 | 1 | -1/+0 |
|
|
* | Fix for modulefinder so that it prints all modules an unknown module | Guido van Rossum | 1998-12-22 | 1 | -2/+6 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 1998-12-15 | 2 | -3/+7 |
|
|
* | Nannified. | Guido van Rossum | 1998-09-14 | 1 | -5/+5 |
|
|
* | Ignore cruft generating by the test run for hello.py. | Guido van Rossum | 1998-08-25 | 1 | -0/+6 |
|
|
* | New version, with contributions from Sjoerd Mullender and Mark Hammond. | Guido van Rossum | 1998-08-25 | 8 | -89/+189 |
|
|
* | Minor change for windows; set extensions_c later and set | Guido van Rossum | 1998-07-07 | 1 | -1/+3 |
|
|
* | Jonathan Giddy: | Guido van Rossum | 1998-06-12 | 1 | -1/+2 |
|
|
* | Jonathan Giddy: | Guido van Rossum | 1998-06-12 | 1 | -1/+4 |
|
|
* | Don't die if win32api doesn't exist. | Guido van Rossum | 1998-05-26 | 1 | -1/+6 |
|
|
* | Additions for Mark Hammond's Win32 specific hacks. | Guido van Rossum | 1998-05-19 | 3 | -0/+398 |
|
|
* | Add a feature to support specifying an additional search directory for | Guido van Rossum | 1998-05-18 | 1 | -17/+30 |
|
|
* | Remove Emacs cruft. | Guido van Rossum | 1998-05-18 | 3 | -12/+0 |
|
|
* | Add a feature to support specifying an additional search directory for | Guido van Rossum | 1998-05-18 | 1 | -4/+17 |
|
|
* | After variable expansion, what was formerly a single word can now | Guido van Rossum | 1998-05-06 | 1 | -7/+8 |
|
|
* | Remove Emacs cruft at end. | Guido van Rossum | 1998-05-06 | 1 | -4/+0 |
|
|
* | Freeze assumes that all built-in modules are part of the Python core. | Guido van Rossum | 1998-04-23 | 1 | -4/+6 |
|
|
* | If freezing with the -O option, the optimized bytecode files are | Guido van Rossum | 1998-04-23 | 1 | -0/+4 |
|
|
* | When using extention modules, relative path names that occur in the | Guido van Rossum | 1998-04-23 | 1 | -0/+2 |
|
|
* | Shouldn't import addpack! | Guido van Rossum | 1998-04-20 | 1 | -1/+0 |
|
|
* | Big changes by Mark Hammond to support freezing with DLLs on Windows. | Guido van Rossum | 1998-03-20 | 4 | -47/+201 |
|
|
* | Add quotes around some variable definitions; add a "clean" target. | Guido van Rossum | 1998-03-07 | 1 | -5/+10 |
|
|
* | Adapted to the new situation. | Guido van Rossum | 1998-03-07 | 1 | -39/+71 |
|
|
* | Rearrange some stuff so that the warning for unknown modules is also | Guido van Rossum | 1998-03-07 | 1 | -17/+21 |
|
|