Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b3966639d28313809774ca3859a347b9007be8d2
/
Doc
/
c-api
f4b1e3d
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
by Victor Stinner
· 6 years ago
9bc94ec
bpo-38159: Clarify documentation of PyState_AddModule (GH-16101)
by Petr Viktorin
· 6 years ago
e835b31
bpo-38600: NULL -> ``NULL``. (GH-17001)
by Serhiy Storchaka
· 6 years ago
25fc088
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
by Serhiy Storchaka
· 6 years ago
894e30c
bpo-38434: Fixes some audit event documentation (GH-16932)
by Steve Dower
· 6 years ago
d898d20
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
by Serhiy Storchaka
· 6 years ago
8855e47
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558)
by Joannah Nanjekye
· 6 years ago
8462a49
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
by Victor Stinner
· 6 years ago
3c30a76
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
by Victor Stinner
· 6 years ago
fb4ae15
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
by Victor Stinner
· 6 years ago
441b10c
bpo-38304: Add PyConfig.struct_size (GH-16451)
by Victor Stinner
· 6 years ago
5faff97
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
by Ammar Askar
· 6 years ago
88feaec
bpo-38234: Complete init config documentation (GH-16404)
by Victor Stinner
· 6 years ago
8bf39b6
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
by Victor Stinner
· 6 years ago
468f8a6
bpo-38140: Document offsets in PyMemberDef (GH-16354)
by Petr Viktorin
· 6 years ago
1ce152a
bpo-38234: Py_SetPath() uses the program full path (GH-16357)
by Victor Stinner
· 6 years ago
fcdb027
bpo-38236: Dump path config at first import error (GH-16300)
by Victor Stinner
· 6 years ago
3368f3c
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
by Eddie Elizondo
· 6 years ago
8b31a11
bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142)
by t k
· 6 years ago
375a3e2
bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)
by Julien Palard
· 6 years ago
57b7dbc
Emphasize the need to always call PySequence_Fast. (GH-11140)
by Matti Picus
· 6 years ago
ed4b321
bpo-37363: Document internal audit events (GH-14663)
by Christian Heimes
· 6 years ago
224b8aa
bpo-26868: Fix example usage of PyModule_AddObject. (#15725)
by Brandt Bucher
· 6 years ago
15f5a75
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992)
by Hai Shi
· 6 years ago
5a56ce4
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988)
by Hai Shi
· 6 years ago
2d8d597
bpo-38103: fix conflicting labels in the docs. (GH-15906)
by Ezio Melotti
· 6 years ago
b6dafe5
Docs: Small tweaks to c-api/intro#Include_Files (GH-14698)
by Kyle Stanley
· 6 years ago
9669931
bpo-36971: add subsections in C API "Common Object Structures" page (#13446)
by Jeroen Demeyer
· 6 years ago
39d87b5
Fix typos mostly in comments, docs and test names (GH-15209)
by Min ho Kim
· 6 years ago
5dbe0f5
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
by Nick Coghlan
· 6 years ago
1beb7c3
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
by Victor Stinner
· 6 years ago
3842f29
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
by Victor Stinner
· 6 years ago
9ece4a5
Unmark files as executable that can't actually be executed. (GH-15353)
by Greg Price
· 6 years ago
9e66aba
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
by Joannah Nanjekye
· 6 years ago
4558563
Insert a missing close parenthesis (GH-15316)
by cocoatomo
· 6 years ago
0567786
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
by Jeroen Demeyer
· 6 years ago
854d0a4
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)
by Joannah Nanjekye
· 6 years ago
1b29af8
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
by Hai Shi
· 6 years ago
17a058e
Remove trailing .0 from version changed note (GH-14987)
by Nick Coghlan
· 6 years ago
bd26a44
Docs: Correct formatting of a multiline code block (GH-13806)
by Joseph Fox-Rabinovitz
· 6 years ago
1d8b04e
bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786)
by sgal
· 6 years ago
40d2226
Remove redundant docs of PyEval_EvalFrameEx (GH-14765)
by Hai Shi
· 6 years ago
59ad110
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
by Jeroen Demeyer
· 6 years ago
762f93f
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
by Jeroen Demeyer
· 6 years ago
f8709e8
bpo-37487: Fix PyList_GetItem index description. (GH-14623)
by Terry Jan Reedy
· 6 years ago
39a5d17
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
by Hai Shi
· 6 years ago
196a530
bpo-37483: add _PyObject_CallOneArg() function (#14558)
by Jeroen Demeyer
· 6 years ago
aeecf38
bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)
by Hai Shi
· 6 years ago
36242fd
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
by Victor Stinner
· 6 years ago
4a2edc3
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959)
by Pablo Galindo
· 6 years ago
b1263d5
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
by Jeroen Demeyer
· 6 years ago
b4bee03
bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
by Hai Shi
· 6 years ago
44f91c3
bpo-37390: Add audit event table to documentations (GH-14406)
by Steve Dower
· 6 years ago
bc5caf8
bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)
by Hai Shi
· 6 years ago
987a0dc
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
by Victor Stinner
· 6 years ago
5352cc4
bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159)
by Victor Stinner
· 6 years ago
1ce2656
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156)
by Victor Stinner
· 6 years ago
2ff58a2
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
by Victor Stinner
· 6 years ago
5600b5e
bpo-28805: document METH_FASTCALL (GH-14079)
by Jeroen Demeyer
· 6 years ago
a04ea4f
bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)
by Victor Stinner
· 6 years ago
2c9b498
bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019)
by Victor Stinner
· 6 years ago
dc24765
bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
by Zackery Spytz
· 6 years ago
9e3e06e
bpo-36974: document PEP 590 (GH-13450)
by Jeroen Demeyer
· 6 years ago
bdbad71
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
by Serhiy Storchaka
· 6 years ago
3b57f50
bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)
by Pablo Galindo
· 6 years ago
cd74e66
bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726)
by Pablo Galindo
· 6 years ago
545a3b8
Document changes for PyCode_New regarding PEP570 (GH-13706)
by Pablo Galindo
· 6 years ago
ada319b
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
by Antoine Pitrou
· 6 years ago
b76302d
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
by Pablo Galindo
· 6 years ago
3c8724f
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
by Zackery Spytz
· 6 years ago
eb65e24
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
by Jeroen Demeyer
· 6 years ago
331a6a5
bpo-36763: Implement the PEP 587 (GH-13592)
by Victor Stinner
· 6 years ago
b3a9843
Support Py_UNUSED() on clang (GH-13544)
by Victor Stinner
· 6 years ago
cf7d5ef
Fix typo: decription -> description (GH-13543)
by Xtreak
· 6 years ago
f1e17e9
bpo-34626: Document creating heap types from the C-API (GH-9154)
by Petr Viktorin
· 6 years ago
608876b
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778)
by Matěj Cepl
· 6 years ago
b82e17e
bpo-36842: Implement PEP 578 (GH-12613)
by Steve Dower
· 6 years ago
ef9d9b6
bpo-36829: Add sys.unraisablehook() (GH-13187)
by Victor Stinner
· 6 years ago
cbb6484
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
by Stéphane Wirtel
· 6 years ago
c1f7262
bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282)
by Victor Stinner
· 6 years ago
d28772a
bpo-36783: Add new references for C API Documentation changes (GH-13204)
by Edison A
· 6 years ago
85225b6
bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125)
by toonarmycaptain
· 6 years ago
5765ecf
bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147)
by Edison A
· 6 years ago
cec0184
Doc/c-api/exceptions.rst: fix grammar (#12091)
by Daniel Hahler
· 6 years ago
f781d20
bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667)
by Joannah Nanjekye
· 6 years ago
fde9b33
bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541)
by Pablo Galindo
· 6 years ago
c88fece
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
by Inada Naoki
· 6 years ago
4c409be
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
by Victor Stinner
· 6 years ago
f4efa31
Correct "inplace" with "in-place" (GH-10480)
by Andre Delfino
· 6 years ago
8c61739
bpo-36157:Document PyInterpreterState_Main() (GH-12238)
by Joannah Nanjekye
· 6 years ago
10654c1
bpo-20844: open script file with "rb" mode (GH-12616)
by Inada Naoki
· 6 years ago
ddbb978
C API docs: Py_IsInitialized is always safe to call (GH-12630)
by Nick Coghlan
· 6 years ago
d2fdd1f
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
by Eric Snow
· 6 years ago
7c4fcb6
Add the meaning of the returned value of PyTypeObject.tp_init (GH-12325)
by Stéphane Wirtel
· 6 years ago
ecc161d
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
by Emmanuel Arias
· 6 years ago
f4b0a1c
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
by pxinwr
· 6 years ago
4173772
Document the surprising sideeffect PyErr_Print(). (#12081)
by Gregory P. Smith
· 6 years ago
6a44f6e
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
by Serhiy Storchaka
· 6 years ago
d90a141
Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-11929)
by Sergey Fedoseev
· 6 years ago
8f59ee0
bpo-35224: PEP 572 Implementation (#10497)
by Emily Morehouse
· 7 years ago
Next »