Marc-André Lemburg
|
64b4f2770e
|
Updated freeze.py to the new Makefile symbol layout.
Fixed a few compiler warnings.
freeze.py now produces binaries which can import shared
modules (unlike before).
|
2002-04-04 16:15:41 +00:00 |
Martin v. Löwis
|
2c91c815d4
|
Patch #409504: Fix regex problems, consider \-continuation lines in Makefile
and Setup.
|
2001-03-21 06:58:25 +00:00 |
Eric S. Raymond
|
1bb515b0e5
|
Teach Tools/freeze/makeconfig.py and Tools/freeze/parsesetup.py to use
the re package rather than the obsolete regex.
|
2001-03-18 11:27:58 +00:00 |
Guido van Rossum
|
efdf107fb7
|
Add the exceptions module to the 'never' list -- it is built in.
|
2000-07-28 10:34:48 +00:00 |
Guido van Rossum
|
8bd738278e
|
Patch by Jack Jansen to add with_ifdef option, which places #ifndef
around external decls.
|
1999-09-30 14:12:44 +00:00 |
Guido van Rossum
|
00ff4336a9
|
Totally new "freeze" program.
|
1994-10-03 16:33:08 +00:00 |