summaryrefslogtreecommitdiff
path: root/Include/modsupport.h
Commit message (Expand)AuthorAgeFilesLines
* Don't repeat yourselfChristian Heimes2008-01-221-1/+2
* Add check for the PyArg_ParseTuple format, and declareMartin v. Löwis2006-10-191-1/+1
* C++ compile cleanup: proper declaration of _Py_BuildValue_SizeTSkip Montanaro2006-04-181-0/+1
* Make Py_BuildValue, PyObject_CallFunction andMartin v. Löwis2006-04-141-12/+2
* aargh. Don't make last minute re-organisations before checkin!Anthony Baxter2006-04-041-1/+1
* PyAPI_FUNC() the PyArg_.*SizeT forms. Without this, cygwin has hysterics.Anthony Baxter2006-04-041-0/+12
* Use Py_ssize_t for PyArg_UnpackTuple arguments.Martin v. Löwis2006-03-011-1/+1
* Martin owns PEP 353 and did most of the workNeal Norwitz2006-02-281-1/+1
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-2/+4
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-271-2/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-4/+28
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-15/+15
* Disallow keyword arguments for type constructors that don't use them.Georg Brandl2005-08-261-0/+1
* Add PyArg_VaParseTupleAndKeywords(). Document this function andBrett Cannon2004-07-101-0/+2
* SF patch 576101, by Oren Tirosh: alternative implementation ofGuido van Rossum2002-08-191-2/+5
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-12/+12
* PyArg_UnpackTuple(): New argument unpacking function suggested by JimFred Drake2001-10-231-0/+1
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-2/+4
* The addition of new parameters to functions in the Python/C API requiresFred Drake2001-01-251-2/+5
* Andrew Kuchling <akuchlin@mems-exchange.org>:Fred Drake2000-09-231-0/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSIfications: fix empty arglists, and remove the checks forThomas Wouters2000-07-221-13/+0
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* ANSI-fication of the sources -- remove Py_PROTO!Fred Drake2000-07-081-15/+17
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Version updated to 1.6; API version to 1009.Guido van Rossum2000-03-291-2/+4
* New version identification scheme.Guido van Rossum1999-01-031-3/+5
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-11/+11
* New API version (enough has changed!).Guido van Rossum1998-12-031-3/+5
* Define new macro Py_InitModule3(name, methods, doc) which callsGuido van Rossum1998-06-271-0/+4
* Add declaration for _Py_PackageContext -- needed to fix importingGuido van Rossum1997-11-191-0/+2
* Removed special Windows defines, at Mark Hammond's request.Guido van Rossum1997-09-291-8/+4
* Bump MS_DLL_ID to 1.5.0.Guido van Rossum1997-08-121-1/+1
* Added PyArg_ParseTupleAndKeywords() prototype.Guido van Rossum1997-02-141-0/+2
* Bump API version due to the various speedup hacks.Guido van Rossum1997-01-181-2/+4
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Ellipses -> Ellipsis rename (the dictionary really says that it shouldGuido van Rossum1996-10-111-2/+4
* Add PYTHON_API_STRING, which is PYTHON_API_VERSION as a string literal.Guido van Rossum1996-08-221-0/+22
* Two bumps for the price of one (PYTHON_API_VERSION)Guido van Rossum1996-07-301-2/+9
* bump api versionGuido van Rossum1996-01-121-1/+3
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-19/+16
* api version checkingGuido van Rossum1995-01-091-3/+16
* initmodule2 -> initmodule3 (with doc string)Guido van Rossum1995-01-071-1/+2
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* ceval.h: added Py_MakePendingCalls()Guido van Rossum1994-09-281-0/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-8/+15
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-22/+1
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-2/+14