FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Doc/c-api/function.rst - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
c-api
function.rst
on
main
User selector
Datepicker
Commit history
Commits on Nov 9, 2025
gh-141004: Document `PyFunction_SetKwDefaults` (GH-141294)
ZeroIntensity
authored
18529b5
View commit details
Copy full SHA for 18529b5
View code at this point
Browse repository at this point
Commits on Nov 6, 2025
docs: fix a grammatical error in function.rst (#140990)
F18-Maverick
authored
9037a38
View commit details
Copy full SHA for 9037a38
View code at this point
Browse repository at this point
Commits on Oct 10, 2025
gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function watchers (#139925)
Show description for ff7bb56
DinoV
authored
ff7bb56
View commit details
Copy full SHA for ff7bb56
View code at this point
Browse repository at this point
Commits on Jun 25, 2025
gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-135762)
Show description for ca87a47
authored
ca87a47
View commit details
Copy full SHA for ca87a47
View code at this point
Browse repository at this point
Commits on May 25, 2025
Fix sphinx-lint warnings (default-role used). (GH-134647)
JulienPalard
authored
24a4715
View commit details
Copy full SHA for 24a4715
View code at this point
Browse repository at this point
Commits on Feb 16, 2025
gh-130169: Fix broken list markup in `Doc/c-api/function.rst` (#130174)
StanFromIreland
authored
9837c2a
View commit details
Copy full SHA for 9837c2a
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
gh-101100: Further improve docs on function attributes (#113001)
AlexWaygood
authored
81a15ea
View commit details
Copy full SHA for 81a15ea
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
gh-101100: Improve documentation on function attributes (#112933)
Show description for 4c5b9c1
AlexWaygood
and
hugovk
authored
4c5b9c1
View commit details
Copy full SHA for 4c5b9c1
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
gh-101100: Improve documentation of code object attributes (#112781)
AlexWaygood
authored
e9707d3
View commit details
Copy full SHA for e9707d3
View code at this point
Browse repository at this point
Commits on May 4, 2023
GH-97950: Use new-style index directive ('object') (#104158)
Show description for 6ab4636
AA-Turner
authored
6ab4636
View commit details
Copy full SHA for 6ab4636
View code at this point
Browse repository at this point
Commits on Mar 8, 2023
gh-102381: don't call watcher callback with dead object (#102382)
Show description for 1e703a4
carljm
and
Yhg1s
authored
1e703a4
View commit details
Copy full SHA for 1e703a4
View code at this point
Browse repository at this point
Commits on Feb 17, 2023
Docs: fix typos in PyFunction_WatchCallback docs and in 3.12 NEWS (GH-101980)
Show description for 3c0a31c
yeojin-dev
authored
3c0a31c
View commit details
Copy full SHA for 3c0a31c
View code at this point
Browse repository at this point
Commits on Nov 22, 2022
gh-91053: Add an optional callback that is invoked whenever a function is modified (#98175)
mpage
authored
3db0a21
View commit details
Copy full SHA for 3db0a21
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
Show description for a41ed97
authored
a41ed97
View commit details
Copy full SHA for a41ed97
View code at this point
Browse repository at this point
Commits on Jul 7, 2021
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
P403n1x87
authored
2f180ce
View commit details
Copy full SHA for 2f180ce
View code at this point
Browse repository at this point
Commits on Feb 18, 2021
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
Show description for 44085a3
vstinner
authored
44085a3
View commit details
Copy full SHA for 44085a3
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Show description for 315fc52
antocuni
authored
315fc52
View commit details
Copy full SHA for 315fc52
View code at this point
Browse repository at this point
Commits on Oct 30, 2019
bpo-38600: NULL -> ``NULL``. (GH-17001)
Show description for e835b31
serhiy-storchaka
authored
e835b31
View commit details
Copy full SHA for e835b31
View code at this point
Browse repository at this point
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Show description for 25fc088
serhiy-storchaka
authored
25fc088
View commit details
Copy full SHA for 25fc088
View code at this point
Browse repository at this point
Commits on May 17, 2019
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Show description for cbb6484
matrixise
authored and
kushaldas
committed
cbb6484
View commit details
Copy full SHA for cbb6484
View code at this point
Browse repository at this point
Commits on May 10, 2016
improve PyFunction_New docs (closes #26986)
Show description for 3872350
benjaminp
committed
3872350
View commit details
Copy full SHA for 3872350
View code at this point
Browse repository at this point
Commits on Feb 10, 2016
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Show description for c04fb56
vadmium
committed
c04fb56
View commit details
Copy full SHA for c04fb56
View code at this point
Browse repository at this point
Commits on Nov 25, 2011
PEP 3155 / issue #13448: Qualified name for classes and functions.
pitrou
committed
86a36b5
View commit details
Copy full SHA for 86a36b5
View code at this point
Browse repository at this point
Commits on Oct 6, 2010
Migrate to Sphinx 1.0 C language constructs.
birkenfeld
committed
60203b4
View commit details
Copy full SHA for 60203b4
View code at this point
Browse repository at this point
Commits on Jul 13, 2008
Mention the behaviour of PyFunction_SetAnnotations() on error.
avassalotti
committed
3065b87
View commit details
Copy full SHA for 3065b87
View code at this point
Browse repository at this point
Added documentation for PyFunction_GetAnnotations() and
Show description for b0c8165
avassalotti
committed
b0c8165
View commit details
Copy full SHA for b0c8165
View code at this point
Browse repository at this point
Commits on Jan 20, 2008
Split C API docs in Py3k branch.
birkenfeld
committed
54a3faa
View commit details
Copy full SHA for 54a3faa
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL