index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Include
/
funcobject.h
Commit message (
Expand
)
Author
Age
*
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
*
Fix some comments
Neal Norwitz
2007-08-25
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
*
Wrote down the invariants of some common objects whose structure is
Armin Rigo
2004-10-28
*
Provide __module__ attributes for functions defined in C and Python.
Jeremy Hylton
2003-01-31
*
Excise DL_EXPORT from Include.
Mark Hammond
2002-08-12
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
*
Add the necessary field for weak reference support to the function and
Fred Drake
2001-03-23
*
PEP 227 implementation
Jeremy Hylton
2001-01-25
*
Committing PEP 232, function attribute feature, approved by Guido.
Barry Warsaw
2001-01-15
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
*
Change copyright notice.
Guido van Rossum
2000-06-30
*
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum
1998-12-04
*
Add macros for direct access to the members of CFunction objects.
Guido van Rossum
1998-07-10
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
*
keyword arguments and faster function calls
Guido van Rossum
1995-07-18
*
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum
1995-02-27
*
new names for lots of new functions
Guido van Rossum
1995-01-17
*
The great renaming, phase two: all header files have been updated to
Guido van Rossum
1995-01-12
*
added func_doc
Guido van Rossum
1995-01-07
*
Added 1995 copyright.
Guido van Rossum
1995-01-04
*
Changes for dynamic linking under NT
Guido van Rossum
1994-08-18
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
*
* Added support for X11 modules.
Guido van Rossum
1993-07-28
*
Several changes in one:
Guido van Rossum
1993-05-19
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
*
Added copyright notice.
Guido van Rossum
1991-02-19
*
Changed interface (no nodes but code).
Guido van Rossum
1990-11-18
*
Initial revision
Guido van Rossum
1990-10-14