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-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)
Brandt Bucher
2023-05-22
1
-0/+8
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
1
-85/+143
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-0/+24
*
gh-103295: expose API for writing perf map files (#103546)
gsallam
2023-05-21
2
-0/+51
*
GH-96803: Document and test new unstable internal frame API functions (GH-104...
Mark Shannon
2023-05-18
1
-0/+35
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
10
-25/+25
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
19
-24/+24
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
3
-13/+13
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
4
-8/+115
*
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...
Petr Viktorin
2023-05-03
1
-2/+24
*
GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)
Adam Turner
2023-05-03
1
-2/+2
*
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Jurica Bradarić
2023-05-02
1
-1/+20
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-0/+2
*
Docs: fix dunders with too many underscores (#103955)
Erlend E. Aasland
2023-04-27
1
-1/+1
*
gh-103883: Doc: Move PyUnicode_FromObject doc (#103913)
Inada Naoki
2023-04-27
1
-9/+9
*
gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)
Brett Simmers
2023-04-24
1
-0/+9
*
gh-101100: Test docs in nit-picky mode (#102513)
Hugo van Kemenade
2023-03-24
2
-1/+11
*
gh-102595: Document `PyObject_Format` c-api function (GH-102596)
Nikita Sobolev
2023-03-21
1
-0/+9
*
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel
2023-03-16
1
-0/+6
*
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Julien Palard
2023-03-15
2
-6/+6
*
gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
Jacob Bower
2023-03-14
1
-0/+33
*
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer
2023-03-08
3
-10/+45
*
gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (#102390)
Nikita Sobolev
2023-03-03
1
-1/+1
*
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin
2023-02-28
2
-9/+125
*
Fix typo in `Py_GetPythonHome` signature (#102168)
Tanner Firl
2023-02-23
1
-1/+1
*
gh-101578: Amend exception docs (#102057)
Erlend E. Aasland
2023-02-21
1
-22/+23
*
gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962)
Erlend E. Aasland
2023-02-19
1
-32/+17
*
Docs: fix typos in PyFunction_WatchCallback docs and in 3.12 NEWS (GH-101980)
Yeojin Kim
2023-02-17
1
-1/+1
*
gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (#101976)
Oleg Iarygin
2023-02-17
1
-2/+2
*
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder
2023-02-14
2
-2/+2
*
GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#G...
Mark Shannon
2023-02-09
1
-0/+10
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
1
-1/+78
*
Add missing `versionadded` directive for `PyCode_Addr2Location` (#101347)
Max Bachmann
2023-02-04
1
-0/+2
*
gh-101386: fix typos found by codespell (#101387)
Peter Jiping Xie
2023-01-28
1
-2/+2
*
[docs] Mention how to get/set a bigint PyLong via the C API (#101270)
Gregory P. Smith
2023-01-24
1
-0/+4
*
Fix typos in Doc folder (#100880)
Semen Zhydenko
2023-01-10
1
-1/+1
*
docs: fix `ssizeobjargproc` parameters (#100736)
David Lechner
2023-01-04
1
-1/+2
*
Fix deprecation doc for `PyEval_InitThreads` (#100667)
Alexander Shadchin
2023-01-02
1
-2/+2
*
gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing doc...
Petr Viktorin
2022-12-23
1
-19/+35
*
Docs: Use `PY_VERSION_HEX` for version comparison (#100179)
Hugo van Kemenade
2022-12-17
1
-0/+2
*
gh-97909: Fix markup for `PyMethodDef` members (#100089)
ram vikram singh
2022-12-17
1
-17/+18
*
gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271)
Carl Meyer
2022-12-16
1
-1/+1
*
GH-99767: update PyTypeObject docs for type watchers (GH-99928)
Carl Meyer
2022-12-15
1
-0/+9
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
Victor Stinner
2022-12-07
1
-2/+44
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
1
-0/+48
*
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
Petr Viktorin
2022-11-28
1
-6/+25
*
Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)
Victor Stinner
2022-11-24
1
-44/+2
*
gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)
Petr Viktorin
2022-11-22
1
-0/+18
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
1
-0/+60
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
1
-61/+184
[next]