summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replace question mark with fullstop (GH-99558)Miss Islington (bot)2022-11-181-1/+1
* [3.10] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance...Miss Islington (bot)2022-11-071-0/+11
* gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977)Miss Islington (bot)2022-11-021-0/+21
* [3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)C.A.M. Gerlach2022-10-172-2/+2
* Fix types in buffer/memoryview docs (GH-98118)Miss Islington (bot)2022-10-102-2/+2
* Add a warning message about PyOS_snprintf (GH-95993)Miss Islington (bot)2022-10-071-1/+2
* [3.10] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97977)Łukasz Langa2022-10-061-6/+6
* [3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...Łukasz Langa2022-10-0514-112/+112
* [3.10] gh-93738: Documentation C syntax (Function glob patterns -> literal ma...Miss Islington (bot)2022-10-055-14/+14
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`...Miss Islington (bot)2022-10-052-2/+2
* [3.10] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97893)Łukasz Langa2022-10-052-5/+5
* [3.10] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (...Łukasz Langa2022-10-052-3/+3
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObj...Miss Islington (bot)2022-10-059-28/+28
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c...Miss Islington (bot)2022-10-051-1/+1
* [3.10] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view...Miss Islington (bot)2022-10-051-5/+5
* [3.10] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (G...Miss Islington (bot)2022-10-051-2/+2
* [3.10] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (G...Miss Islington (bot)2022-10-053-8/+8
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:...Miss Islington (bot)2022-10-041-1/+1
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:...Miss Islington (bot)2022-10-041-1/+1
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:exp...Miss Islington (bot)2022-10-041-1/+1
* gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (GH-97771)Miss Islington (bot)2022-10-041-1/+1
* Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)Miss Islington (bot)2022-08-301-3/+6
* Clarify API stability of PyTypeObject in relation to static types. (GH-96217)Miss Islington (bot)2022-08-251-3/+3
* gh-90359: Unify documentation style for datetime.rst (gh-94836)Miss Islington (bot)2022-07-141-0/+7
* gh-90359: Update documentation to follow PEP 495. (gh-94800)Miss Islington (bot)2022-07-141-0/+12
* [3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...Łukasz Langa2022-07-055-6/+6
* [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)Miss Islington (bot)2022-06-261-2/+2
* gh-87961: Remove outdated notes from functions that aren't in the Limited API...Miss Islington (bot)2022-06-103-26/+0
* Doc: Update references and examples of old, unsupported OSes and uarches (GH-...Miss Islington (bot)2022-06-091-3/+2
* gh-91755: Document Py_IncRef and Py_DecRef as C functions (GH-91805)Miss Islington (bot)2022-05-181-4/+10
* Document Py_ssize_t. (GH-92512)Miss Islington (bot)2022-05-138-22/+29
* [3.10] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92...Miss Islington (bot)2022-05-081-11/+11
* gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92330)Miss Islington (bot)2022-05-061-1/+1
* Document the lifetime of `PyUnicode_AsUTF8String` (GH-92325)Miss Islington (bot)2022-05-061-1/+2
* [3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-3...Oleg Iarygin2022-04-191-4/+4
* c-api docs: There are five fields, not four (GH-32379)Miss Islington (bot)2022-04-071-1/+1
* [3.10] More minor fixes to C API docs (GH-31525) (GH-32258)Jelle Zijlstra2022-04-0213-28/+29
* More minor fixes to C API docs (GH-31714)Miss Islington (bot)2022-04-025-11/+9
* Add missing "to" to two tp_flags notes (GH-31624)Miss Islington (bot)2022-03-011-2/+2
* bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)Miss Islington (bot)2022-02-231-2/+2
* Minor fixes to C API docs (GH-31501)Miss Islington (bot)2022-02-234-24/+28
* no-issue: Fix documentation typos. (GH-30576)Miss Islington (bot)2022-01-211-1/+1
* bpo-22039: [doc] clarify that there are no plans to disable deleting an attri...Miss Islington (bot)2022-01-191-2/+3
* closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the...Miss Islington (bot)2022-01-111-17/+17
* [3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsist...Brett Cannon2021-11-222-13/+14
* [3.10] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() ...Sam Gross2021-10-282-8/+20
* [3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)Christian Clauss2021-10-062-3/+3
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)Miss Islington (bot)2021-09-231-3/+3
* [3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440)Miss Islington (bot)2021-09-181-1/+1
* docs: correct references to __isub__ etc (GH-28297)Miss Islington (bot)2021-09-161-132/+132