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
*
[3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)
Miss Islington (bot)
2025-06-27
1
-1/+1
*
[3.14] gh-134160: Split extension module init from PyModule docs; emphasize m...
Miss Islington (bot)
2025-06-16
1
-38/+11
*
[3.14] gh-134830: Fix reference in `Doc/extending/windows.rst` (GH-134831) (G...
Miss Islington (bot)
2025-06-03
1
-1/+1
*
[3.14] gh-134160: Block multiple module initialization (GH-134773) (#134827)
Miss Islington (bot)
2025-05-28
1
-4/+24
*
[3.14] gh-133678: Document C API third party tools (GH-134526) (#134793)
Miss Islington (bot)
2025-05-27
1
-13/+3
*
[3.14] gh-134160: Use multi-phase init in documentation examples (GH-134296) ...
Miss Islington (bot)
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
*
gh-85454: Remove distutils documentation (#95239)
Christian Heimes
2022-07-25
2
-122/+12
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
2
-3/+3
*
gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...
CAM Gerlach
2022-05-10
1
-3/+1
*
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Oleg Iarygin
2022-04-18
1
-2/+2
*
bpo-45790: List macros in same order in which fields are described (GH-29529)
rtobar
2022-04-05
1
-2/+2
*
bpo-25381: Update explanation of exceptions in C. (GH-26838)
Terry Jan Reedy
2021-11-15
1
-7/+5
*
bpo-45633: Fix newtypes doc typo (GH-29318)
Dmitry Smirnov
2021-11-02
1
-1/+1
[next]