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-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
*
gh-87961: Remove outdated notes from functions that aren't in the Limited API...
Petr Viktorin
2022-06-08
3
-26/+0
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
2
-5/+17
*
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner
2022-05-25
2
-7/+0
*
gh-93103: Enhance PyConfig.parser_debug documentation (#93186)
Victor Stinner
2022-05-24
1
-0/+3
*
gh-92913: Fix typos in documentation (GH-93129)
Steve Dower
2022-05-23
1
-3/+3
*
gh-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)
Victor Stinner
2022-05-23
1
-38/+24
*
gh-93103: Deprecate global configuration variable (#93104)
Victor Stinner
2022-05-23
2
-7/+119
*
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...
Steve Dower
2022-05-19
1
-4/+16
*
gh-91755: Remove doc of C API private refcount functions (#92918)
Victor Stinner
2022-05-18
1
-6/+0
*
gh-91755: Document Py_IncRef and Py_DecRef as C functions (#91805)
Charlie Zhao
2022-05-18
1
-4/+10
*
Document Py_ssize_t. (GH-92512)
Julien Palard
2022-05-13
8
-22/+29
*
gh-92536: Doc update about Py_UNICODE removal (GH-92756)
Inada Naoki
2022-05-13
2
-3/+3
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
2
-198/+26
*
gh-89653: PEP 670: Fix Sphinx syntax in Unicode doc (#92707)
Victor Stinner
2022-05-12
1
-4/+4
*
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)
Victor Stinner
2022-05-11
1
-3/+3
*
gh-89653: PEP 670: Update C API unicode documentation (#92702)
Victor Stinner
2022-05-11
1
-10/+11
*
Enhance PyConfig documentation (#92394)
Victor Stinner
2022-05-09
1
-37/+46
*
GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432)
Hugo van Kemenade
2022-05-08
1
-11/+11
*
Document the lifetime of `PyUnicode_AsUTF8String` (#92325)
Matt Wozniski
2022-05-06
1
-1/+2
*
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner
2022-05-06
3
-5/+23
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-9/+37
*
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)
Robert Howlett
2022-05-05
1
-1/+1
*
gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)
Victor Stinner
2022-05-03
2
-4/+4
*
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin
2022-05-03
1
-0/+14
*
gh-88097: doc: fix link to Py_Version (#92141)
Victor Stinner
2022-05-02
1
-1/+1
*
gh-89653: PEP 670: Amend docs (GH-91813)
Erlend Egeberg Aasland
2022-04-22
4
-17/+18
*
Docs: Clarify availability of PyOS_CheckStack (GH-91816)
Petr Viktorin
2022-04-22
1
-3/+3
*
gh-91768: C API no longer use "const PyObject*" type (#91769)
Victor Stinner
2022-04-21
1
-7/+12
[prev]
[next]