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-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
*
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
[next]