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
/
newtypes.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
1
-29/+4
*
gh-93738: Disallow pre-v3 syntax in the C domain (#97962)
Adam Turner
2022-10-06
1
-3/+3
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
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
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-2/+2
*
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: Document configure options (GH-25283)
Victor Stinner
2021-04-08
1
-1/+1
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-18/+18
*
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
1
-1/+1
*
bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)
Eric Snow
2018-06-14
1
-0/+2
*
bpo-33201: Modernize "Extension types" doc (GH-6337)
Antoine Pitrou
2018-04-07
1
-1022/+114
*
Make formatting of some return codes conforming to the general style. (#5587)
Serhiy Storchaka
2018-02-09
1
-2/+2
*
Extending Python Doc minor updates (GH-4518)
Emanuele Gaifas
2017-11-24
1
-1/+1
*
bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688)
Stefan Krah
2017-09-22
1
-10/+3
*
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
1
-3/+3
*
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
*
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka
2016-10-07
1
-1/+3
*
Issue #23710: Update PyObject_HEAD documentation
Berker Peksag
2016-08-03
1
-5/+9
*
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
1
-2/+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 24180: Documentation for PEP 492 changes.
Yury Selivanov
2015-05-21
1
-1/+1
|
/
*
#17380: Document tp_init return value in extending docs.
R David Murray
2015-04-13
1
-1/+2
*
Issue #22883: Update PyInt to PyLong in C API example.
Serhiy Storchaka
2015-02-17
1
-1/+1
*
Revert #22251
Berker Peksag
2014-09-27
1
-2/+0
*
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag
2014-09-27
1
-0/+2
*
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka
2013-10-09
1
-1/+1
|
\
|
*
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka
2013-10-09
1
-1/+1
*
|
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou
2013-08-01
1
-53/+53
|
\
\
|
|
/
|
*
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou
2013-08-01
1
-47/+47
*
|
Merge doc fix
Antoine Pitrou
2013-07-30
1
-5/+4
|
\
\
|
|
/
|
*
Simplify example of PyErr_Fetch() use
Antoine Pitrou
2013-07-30
1
-5/+4
*
|
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
1
-3/+21
|
/
*
#17688: fix declaration for richcmp example in the docs.
Andrew Svetlov
2013-04-12
1
-1/+1
*
cleanup references to PyString_ APIs from 2.x in the 3.3 docs.
Gregory P. Smith
2013-03-22
1
-10/+9
|
\
|
*
Clean up references to the no longer existing PyString_ APIs in our docs.
Gregory P. Smith
2013-03-22
1
-12/+11
*
|
Add a str class entry to the "Text Sequence Type" section (issue #16209).
Chris Jerdonek
2012-11-28
1
-4/+4
*
|
MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject d...
Jesus Cea
2012-09-28
1
-3/+3
|
\
\
|
|
/
|
*
Closes #15953: Incorrect some fields declaration in the PyTypeObject document...
Jesus Cea
2012-09-28
1
-3/+3
*
|
Issue #14933: fix misleading doc about weakref support in extension types.
Antoine Pitrou
2012-06-15
1
-3/+2
|
\
\
|
|
/
|
*
Issue #14933: fix misleading doc about weakref support in extension types.
Antoine Pitrou
2012-06-15
1
-3/+2
*
|
Some corrections for the Doc/extending documentation. Closes #14129
Eli Bendersky
2012-02-27
1
-41/+21
*
|
Merge from 3.2
Eli Bendersky
2011-08-19
1
-2/+1
|
\
\
|
|
/
[next]