Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed trailing whitespaces in miscalenous files. | Serhiy Storchaka | 2015-04-03 | 1 | -4/+4 |
| | |||||
* | #2879: rename _winreg to winreg. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
| | |||||
* | Update freeze to use zlib 1.1.4. | Mark Hammond | 2002-07-03 | 1 | -2/+2 |
| | | | | From patch: [ 574532 ] Update freeze to use zlib 1.1.4 | ||||
* | Patch 574531/Bug 574570 - allow freeze on windows to use the _winreg | Mark Hammond | 2002-06-28 | 1 | -1/+5 |
| | | | | extension. | ||||
* | 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 |
| | |||||
* | Patch by Toby Dickenson, mentored by Mark Hammond, to support | Guido van Rossum | 2000-07-13 | 1 | -0/+53 |
| | | | | | automatically finding (most of) the standard PYD extensions, and to remove the hardcoded Python version. | ||||
* | New version, with contributions from Sjoerd Mullender and Mark Hammond. | Guido van Rossum | 1998-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Sjoerd writes: This version of freeze creates one file per Python module, instead of one humongous file for all Python modules. bkfile: new module to used to write files with backups. No new file is produced if the new contents is identical to the old. New option "-x excluded-module" for modulefinder test program. New option "-i filename" for freeze main program to include a list of options in place of the -i option. | ||||
* | Additions for Mark Hammond's Win32 specific hacks. | Guido van Rossum | 1998-05-19 | 1 | -0/+117 |