summaryrefslogtreecommitdiff
path: root/Include/modsupport.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #20294: Argument Clinic now supports argument parsing for __new__ andLarry Hastings2014-01-181-0/+1
* remove support GCC PyArg_ParseTuple format patch, last seen in 2006Benjamin Peterson2013-05-121-1/+1
* Issue #11626: Add _SizeT functions to stable ABI.Martin v. L?wis2012-06-241-1/+4
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+15
* prevent the dict constructor from accepting non-string keyword args #8419Benjamin Peterson2010-04-241-0/+1
* #5735: Modules compiled with incompatible settings (--with-pydebug when pytho...Amaury Forgeot d'Arc2009-06-011-2/+2
* Issue #6012: Add cleanup support to O& argument parsing.Martin v. Löwis2009-05-291-0/+2
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-30/+6
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-1/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+5
* 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