COMMITS
/ Python/modsupport.c October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
January 23, 1996
S
Corrected format string in api_version_warning.
Sjoerd Mullender committed
March 9, 1995
G
use PROTO macro around fn prototype
Guido van Rossum committed
January 20, 1995
G
support "O&" taking an object constructor a void*
Guido van Rossum committed
January 17, 1995
G
rename method arg because of typedef conflict
Guido van Rossum committed
January 9, 1995
G
api version checking
Guido van Rossum committed
January 7, 1995
G
New newmethodobject() interface takes struct methodlist pointer
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum committed
September 29, 1994
G
* Python/{modsupport.c,getargs.c,Makefile.in},
Guido van Rossum committed
August 30, 1994
G
Merge back to main trunk
Guido van Rossum committed
July 5, 1993
G
* Makefile: added all: and default: targets.
Guido van Rossum committed
March 16, 1993
G
* Changed many files to use mkvalue() instead of newtupleobject().
Guido van Rossum committed
February 8, 1993
G
* stdwinmodule.c: various new commands: setwin{pos,size},
Guido van Rossum committed
January 26, 1993
G
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum committed
January 4, 1993
G
* Configure.py: use #!/usr/local/bin/python
Guido van Rossum committed
August 27, 1992
G
suppress unnecessary error message if too many arguments are passed
Guido van Rossum committed
August 14, 1992
G
check for embedded \0 in strings for z and s formats
Guido van Rossum committed
May 15, 1992
G
Added parameter decls to do_mkvalue for non-template machines
Guido van Rossum committed
April 13, 1992
G
Merged with Steve Miale's version
Guido van Rossum committed
G
Added mkvalue() function
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
March 27, 1992
G
Shut up lint
Guido van Rossum committed
January 27, 1992
G
New getargs() function: a single varargs function,
Guido van Rossum committed
December 16, 1991
G
Add "varargs" attribute.
Guido van Rossum committed
September 10, 1991
G
getlonglongargs --> getlonglongarg
Guido van Rossum committed
July 27, 1991
G
Support for long integers
Guido van Rossum committed
July 1, 1991
G
Added getintintintarg() (3 int args)
Guido van Rossum committed
April 3, 1991
G
Moved get*doublearg() routines here from mathmodule.c
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
December 20, 1990
G
"Compiling" version
Guido van Rossum committed
October 14, 1990
G
Move err_badarg() and err_nomme() to errors.c.
Guido van Rossum committed
G
Initial revision
Guido van Rossum committed