| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix test_frozen. | Guido van Rossum | 2007-02-09 | 7 | -83/+82 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 2 | -5/+5 |
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -6/+0 |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 8 | -375/+373 |
* | Small fixes in freeze.py. | Gustavo Niemeyer | 2004-05-08 | 1 | -3/+3 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 2 | -2/+2 |
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
* | Patch #713645: Fix typo. | Martin v. Löwis | 2003-09-20 | 1 | -1/+1 |
* | modulefinder.py is not a freeze private module anymore. | Gustavo Niemeyer | 2003-05-26 | 1 | -1/+1 |
* | replace obsolete 'exceptions' implicit by 'warnings' | Just van Rossum | 2003-03-18 | 1 | -1/+1 |
* | [ 684677 ] Allow freeze to exclude implicits | Just van Rossum | 2003-03-08 | 1 | -3/+6 |
* | moving modulefinder.py to the standard library | Just van Rossum | 2002-12-31 | 1 | -486/+0 |
* | refactor universal line endings detection | Just van Rossum | 2002-11-26 | 1 | -8/+8 |
* | Polish some bits to silence pychecker. | Thomas Heller | 2002-11-26 | 1 | -1/+1 |
* | Don't look for modules in the registry any longer. | Thomas Heller | 2002-11-26 | 1 | -38/+0 |
* | Add a note that this file should be kept compatible with Python 1.5.2, | Thomas Heller | 2002-11-25 | 1 | -2/+10 |
* | Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML. | Thomas Heller | 2002-11-14 | 1 | -0/+14 |
* | Fix SF # 464405, freeze doesn't like DOS files on Linux | Neal Norwitz | 2002-11-12 | 1 | -2/+2 |
* | SF # 627900, Bytecode copy bug in freeze | Neal Norwitz | 2002-11-12 | 1 | -1/+2 |
* | Remove another mention of "import string". | Walter Dörwald | 2002-09-12 | 1 | -3/+2 |
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 8 | -39/+33 |
* | Update freeze to use zlib 1.1.4. | Mark Hammond | 2002-07-03 | 1 | -2/+2 |
* | Patch 574531/Bug 574570 - allow freeze on windows to use the _winreg | Mark Hammond | 2002-06-28 | 1 | -1/+5 |
* | Remove the only use of a string method. | Thomas Heller | 2002-06-10 | 1 | -1/+1 |
* | Updated freeze.py to the new Makefile symbol layout. | Marc-André Lemburg | 2002-04-04 | 4 | -6/+4 |
* | 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 |