FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Doc/c-api/type.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
type.rst
on
main
User selector
Datepicker
Commit history
Commits on Jul 21, 2026
gh-145685: per-type method cache implementation (#150160)
kumaraditya303
authored
daf09e1
View commit details
Copy full SHA for daf09e1
View code at this point
Browse repository at this point
Commits on Jul 19, 2026
Fix typos in `Py_tp_base` macro documentation (#154150)
michaelbnewman
authored
53916ee
View commit details
Copy full SHA for 53916ee
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
Docs: Fix incomplete sentence in `tp_itemsize` documentation (GH-152381)
da-woods
authored
0a21a24
View commit details
Copy full SHA for 0a21a24
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
gh-149044: Improve Py_tp_base[s] docs & error message for non-type bases (GH-151252)
Show description for 16185e9
encukou
authored
16185e9
View commit details
Copy full SHA for 16185e9
View code at this point
Browse repository at this point
Commits on May 7, 2026
Python 3.15.0b1
hugovk
committed
f31a89b
View commit details
Copy full SHA for f31a89b
View code at this point
Browse repository at this point
Commits on May 5, 2026
gh-149216: Notify type watchers on heap type deallocation (GH-149236)
Show description for f6d16a0
anujbharambe
authored
f6d16a0
View commit details
Copy full SHA for f6d16a0
View code at this point
Browse repository at this point
gh-149044: Implement PEP 820 – PySlot: Unified slot system for the C API (GH-149055)
Show description for 508b498
encukou
and
ZeroIntensity
authored
508b498
View commit details
Copy full SHA for 508b498
View code at this point
Browse repository at this point
Commits on Mar 9, 2026
Document that PyType_GetModule returns a borrowed ref (GH-145612)
encukou
authored
4485545
View commit details
Copy full SHA for 4485545
View code at this point
Browse repository at this point
Commits on Dec 16, 2025
Python 3.15.0a3
hugovk
committed
f1eb0c0
View commit details
Copy full SHA for f1eb0c0
View code at this point
Browse repository at this point
Commits on Nov 26, 2025
gh-140550: PEP 793 reference documentation (GH-141197)
Show description for d7f0214
encukou
authored
d7f0214
View commit details
Copy full SHA for d7f0214
View code at this point
Browse repository at this point
Commits on Nov 21, 2025
gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (#141730)
Show description for 20b69aa
michaelkiper
and
makiper
authored
20b69aa
View commit details
Copy full SHA for 20b69aa
View code at this point
Browse repository at this point
Commits on Nov 18, 2025
gh-138189: Link references to type slots (GH-141410)
Show description for 4695ec1
encukou
authored
4695ec1
View commit details
Copy full SHA for 4695ec1
View code at this point
Browse repository at this point
Commits on Nov 12, 2025
gh-141004: Document `PyType_SUPPORTS_WEAKREFS` (GH-141408)
Show description for 9cd5427
ZeroIntensity
and
StanFromIreland
authored
9cd5427
View commit details
Copy full SHA for 9cd5427
View code at this point
Browse repository at this point
Commits on Nov 11, 2025
gh-141004: Document `PyType_Unwatch` (GH-141414)
ZeroIntensity
authored
759a048
View commit details
Copy full SHA for 759a048
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
gh-141004: Document `PyType_FastSubclass` (GH-141313)
Show description for ed0a5fd
StanFromIreland
and
ZeroIntensity
authored
ed0a5fd
View commit details
Copy full SHA for ed0a5fd
View code at this point
Browse repository at this point
Commits on Jun 19, 2025
Document that PyType_GetModuleByDef returns a borrowed reference (GH-135666)
encukou
authored
140731f
View commit details
Copy full SHA for 140731f
View code at this point
Browse repository at this point
Commits on May 20, 2025
gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962)
Show description for 3246ea5
authored
3246ea5
View commit details
Copy full SHA for 3246ea5
View code at this point
Browse repository at this point
Commits on Apr 2, 2025
gh-131544: Update docs for PyType_AddWatcher (gh-132015)
corona10
authored
25275bd
View commit details
Copy full SHA for 25275bd
View code at this point
Browse repository at this point
Commits on Mar 24, 2025
gh-123909: Remove obsolete note in PyType_FromMetaclass docs (GH-131506)
Show description for 01ea4c7
encukou
authored
01ea4c7
View commit details
Copy full SHA for 01ea4c7
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
gh-129675: Update documentation for tp_basicsize & tp_itemsize (#129850)
Show description for ad0f618
encukou
authored
ad0f618
View commit details
Copy full SHA for ad0f618
View code at this point
Browse repository at this point
Commits on Nov 30, 2024
Docs: Fix incorrect indents in `c-api/type.rst` (#127449)
Yuki Kobayashi
authored
33ce8dc
View commit details
Copy full SHA for 33ce8dc
View code at this point
Browse repository at this point
Commits on Oct 25, 2024
gh-121654: Add PyType_Freeze() function (#122457)
Show description for db96327
vstinner
and
encukou
authored
db96327
View commit details
Copy full SHA for db96327
View code at this point
Browse repository at this point
Commits on Sep 25, 2024
gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs (#124480)
AlexWaygood
authored
0d9d56c
View commit details
Copy full SHA for 0d9d56c
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124163)
neonene
authored
646f16b
View commit details
Copy full SHA for 646f16b
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
gh-100554: Fix formatting of type.rst modifications (#124066)
arhadthedev
authored
4f25e28
View commit details
Copy full SHA for 4f25e28
View code at this point
Browse repository at this point
gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`` using the ``PyType_FromSpec`` function family. (#123332)
wjakob
authored
74330d9
View commit details
Copy full SHA for 74330d9
View code at this point
Browse repository at this point
gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947)
encukou
authored
432bf31
View commit details
Copy full SHA for 432bf31
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Show description for c432df6
vstinner
and
ericsnowcurrently
authored
c432df6
View commit details
Copy full SHA for c432df6
View code at this point
Browse repository at this point
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Show description for 19c3a2f
vstinner
authored
19c3a2f
View commit details
Copy full SHA for 19c3a2f
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813)
Show description for 2ab34f0
encukou
authored
2ab34f0
View commit details
Copy full SHA for 2ab34f0
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
serhiy-storchaka
authored
9833052
View commit details
Copy full SHA for 9833052
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Show description for 391e03f
vstinner
authored
391e03f
View commit details
Copy full SHA for 391e03f
View code at this point
Browse repository at this point
Commits on Jul 23, 2023
gh-107091: Fix the use of some C domain roles (#107092)
serhiy-storchaka
authored
08a228d
View commit details
Copy full SHA for 08a228d
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
serhiy-storchaka
authored
fcc816d
View commit details
Copy full SHA for fcc816d
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
gh-105227: Add PyType_GetDict() (GH-105747)
Show description for a840806
ericsnowcurrently
and
encukou
authored
a840806
View commit details
Copy full SHA for a840806
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL