index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
c-api
/
typeobj.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner
2023-10-02
1
-1/+27
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-22/+0
*
Fix misc doc typos (#108592)
xzmeng
2023-08-29
1
-1/+1
*
gh-107298: Fix a few more refs in the C API docs (GH-108361)
Serhiy Storchaka
2023-08-23
1
-1/+1
*
gh-107298: Fix some references in the C API documentation (GH-108072)
Serhiy Storchaka
2023-08-17
1
-1/+1
*
gh-107298: Fix C API Buffer documentation (#108011)
Victor Stinner
2023-08-16
1
-1/+1
*
gh-91051: fix segfault when using all 8 type watchers (#107853)
Carl Meyer
2023-08-11
1
-2/+2
*
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow
2023-08-07
1
-4/+6
*
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka
2023-07-27
1
-16/+17
*
gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH...
Serhiy Storchaka
2023-07-27
1
-15/+17
*
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka
2023-07-27
1
-32/+32
*
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner
2023-07-27
1
-5/+5
*
gh-107091: Fix some uses of :c:type: role (GH-107138)
Serhiy Storchaka
2023-07-26
1
-10/+10
*
gh-107091: Fix some uses of :c:member: role (GH-107129)
Serhiy Storchaka
2023-07-26
1
-1/+1
*
gh-107298: Fix doc references to undocumented modules (#107300)
Victor Stinner
2023-07-26
1
-1/+1
*
gh-107091: Fix the use of some C domain roles (#107092)
Serhiy Storchaka
2023-07-23
1
-2/+2
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
1
-79/+81
*
gh-105227: Add PyType_GetDict() (GH-105747)
Eric Snow
2023-07-10
1
-1/+13
*
tp_flags docs: fix indentation (#106420)
Jelle Zijlstra
2023-07-05
1
-9/+9
*
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner
2023-06-06
1
-1/+1
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
1
-2/+2
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
1
-0/+20
*
Docs: fix dunders with too many underscores (#103955)
Erlend E. Aasland
2023-04-27
1
-1/+1
*
GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#G...
Mark Shannon
2023-02-09
1
-0/+10
*
docs: fix `ssizeobjargproc` parameters (#100736)
David Lechner
2023-01-04
1
-1/+2
*
gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271)
Carl Meyer
2022-12-16
1
-1/+1
*
GH-99767: update PyTypeObject docs for type watchers (GH-99928)
Carl Meyer
2022-12-15
1
-0/+9
*
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
Petr Viktorin
2022-11-28
1
-6/+25
*
gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99...
Petr Viktorin
2022-11-07
1
-0/+11
*
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...
Adam Turner
2022-10-05
1
-3/+3
*
gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`)...
Adam Turner
2022-10-04
1
-5/+5
*
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...
Adam Turner
2022-10-04
1
-1/+1
*
GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044)
Mark Shannon
2022-08-30
1
-47/+59
*
Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)
da-woods
2022-08-30
1
-3/+6
*
Clarify API stability of PyTypeObject in relation to static types. (GH-96217)
ov2k
2022-08-25
1
-3/+3
*
GH-92678: Document that you shouldn't be doing your own dictionary offset cal...
Mark Shannon
2022-08-09
1
-12/+5
*
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
Eric Snow
2022-08-05
1
-3/+11
*
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...
Petr Viktorin
2022-08-04
1
-14/+20
*
gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#95302)
Eric Snow
2022-07-29
1
-0/+7
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-1/+1
*
[doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)
Max Bachmann
2022-06-26
1
-2/+2
*
gh-87961: Remove outdated notes from functions that aren't in the Limited API...
Petr Viktorin
2022-06-08
1
-6/+0
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
1
-1/+1
*
Document Py_ssize_t. (GH-92512)
Julien Palard
2022-05-13
1
-9/+9
*
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Oleg Iarygin
2022-04-18
1
-4/+4
*
Add missing "to" to two tp_flags notes (GH-31624)
Brandt Bucher
2022-03-01
1
-2/+2
*
Minor fixes to C API docs (GH-31501)
Jelle Zijlstra
2022-02-23
1
-13/+14
*
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger
2021-12-19
1
-1/+0
*
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus
2021-12-19
1
-0/+1
*
bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...
Brett Cannon
2021-11-20
1
-7/+7
[next]