COMMITS
/ Python/Makefile.in November 3, 2000
T
Move our own getopt() implementation to _PyOS_GetOpt(), and use it
Thomas Wouters committed
August 23, 2000
F
Remove the dependency information for version.o; this is not part of
Fred Drake committed
August 1, 2000
F
Include the dependence of sysmodule on the patchlevel.h include, so
Fred Drake committed
May 26, 2000
B
Added exceptions.o to the list of object to build in this subdir.
Barry Warsaw committed
March 10, 2000
G
Marc-Andre Lemburg: add new unicode files
Guido van Rossum committed
December 20, 1999
G
Support for selecting the correct dynload_<platform>.c file.
Guido van Rossum committed
October 7, 1998
G
Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy.
Guido van Rossum committed
August 5, 1998
F
Make getversion.o dependent on ../Include/patchlevel.h as well.
Fred Drake committed
July 19, 1997
G
frozenmain.c is now also in the library,
Guido van Rossum committed
G
New build procedure.
Guido van Rossum committed
May 5, 1997
G
Massive changes for separate thread state management.
Guido van Rossum committed
April 29, 1997
G
Removed cgensupport.[co] (to ../Modules).
Guido van Rossum committed
February 14, 1997
G
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum committed
August 4, 1995
G
split cofnfig.c in 1000 little files :-)
Guido van Rossum committed
February 7, 1995
G
init_frozen non-static, frozenmain.c not in Makefile any more
Guido van Rossum committed
January 26, 1995
G
removed frozenmain.o from objects added to library
Guido van Rossum committed
January 20, 1995
G
removed getopt.o from OBJS
Guido van Rossum committed
January 17, 1995
G
added getopt.c to object, permanently
Guido van Rossum committed
G
added $& to $(LIB) target for Sequent
Guido van Rossum committed
January 2, 1995
G
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum committed
October 11, 1994
G
add getargs.o:getargs.c rule
Guido van Rossum committed
September 29, 1994
G
* Python/{modsupport.c,getargs.c,Makefile.in},
Guido van Rossum committed
August 19, 1994
G
errors.c: clear traceback too.
Guido van Rossum committed
August 18, 1994
G
version.c is no longer...
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
December 24, 1993
G
Misc changes.
Guido van Rossum committed