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
/
extending
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-134160: Start "Extending and embedding" with a Diataxis-style tutorial (GH...
Petr Viktorin
2025-12-19
3
-384/+790
*
gh-141004: Document `PyImport_Inittab` (GH-141844)
Peter Bierma
2025-11-24
1
-1/+1
*
gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `Py_TPFLAGS_MANAGED...
Sergey Miryanov
2025-11-02
1
-0/+2
*
GH-101100: Resolve reference warnings in extending/extending.rst (#138417)
Adam Turner
2025-09-03
1
-1/+1
*
gh-137740: Clarify `__del__` invocation mechanism in reference counting (#137...
Robin Narsingh Ranabhat
2025-08-22
1
-1/+8
*
gh-136823: Update documentation on excluded headers in Python.h (#136824)
Sina Zel taat
2025-08-05
1
-6/+31
*
Fix typos in Doc/extending/extending.rst and Doc/library/shelve.rst (GH-136890)
Cornelius Roemer
2025-07-23
1
-1/+1
*
Docs: Fix duplicate word typos (GH-135958)
Brian Schubert
2025-06-27
1
-1/+1
*
gh-134160: Split extension module init from PyModule docs; emphasize multi-ph...
Petr Viktorin
2025-06-13
1
-38/+11
*
gh-134830: Fix reference in `Doc/extending/windows.rst` (GH-134831)
Stan Ulbrych
2025-06-02
1
-1/+1
*
gh-134160: Block multiple module initialization (#134773)
Petr Viktorin
2025-05-28
1
-4/+24
*
gh-133678: Document C API third party tools (#134526)
Victor Stinner
2025-05-27
1
-13/+3
*
gh-134160: Use multi-phase init in documentation examples (#134296)
neonene
2025-05-26
5
-109/+100
*
gh-111178: fix incorrect function signatures in docs (#132395)
Bénédikt Tran
2025-04-11
1
-33/+43
*
gh-111178: fix UBSan for example code in `extending/newtypes_tutorial` docs (...
Bénédikt Tran
2025-03-24
1
-26/+56
*
gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-12...
Peter Bierma
2025-03-20
1
-4/+4
*
gh-82909: Update PC/pyconfig.h to allow disabling pragma based auto-linking (...
Jean-Christophe Fillion-Robin
2025-03-10
1
-12/+44
*
Correct function name in `Doc/extending/embedding.rst` (#127539)
Boris Verkhovskiy
2025-03-07
1
-2/+2
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
2
-2/+2
*
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang
2024-09-01
1
-1/+1
*
docs: fix a few typos identified by codespell (#119516)
Ned Batchelder
2024-05-26
2
-2/+2
*
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka
2024-02-11
2
-5/+5
*
gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)
Serhiy Storchaka
2023-12-04
1
-1/+1
*
gh-101100: Fix Sphinx reference warnings (GH-112416)
Hugo van Kemenade
2023-11-25
1
-1/+1
*
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka
2023-09-23
1
-1/+1
*
GH-92584: Remove distutils from the newtypes tutorial includes (#108024)
Adam Turner
2023-08-22
1
-27/+27
*
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka
2023-08-22
1
-1/+1
*
gh-107298: Fix some references in the C API documentation (GH-108072)
Serhiy Storchaka
2023-08-17
1
-2/+2
*
GH-92584: Remove Installing Python Modules (Distutils version) (#108020)
Adam Turner
2023-08-16
1
-0/+1
*
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka
2023-07-27
4
-37/+37
*
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka
2023-07-27
2
-2/+2
*
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner
2023-07-27
2
-41/+41
*
gh-107298: Fix doc references to undocumented modules (#107300)
Victor Stinner
2023-07-26
2
-6/+6
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
2
-11/+4
*
gh-107091: Fix the use of some C domain roles (#107092)
Serhiy Storchaka
2023-07-23
1
-5/+5
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
2
-6/+6
*
gh-104922: Doc: add note about PY_SSIZE_T_CLEAN (#106314)
Inada Naoki
2023-07-02
2
-2/+11
*
Fix inaccuracies in "Assorted Topics" section of "Defining Extension Types" t...
chgnrdv
2023-06-16
1
-5/+5
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
2
-18/+41
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
1
-3/+3
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
1
-1/+1
*
gh-103712: Increase the length of the type name in AttributeError messages (#...
Alex Gaynor
2023-04-24
1
-1/+1
*
gh-99202: Fix extension type from documentation for compiling in C++20 mode ...
Jeffrey Newman
2023-04-06
1
-2/+2
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
2
-40/+8
*
gh-93358: Fix python-config docs for how to embed Python (#98649)
Erlend E. Aasland
2022-10-29
1
-6/+6
*
gh-93738: Disallow pre-v3 syntax in the C domain (#97962)
Adam Turner
2022-10-06
2
-4/+4
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
2
-7/+7
*
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...
Adam Turner
2022-10-05
1
-3/+3
*
GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044)
Mark Shannon
2022-08-30
1
-24/+9
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
1
-2/+2
[next]