summaryrefslogtreecommitdiff
path: root/Include/modsupport.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...Serhiy Storchaka2017-12-151-3/+3
* bpo-28411: Isolate PyInterpreterState.modules (#3575)Eric Snow2017-09-141-0/+4
* bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)Eric Snow2017-09-131-4/+0
* bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)Eric Snow2017-09-041-0/+4
* Remove _PyArg_NoStackKeywords(). (#2641)Serhiy Storchaka2017-07-101-3/+0
* Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() andSerhiy Storchaka2017-02-061-0/+7
* Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-7/+5
|\
| * Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-7/+5
| |\
| | * Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-5/+5
* | | Add _PyArg_UnpackStack() function helperVictor Stinner2017-01-171-0/+10
* | | Add _PyArg_NoStackKeywords() helper functionVictor Stinner2017-01-171-1/+2
* | | Add _PyArg_ParseStack() helper functionVictor Stinner2017-01-171-3/+13
* | | Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywordsVictor Stinner2017-01-171-2/+2
* | | Issue #28915: Exclude _Py_VaBuildStack from the limited API.Serhiy Storchaka2016-12-271-0/+4
* | | Add _Py_VaBuildStack() functionVictor Stinner2016-12-091-0/+13
* | | Issue #28748: Private variable _Py_PackageContext is now of type "const char *"Serhiy Storchaka2016-11-211-1/+1
|/ /
* | Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-111-0/+4
* | Emit METH_FASTCALL code in Argument ClinicVictor Stinner2016-09-091-0/+3
* | Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-0/+23
|/
* Issue 24365: Conditionalize PEP 489 additions to the stable ABIYury Selivanov2015-06-021-1/+8
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-23/+39
* 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