summaryrefslogtreecommitdiff
path: root/Include/funcobject.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...Serhiy Storchaka2017-12-151-2/+2
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-281-17/+17
* Add _PyObject_FastCallKeywords()Victor Stinner2016-09-091-0/+6
* Issue #27830: Revert, remove _PyFunction_FastCallKeywords()Victor Stinner2016-08-251-6/+0
* Add _PyObject_FastCallKeywords()Victor Stinner2016-08-251-0/+6
* Use Py_ssize_t type for number of argumentsVictor Stinner2016-08-251-1/+2
* _PyFunction_FastCallDict() supports keyword argsVictor Stinner2016-08-221-1/+1
* Add _PyObject_FastCall()Victor Stinner2016-08-191-0/+7
* PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-0/+2
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+2
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Fix some commentsNeal Norwitz2007-08-251-2/+2
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-0/+5
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-0/+5
* Wrote down the invariants of some common objects whose structure isArmin Rigo2004-10-281-9/+26
* Provide __module__ attributes for functions defined in C and Python.Jeremy Hylton2003-01-311-0/+4
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-12/+12
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+7
* Add the necessary field for weak reference support to the function andFred Drake2001-03-231-0/+1
* PEP 227 implementationJeremy Hylton2001-01-251-0/+5
* Committing PEP 232, function attribute feature, approved by Guido.Barry Warsaw2001-01-151-0/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-17/+17
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-5/+5
* Add macros for direct access to the members of CFunction objects.Guido van Rossum1998-07-101-0/+9
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* keyword arguments and faster function callsGuido van Rossum1995-07-181-5/+4
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-1/+1
* new names for lots of new functionsGuido van Rossum1995-01-171-2/+2
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-14/+14
* added func_docGuido van Rossum1995-01-071-0/+1
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+5
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* Several changes in one:Guido van Rossum1993-05-191-0/+7
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Changed interface (no nodes but code).Guido van Rossum1990-11-181-2/+2
* Initial revisionGuido van Rossum1990-10-141-0/+9