COMMITS
/ Python/modsupport.c August 4, 2001
F
Plug a memory leak in Py_InitModule4(): when PyDict_SetItemString() failed,
Fred Drake committed
July 31, 2001
M
This patch turns the Python API mismatch notice into a standard
Marc-André Lemburg committed
March 12, 2001
F
Py_BuildValue(): Add "D" conversion to create a Python complex value from
Fred Drake committed
September 26, 2000
F
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake committed
September 23, 2000
F
Andrew Kuchling <akuchlin@mems-exchange.org>:
Fred Drake committed
September 15, 2000
J
Cast UCHAR_MAX to int before doing the comparison for overflow of the
Jack Jansen committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 4, 2000
G
Add a test that Py_IsInitialized() in Py_InitModule4(). See
Guido van Rossum committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
July 9, 2000
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
July 6, 2000
J
Added support for H (unsigned short) specifier in PyArg_ParseTuple and
Jack Jansen committed
July 3, 2000
J
Include limits.h if we have it.
Jack Jansen committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 28, 2000
G
Trent Mick's Win64 changes: size_t vs. int or long; also some overflow
Guido van Rossum committed
April 28, 2000
F
Brian Hooper <brian_takashi@hotmail.com>:
Fred Drake committed
January 25, 1999
G
Change rare occurrences of #if HAVE_LONG_LONG to #ifdef.
Guido van Rossum committed
December 23, 1998
G
Oops, forgot a pair of {}'s. (Greg Couch)
Guido van Rossum committed
G
Add 'N' format character to Py_BuildValue -- like 'O' but doesn't INCREF.
Guido van Rossum committed
August 25, 1998
G
Patch by Mark Hammond to support 64-bit ints on MS platforms.
Guido van Rossum committed
August 8, 1998
G
# Fix strange type (methonname instead of methodname).
Guido van Rossum committed
August 4, 1998
G
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum committed
July 7, 1998
G
Two error messages still used the old name of the functio mkvalue() --
Guido van Rossum committed
November 20, 1997
G
Plug memory leak in Py_BuildValue when using {...} to construct dictionaries.
Guido van Rossum committed
November 19, 1997
G
Fix importing of shared libraries from inside packages.
Guido van Rossum committed
August 2, 1997
G
Removed fatal errors from Py_Initmodule4() (and thus from
Guido van Rossum committed
April 29, 1997
G
Quickly renamed the remaining files -- this directory is done.
Guido van Rossum committed
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