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-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
*
bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246)
Sam Gross
2021-10-27
1
-1/+13
*
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
Steve Dower
2021-04-30
1
-4/+4
*
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman
2021-04-29
1
-5/+10
*
bpo-43774: Remove --without-cycle-gc doc (GH-25364)
Victor Stinner
2021-04-12
1
-6/+1
*
bpo-43739: Add type declaration Doc/extending/extending.rst example
Shreyan Avigyan
2021-04-10
1
-1/+1
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
2
-2/+3
*
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Victor Stinner
2021-01-08
1
-1/+0
*
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner
2020-08-14
1
-1/+1
*
bpo-40279: Add some error-handling to the module initialisation docs example ...
Cajetan Rodrigues
2020-04-25
1
-3/+11
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-1/+1
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
4
-57/+57
*
bpo-38391: Fixing a typo for Py_DECREF (GH-16616)
Krishna Oza
2019-10-07
1
-1/+1
*
bpo-26868: Fix example usage of PyModule_AddObject. (#15725)
Brandt Bucher
2019-09-12
2
-7/+27
*
bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)
Jeroen Demeyer
2019-07-04
1
-1/+1
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
6
-8/+8
*
Doc: add the missing ".tp_flags" in type definition (GH-12902)
Wu Wei
2019-04-22
1
-0/+1
*
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
Inada Naoki
2019-04-13
2
-3/+9
*
fix typo in doc (#12686)
Caleb Marchent
2019-04-10
1
-2/+2
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-1/+1
*
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka
2018-10-31
1
-2/+3
*
bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)
Eric Snow
2018-06-14
1
-0/+2
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-1/+1
*
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka
2018-04-08
3
-9/+15
*
bpo-33201: Modernize "Extension types" doc (GH-6337)
Antoine Pitrou
2018-04-07
3
-1025/+1016
*
Make formatting of some return codes conforming to the general style. (#5587)
Serhiy Storchaka
2018-02-09
1
-2/+2
*
bpo-25910: Link redirections in docs (#1933)
Sanyam Khurana
2018-01-20
2
-2/+3
[next]