Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug submitted by Wayne Knowles, who writes: | Guido van Rossum | 1999-03-12 | 1 | -1/+1 |
| | | | | | | | | | Under Windows, python freeze.py -o hello hello.py creates all the correct files in the hello subdirectory, but the Makefile has the directory prefix in it for frozen_extensions.c nmake fails because it tries to locate hello/frozen_extensions.c (His fix adds a call to os.path.basename() in the appropriate place.) | ||||
* | New version, with contributions from Sjoerd Mullender and Mark Hammond. | Guido van Rossum | 1998-08-25 | 1 | -56/+39 |
| | | | | | | | | | | | | 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. | ||||
* | Minor change for windows; set extensions_c later and set | Guido van Rossum | 1998-07-07 | 1 | -1/+3 |
| | | | | frozendllmain_c at the right place. | ||||
* | Jonathan Giddy: | Guido van Rossum | 1998-06-12 | 1 | -1/+4 |
| | | | | | The first one only shows up if $prefix != $exec_prefix, and the problem is caused by the recent change in location for config.h. | ||||
* | Add a feature to support specifying an additional search directory for | Guido van Rossum | 1998-05-18 | 1 | -17/+30 |
| | | | | | | packages. (Mark Hammond) Folded some long lines. | ||||
* | 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 |
| | | | | | | | This is not necessarily the case. It is possible to create a Python binary which contains built-in extension modules. Therefore checkextensions should be used for all unknown and builtin modules. (Sjoerd Mullender) | ||||
* | 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 | 1 | -19/+79 |
| | |||||
* | Rearrange some stuff so that the warning for unknown modules is also | Guido van Rossum | 1998-03-07 | 1 | -17/+21 |
| | | | | issued on Windows. | ||||
* | When writing the Windows Makefile, don't forget to strip some filenames | Guido van Rossum | 1998-03-07 | 1 | -2/+3 |
| | | | | of their output directory prefix. | ||||
* | Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the h | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
| | | | | got transposed. | ||||
* | Unfold some lines that were previously folded but don't need to be | Guido van Rossum | 1998-03-05 | 1 | -7/+12 |
| | | | | | | | | now we're reindented. Remove files before renaming something to them -- for Windows. Change check for Python home directory so it works correct on Windows. | ||||
* | Some nits... | Guido van Rossum | 1998-03-05 | 1 | -8/+9 |
| | | | | | | | | Add the script directory to the path. Fix the sanity checks on the arguments so they don't mess up the -m option; remove the requirement that the script must have a .py extension. | ||||
* | Added support for packages. | Guido van Rossum | 1998-03-05 | 1 | -16/+47 |
| | | | | | | | We have a whole new module finder that uses the actual Python parser and scans the bytecode for IMPORT_NAME and IMPORT_FROM. This requires some support in import.c (that hasn't been checked in). New command line options for this: -d, -q, -m. | ||||
* | Untested changes to make the '-s windows' option | Guido van Rossum | 1998-03-04 | 1 | -0/+3 |
| | | | | work on Windows. | ||||
* | Add special handling for Python modules that are imported implicitly | Guido van Rossum | 1997-12-08 | 1 | -0/+6 |
| | | | | by the Python runtime: 'site' and 'exceptions'. | ||||
* | os2 patch by Jeff Rush | Guido van Rossum | 1997-11-22 | 1 | -1/+2 |
| | |||||
* | Changes for building under windows. | Guido van Rossum | 1997-08-14 | 1 | -9/+42 |
| | |||||
* | Changed indents to 4 *spaces*; added Emacs variables to avoid | Guido van Rossum | 1997-08-10 | 1 | -241/+245 |
| | | | | | inserting tabs. All this (and the previous patch) in preparation for porting to NT. | ||||
* | Support using -p/-P to point to the source/build directory instead of | Guido van Rossum | 1997-08-10 | 1 | -12/+32 |
| | | | | | the install directory. Added -h option to print the full usage message; by default, only two lines are now printed for errors. | ||||
* | Updated for new style build/install; much simpler! | Guido van Rossum | 1997-07-19 | 1 | -10/+5 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | OK, now it uses sys.[exec_]prefix and supports | Guido van Rossum | 1996-08-26 | 1 | -54/+53 |
| | | | | | a -o option to specify an output directory. *Much* more convenient. Removed a whole lot of hullabaloo from the README file, too. | ||||
* | Changes for 1.4 install targets | Guido van Rossum | 1996-08-26 | 1 | -6/+5 |
| | |||||
* | Add test that script name ends in .py. | Guido van Rossum | 1996-06-17 | 1 | -9/+10 |
| | | | | Cosmetic changes to usage message (refer to "make install" now). | ||||
* | added getpath.c; added -P exec_prefix; added explanatory note | Guido van Rossum | 1995-08-08 | 1 | -8/+46 |
| | |||||
* | backup Makefile too | Guido van Rossum | 1995-04-05 | 1 | -1/+13 |
| | |||||
* | moved Demo/freeze to Tools/freeze | Guido van Rossum | 1995-03-02 | 1 | -2/+2 |
| | |||||
* | Lots of things added. README written (mostly). | Guido van Rossum | 1994-10-05 | 1 | -35/+103 |
| | |||||
* | Add check for unknown modules | Guido van Rossum | 1994-10-03 | 1 | -1/+7 |
| | |||||
* | Totally new "freeze" program. | Guido van Rossum | 1994-10-03 | 1 | -560/+160 |
| | |||||
* | Jack's last version (now I'm supposed to get it working :-) | Guido van Rossum | 1994-10-03 | 1 | -0/+576 |