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
/
extending.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka
2024-02-11
1
-3/+3
*
gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)
Serhiy Storchaka
2023-12-04
1
-1/+1
*
gh-107298: Fix some references in the C API documentation (GH-108072)
Serhiy Storchaka
2023-08-17
1
-2/+2
*
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka
2023-07-27
1
-12/+12
*
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner
2023-07-27
1
-10/+10
*
gh-107298: Fix doc references to undocumented modules (#107300)
Victor Stinner
2023-07-26
1
-2/+2
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
1
-5/+2
*
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
1
-2/+2
*
gh-104922: Doc: add note about PY_SSIZE_T_CLEAN (#106314)
Inada Naoki
2023-07-02
1
-2/+4
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
1
-9/+20
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
1
-3/+3
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
1
-4/+4
*
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...
Adam Turner
2022-10-05
1
-3/+3
*
bpo-25381: Update explanation of exceptions in C. (GH-26838)
Terry Jan Reedy
2021-11-15
1
-7/+5
*
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-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
1
-25/+25
*
bpo-26868: Fix example usage of PyModule_AddObject. (#15725)
Brandt Bucher
2019-09-12
1
-5/+15
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
*
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
Inada Naoki
2019-04-13
1
-3/+8
*
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
*
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka
2018-04-08
1
-3/+9
*
bpo-25910: Link redirections in docs (#1933)
Sanyam Khurana
2018-01-20
1
-1/+2
*
Extending Python Doc minor updates (GH-4518)
Emanuele Gaifas
2017-11-24
1
-3/+3
*
Fix the indentation in Extending Python code example (GH-3244)
Sergey Fedoseev
2017-08-30
1
-6/+6
*
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka
2017-03-30
1
-3/+3
*
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Martin Panter
2016-10-30
1
-1/+1
*
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
1
-2/+3
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-1/+1
*
Close #24458: PEP 489 documentation
Nick Coghlan
2015-07-03
1
-0/+7
*
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka
2015-06-21
1
-3/+3
|
\
|
*
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka
2015-06-21
1
-3/+3
*
|
merge 3.4
Benjamin Peterson
2015-01-05
1
-5/+10
|
\
\
|
|
/
|
*
emphasize that cffi is better than extension modules for portability
Benjamin Peterson
2015-01-05
1
-5/+10
*
|
merge with 3.4
Georg Brandl
2014-10-31
1
-5/+2
|
\
\
|
|
/
|
*
#22613: remaining corrections in extending/reference docs (thanks Jacques Duc...
Georg Brandl
2014-10-31
1
-5/+2
*
|
Issue #18395, #22108: Update embedded Python examples to decode correctly
Victor Stinner
2014-08-01
1
-1/+11
|
/
*
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka
2013-10-09
1
-3/+3
*
Extending example: use Py_RETURN_NONE
Georg Brandl
2013-10-06
1
-3/+1
*
Minor improvement: add indication that the main function goes on.
Georg Brandl
2013-10-06
1
-0/+2
*
Small clarification in extending docs.
Georg Brandl
2013-10-06
1
-1/+1
*
merge 3.2
Eli Bendersky
2012-08-15
1
-5/+10
|
\
|
*
Issue #15656: fixing code sample in extending doc
Eli Bendersky
2012-08-15
1
-5/+10
*
|
Some corrections for the Doc/extending documentation. Closes #14129
Eli Bendersky
2012-02-27
1
-3/+0
*
|
fix Doc/extending/extending.rst typo
Eli Bendersky
2012-02-11
1
-1/+1
|
/
*
Use PyLong_FromLong where appropriate.
Georg Brandl
2010-11-26
1
-7/+4
[next]