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
*
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
*
Extending Python Doc minor updates (GH-4518)
Emanuele Gaifas
2017-11-24
2
-4/+4
*
bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688)
Stefan Krah
2017-09-22
1
-10/+3
*
Fix the indentation in Extending Python code example (GH-3244)
Sergey Fedoseev
2017-08-30
1
-6/+6
*
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki
2017-08-24
1
-9/+20
*
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder
2017-05-03
1
-1/+1
*
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka
2017-03-30
2
-6/+6
*
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Serhiy Storchaka
2016-11-22
1
-5/+5
*
Fixed the documentation of the structure PyMethodDef.
Serhiy Storchaka
2016-11-21
1
-2/+2
|
\
|
*
Fixed the documentation of the structure PyMethodDef.
Serhiy Storchaka
2016-11-21
1
-2/+2
*
|
Issue #26638: Merge option warning fixes from 3.5 into 3.6
Martin Panter
2016-10-30
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Martin Panter
2016-10-30
1
-1/+1
*
|
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka
2016-10-07
1
-1/+3
|
\
\
|
|
/
|
*
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka
2016-10-07
1
-1/+3
*
|
Issue #23710: Merge from 3.5
Berker Peksag
2016-08-03
1
-5/+9
|
\
\
|
|
/
|
*
Issue #23710: Update PyObject_HEAD documentation
Berker Peksag
2016-08-03
1
-5/+9
*
|
Issue #26462: Merge code block fixes from 3.5
Martin Panter
2016-07-29
4
-14/+25
|
\
\
|
|
/
|
*
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
4
-14/+25
*
|
Issue #17264: Fix cross refs and a markup error in extending/building.rst
Berker Peksag
2016-04-09
1
-5/+6
|
\
\
|
|
/
|
*
Issue #17264: Fix cross refs and a markup error in extending/building.rst
Berker Peksag
2016-04-09
1
-5/+6
*
|
merge with 3.5
Georg Brandl
2016-02-26
2
-2/+2
|
\
\
|
|
/
|
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
2
-2/+2
*
|
Merge with 3.5
Terry Jan Reedy
2016-01-09
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26029: Finish correction.
Terry Jan Reedy
2016-01-09
1
-1/+1
*
|
Merge with 3.5
Terry Jan Reedy
2016-01-09
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26029: Remove extraneous word. Patch by Upendra Kumar.
Terry Jan Reedy
2016-01-09
1
-1/+1
*
|
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter
2015-11-30
1
-2/+4
|
/
*
Issue #25022: Merge with 3.4
Zachary Ware
2015-09-10
1
-143/+3
|
\
|
*
Issue #25022: Add NEWS, fix docs to not mention the old example.
Zachary Ware
2015-09-10
1
-144/+3
*
|
Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field
Martin Panter
2015-08-25
1
-3/+3
|
\
\
|
|
/
|
*
Issue #24808: Update the documentation of some PyTypeObject fields
Martin Panter
2015-08-25
1
-3/+3
*
|
Issue #24680: Merge with 3.4
Zachary Ware
2015-07-22
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24680: Remove random backslash. Patch by cdz.
Zachary Ware
2015-07-22
1
-1/+1
*
|
Close #24458: PEP 489 documentation
Nick Coghlan
2015-07-03
3
-19/+56
*
|
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
*
|
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov
2015-05-21
1
-1/+1
*
|
Merge: #17380: Document tp_init return value in extending docs.
R David Murray
2015-04-13
1
-1/+2
|
\
\
|
|
/
|
*
#17380: Document tp_init return value in extending docs.
R David Murray
2015-04-13
1
-1/+2
[next]