| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | When writing the Windows Makefile, don't forget to strip some filenames | Guido van Rossum | 1998-03-07 | 1 | -2/+3 |
|
|
* | Got rid of the last tab character in this file. | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
|
|
* | Always set the __file__ attribute, so dynamic link modules are indicated. | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
|
|
* | Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the h | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
|
|
* | Unfold some lines that were previously folded but don't need to be | Guido van Rossum | 1998-03-05 | 1 | -7/+12 |
|
|
* | Reindented, removed tabs. | Guido van Rossum | 1998-03-05 | 1 | -18/+24 |
|
|
* | Oops, bug omission: also scan internal code objects for imports! | Guido van Rossum | 1998-03-05 | 1 | -31/+37 |
|
|
* | Reindented, removed tabs. | Guido van Rossum | 1998-03-05 | 2 | -312/+320 |
|
|
* | Some nits... | Guido van Rossum | 1998-03-05 | 1 | -8/+9 |
|
|
* | Added support for packages. | Guido van Rossum | 1998-03-05 | 4 | -199/+438 |
|
|
* | Untested changes to make the '-s windows' option | Guido van Rossum | 1998-03-04 | 2 | -0/+17 |
|
|
* | Add special handling for Python modules that are imported implicitly | Guido van Rossum | 1997-12-08 | 1 | -0/+6 |
|
|
* | os2 patch by Jeff Rush | Guido van Rossum | 1997-11-22 | 1 | -1/+2 |
|
|
* | Add XXX warning about fishy line | Guido van Rossum | 1997-08-14 | 1 | -0/+1 |
|
|
* | Added Windows NT instructions. | Guido van Rossum | 1997-08-14 | 1 | -3/+34 |
|
|
* | Changes for building under windows. | Guido van Rossum | 1997-08-14 | 2 | -9/+87 |
|
|
* | Changed indents to 4 *spaces*; added Emacs variables to avoid | Guido van Rossum | 1997-08-10 | 1 | -241/+245 |
|
|
* | Support using -p/-P to point to the source/build directory instead of | Guido van Rossum | 1997-08-10 | 1 | -12/+32 |
|
|
* | Updated for new style build/install; much simpler! | Guido van Rossum | 1997-07-19 | 2 | -11/+14 |
|
|
* | /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 | 2 | -131/+68 |
|
|
* | Get rid of it totally | Guido van Rossum | 1996-08-26 | 1 | -314/+0 |
|
|
* | Added warning that this is unsupported | Guido van Rossum | 1996-08-26 | 1 | -0/+2 |
|
|
* | 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 |
|
|
* | Get struct _frozen defn from Python.h; new variable names. | Guido van Rossum | 1996-06-17 | 1 | -5/+5 |
|
|
* | added getpath.c; added -P exec_prefix; added explanatory note | Guido van Rossum | 1995-08-08 | 1 | -8/+46 |
|
|
* | removed some harsh words and added some clarifications | Guido van Rossum | 1995-04-05 | 1 | -21/+30 |
|
|
* | Jaap V's version | Guido van Rossum | 1995-04-05 | 1 | -0/+312 |
|
|
* | backup Makefile too | Guido van Rossum | 1995-04-05 | 1 | -1/+13 |
|
|
* | moved Demo/freeze to Tools/freeze | Guido van Rossum | 1995-03-02 | 2 | -4/+4 |
|
|
* | initial checkin | Guido van Rossum | 1994-10-08 | 1 | -0/+1 |
|
|
* | Lots of things added. README written (mostly). | Guido van Rossum | 1994-10-05 | 4 | -36/+352 |
|
|