COMMITS
/ Python/modsupport.c July 14, 2004
M
This is Pete Shinners' patch from his bug report
Michael W. Hudson committed
November 19, 2003
J
Getting rid of support for the ancient Apple MPW compiler.
Jack Jansen committed
October 24, 2003
M
Patch #828384: Don't discard nested exception in AddObject.
Martin v. Löwis committed
June 21, 2003
J
Better error message
Jeremy Hylton committed
April 17, 2003
J
dded missing k and K format specifiers to Py_BuildValue and friends.
Jack Jansen committed
March 29, 2003
M
Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
Martin v. Löwis committed
January 31, 2003
J
Provide __module__ attributes for functions defined in C and Python.
Jeremy Hylton committed
January 30, 2003
F
Style consistency, so "grep ^function ..." works as expected.
Fred Drake committed
December 15, 2002
J
Fixed potential crash: v can be NULL here, so use Py_XDECREF rather than Py_DECREF
Just van Rossum committed
August 14, 2002
F
Py_InitModule4(): Accept NULL for the 'methods' argument. This makes
Fred Drake committed
July 28, 2002
M
Patch #554716: Use __va_copy where available.
Martin v. Löwis committed
June 17, 2002
F
PyModule_AddObject(): Added missing exceptions.
Fred Drake committed
March 28, 2002
F
Introduce two new flag bits that can be set in a PyMethodDef method
Fred Drake committed
August 17, 2001
M
Patch #445762: Support --disable-unicode
Martin v. Löwis committed
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