| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|