GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Include
/
funcobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_Co...
Mark Shannon
2021-01-29
1
-7
/
+19
*
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na
2020-02-13
1
-1
/
+1
*
bpo-37151: remove _PyFunction_FastCallDict (GH-13864)
Jeroen Demeyer
2019-06-18
1
-6
/
+0
*
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
Jeroen Demeyer
2019-05-30
1
-1
/
+1
*
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer
2019-05-29
1
-1
/
+2
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-2
/
+2
*
bpo-32150: Expand tabs to spaces in C files. (#4583)
Serhiy Storchaka
2017-11-28
1
-17
/
+17
*
Add _PyObject_FastCallKeywords()
Victor Stinner
2016-09-09
1
-0
/
+6
*
Issue #27830: Revert, remove _PyFunction_FastCallKeywords()
Victor Stinner
2016-08-25
1
-6
/
+0
*
Add _PyObject_FastCallKeywords()
Victor Stinner
2016-08-25
1
-0
/
+6
*
Use Py_ssize_t type for number of arguments
Victor Stinner
2016-08-25
1
-1
/
+2
*
_PyFunction_FastCallDict() supports keyword args
Victor Stinner
2016-08-22
1
-1
/
+1
*
Add _PyObject_FastCall()
Victor Stinner
2016-08-19
1
-0
/
+7
*
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
1
-0
/
+2
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-1
/
+2
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-1
/
+1
*
Fix some comments
Neal Norwitz
2007-08-25
1
-2
/
+2
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-1
/
+1
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
1
-0
/
+5
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-0
/
+5
*
Wrote down the invariants of some common objects whose structure is
Armin Rigo
2004-10-28
1
-9
/
+26
*
Provide __module__ attributes for functions defined in C and Python.
Jeremy Hylton
2003-01-31
1
-0
/
+4
*
Excise DL_EXPORT from Include.
Mark Hammond
2002-08-12
1
-12
/
+12
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-0
/
+7
*
Add the necessary field for weak reference support to the function and
Fred Drake
2001-03-23
1
-0
/
+1
*
PEP 227 implementation
Jeremy Hylton
2001-01-25
1
-0
/
+5
*
Committing PEP 232, function attribute feature, approved by Guido.
Barry Warsaw
2001-01-15
1
-0
/
+1
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9
/
+0
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
1
-17
/
+17
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6
/
+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-21
/
+6
*
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum
1998-12-04
1
-5
/
+5
*
Add macros for direct access to the members of CFunction objects.
Guido van Rossum
1998-07-10
1
-0
/
+9
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13
/
+20
*
keyword arguments and faster function calls
Guido van Rossum
1995-07-18
1
-5
/
+4
*
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum
1995-02-27
1
-1
/
+1
*
new names for lots of new functions
Guido van Rossum
1995-01-17
1
-2
/
+2
*
The great renaming, phase two: all header files have been updated to
Guido van Rossum
1995-01-12
1
-14
/
+14
*
added func_doc
Guido van Rossum
1995-01-07
1
-0
/
+1
*
Added 1995 copyright.
Guido van Rossum
1995-01-04
1
-2
/
+2
*
Changes for dynamic linking under NT
Guido van Rossum
1994-08-18
1
-1
/
+1
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-1
/
+5
*
* Added support for X11 modules.
Guido van Rossum
1993-07-28
1
-0
/
+11
*
Several changes in one:
Guido van Rossum
1993-05-19
1
-0
/
+7
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2
/
+2
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1
/
+1
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0
/
+24
*
Changed interface (no nodes but code).
Guido van Rossum
1990-11-18
1
-2
/
+2
*
Initial revision
Guido van Rossum
1990-10-14
1
-0
/
+9