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-97909: Mark up members of PyMemberDef (GH-98473)
Johnny11502
2022-10-24
1
-21/+21
*
no-issue: typo fix in c-api/tuple.rst (gh-98560)
wim glenn
2022-10-23
1
-1/+1
*
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
Carl Meyer
2022-10-21
1
-0/+49
*
Doc: Found some remaining default roles. (GH-98392)
Julien Palard
2022-10-18
1
-1/+1
*
gh-96258: move Py_REFCNT and Py_SET_REFCNT to reference counting page (#96259)
QuakeIV
2022-10-15
2
-21/+22
*
Fix types in buffer/memoryview docs (#98118)
da-woods
2022-10-10
2
-2/+2
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
1
-1/+20
*
Add a warning message about PyOS_snprintf (#95993)
Eric Wieser
2022-10-07
1
-1/+2
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
2
-2/+2
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
1
-0/+51
*
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon
2022-10-06
1
-0/+9
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
14
-116/+116
*
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...
Adam Turner
2022-10-05
5
-14/+14
*
gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeO...
Adam Turner
2022-10-05
2
-2/+2
*
gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775)
Adam Turner
2022-10-04
2
-4/+4
*
gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (#97769)
Adam Turner
2022-10-04
3
-8/+8
*
gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (#97770)
Adam Turner
2022-10-04
1
-2/+2
*
gh-93738: Documentation C syntax (Use `c:struct`) (#97772)
Adam Turner
2022-10-04
2
-5/+5
*
gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`)...
Adam Turner
2022-10-04
1
-5/+5
*
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...
Adam Turner
2022-10-04
9
-28/+28
*
gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupl...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyByte...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUn...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (#97771)
Adam Turner
2022-10-04
1
-1/+1
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
1
-0/+18
*
gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)
C.A.M. Gerlach
2022-09-19
1
-2/+2
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
1
-0/+9
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
1
-0/+14
*
GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044)
Mark Shannon
2022-08-30
3
-55/+69
*
Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)
da-woods
2022-08-30
1
-3/+6
*
Clarify API stability of PyTypeObject in relation to static types. (GH-96217)
ov2k
2022-08-25
1
-3/+3
*
GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...
Pablo Galindo Salgado
2022-08-24
1
-0/+24
*
gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)
Victor Stinner
2022-08-18
3
-5/+5
*
GH-92678: Document that you shouldn't be doing your own dictionary offset cal...
Mark Shannon
2022-08-09
2
-12/+23
*
gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...
Serhiy Storchaka
2022-08-08
1
-3/+5
*
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
Eric Snow
2022-08-05
1
-3/+11
*
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...
Petr Viktorin
2022-08-04
2
-14/+29
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Ken Jin
2022-08-04
1
-0/+25
*
gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#95302)
Eric Snow
2022-07-29
1
-0/+7
*
Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088)
Pamela Fox
2022-07-28
1
-1/+1
*
gh-59200: Clarify `PyLong_FromString` documentation (GH-94363)
JustAnotherArchivist
2022-07-28
1
-8/+9
*
gh-90359: Unify documentation style for datetime.rst (gh-94836)
Dong-hee Na
2022-07-14
1
-0/+7
*
gh-90359: Update documentation to follow PEP 495. (gh-94800)
Dong-hee Na
2022-07-14
1
-0/+12
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
5
-6/+6
*
[doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)
Max Bachmann
2022-06-26
1
-2/+2
*
gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)
Victor Stinner
2022-06-17
1
-1/+3
*
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where ...
Petr Viktorin
2022-06-10
1
-0/+2
*
bpo-45383: Get metaclass from bases in PyType_From* (GH-28748)
Sebastian Berg
2022-06-09
1
-3/+33
*
Doc: Update references and examples of old, unsupported OSes and uarches (GH-...
CAM Gerlach
2022-06-09
1
-3/+2
[next]