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
/
c-api
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-90359: Unify documentation style for datetime.rst (gh-94836)
Miss Islington (bot)
2022-07-14
1
-0/+7
*
gh-90359: Update documentation to follow PEP 495. (gh-94800)
Miss Islington (bot)
2022-07-14
1
-0/+12
*
[3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...
Ćukasz Langa
2022-07-05
5
-6/+6
*
[doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)
Miss Islington (bot)
2022-06-26
1
-2/+2
*
gh-87961: Remove outdated notes from functions that aren't in the Limited API...
Miss Islington (bot)
2022-06-10
3
-26/+0
*
Doc: Update references and examples of old, unsupported OSes and uarches (GH-...
Miss Islington (bot)
2022-06-09
1
-3/+2
*
gh-91755: Document Py_IncRef and Py_DecRef as C functions (GH-91805)
Miss Islington (bot)
2022-05-18
1
-4/+10
*
Document Py_ssize_t. (GH-92512)
Miss Islington (bot)
2022-05-13
8
-22/+29
*
[3.10] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92...
Miss Islington (bot)
2022-05-08
1
-11/+11
*
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92330)
Miss Islington (bot)
2022-05-06
1
-1/+1
*
Document the lifetime of `PyUnicode_AsUTF8String` (GH-92325)
Miss Islington (bot)
2022-05-06
1
-1/+2
*
[3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-3...
Oleg Iarygin
2022-04-19
1
-4/+4
*
c-api docs: There are five fields, not four (GH-32379)
Miss Islington (bot)
2022-04-07
1
-1/+1
*
[3.10] More minor fixes to C API docs (GH-31525) (GH-32258)
Jelle Zijlstra
2022-04-02
13
-28/+29
*
More minor fixes to C API docs (GH-31714)
Miss Islington (bot)
2022-04-02
5
-11/+9
*
Add missing "to" to two tp_flags notes (GH-31624)
Miss Islington (bot)
2022-03-01
1
-2/+2
*
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
Miss Islington (bot)
2022-02-23
1
-2/+2
*
Minor fixes to C API docs (GH-31501)
Miss Islington (bot)
2022-02-23
4
-24/+28
*
no-issue: Fix documentation typos. (GH-30576)
Miss Islington (bot)
2022-01-21
1
-1/+1
*
bpo-22039: [doc] clarify that there are no plans to disable deleting an attri...
Miss Islington (bot)
2022-01-19
1
-2/+3
*
closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the...
Miss Islington (bot)
2022-01-11
1
-17/+17
*
[3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsist...
Brett Cannon
2021-11-22
2
-13/+14
*
[3.10] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() ...
Sam Gross
2021-10-28
2
-8/+20
*
[3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)
Christian Clauss
2021-10-06
2
-3/+3
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)
Miss Islington (bot)
2021-09-23
1
-3/+3
*
[3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440)
Miss Islington (bot)
2021-09-18
1
-1/+1
*
docs: correct references to __isub__ etc (GH-28297)
Miss Islington (bot)
2021-09-16
1
-132/+132
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-2...
Miss Islington (bot)
2021-09-07
2
-2/+2
*
[doc] Fix typo c-api/exceptions.rst (GH-27847)
Miss Islington (bot)
2021-08-23
1
-1/+1
*
Note that tp_clear and m_clear are not always called (GH-27581)
Miss Islington (bot)
2021-08-04
2
-0/+12
*
bpo-41886: Fix documented type of PyType_Type (GH-22454)
Miss Islington (bot)
2021-08-03
1
-1/+1
*
Document PyMember_GetOne and PyMember_SetOne (GH-27555)
Miss Islington (bot)
2021-08-02
1
-0/+15
*
bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)
Miss Islington (bot)
2021-07-29
2
-0/+56
*
bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724...
Miss Islington (bot)
2021-07-29
1
-1/+1
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Miss Islington (bot)
2021-07-23
1
-10/+1
*
Fix a small typo in the docs (GH-26991) (GH-27003)
Miss Islington (bot)
2021-07-03
1
-1/+1
*
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-2685...
Miss Islington (bot)
2021-06-28
1
-36/+0
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877)
Victor Stinner
2021-06-23
2
-2/+9
*
bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (...
Miss Islington (bot)
2021-06-19
1
-2/+2
*
bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it t...
Miss Islington (bot)
2021-06-16
1
-2/+2
*
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Miss Islington (bot)
2021-06-16
2
-0/+48
*
bpo-42085: [docs] Add versionadded for am_send in type object documentation (...
Miss Islington (bot)
2021-05-29
1
-0/+2
*
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) (#26446)
Miss Islington (bot)
2021-05-29
2
-9/+12
*
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26...
Miss Islington (bot)
2021-05-29
2
-0/+18
*
Reword paragraph on specific value for Py_LIMITED_API (GH-26101) (GH-26123)
Miss Islington (bot)
2021-05-14
1
-12/+12
*
bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
Miss Islington (bot)
2021-05-14
2
-62/+205
*
bpo-43977: Document the new pattern matching type flags (GH-25734)
Brandt Bucher
2021-05-02
1
-0/+44
*
bpo-43928: Fix 'succesfully' typo in document (GH-25569)
JT
2021-04-30
1
-1/+1
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
1
-3/+25
*
bpo-43774: Enhance debug build documentation (GH-25712)
Victor Stinner
2021-04-29
2
-48/+27
[next]