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
*
bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)
Hai Shi
2019-06-20
1
-1/+1
*
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner
2019-06-19
1
-15/+0
*
bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159)
Victor Stinner
2019-06-17
1
-1/+2
*
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156)
Victor Stinner
2019-06-17
1
-8/+16
*
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner
2019-06-17
1
-0/+10
*
bpo-28805: document METH_FASTCALL (GH-14079)
Jeroen Demeyer
2019-06-16
1
-12/+51
*
bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)
Victor Stinner
2019-06-13
1
-1/+1
*
bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019)
Victor Stinner
2019-06-13
1
-4/+15
*
bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
Zackery Spytz
2019-06-06
1
-2/+4
*
bpo-36974: document PEP 590 (GH-13450)
Jeroen Demeyer
2019-06-02
2
-122/+276
*
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka
2019-06-01
2
-1/+11
*
bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)
Pablo Galindo
2019-06-01
1
-1/+1
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
1
-0/+2
*
Document changes for PyCode_New regarding PEP570 (GH-13706)
Pablo Galindo
2019-05-31
1
-0/+3
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-0/+5
*
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
Pablo Galindo
2019-05-28
1
-1/+1
*
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz
2019-05-28
1
-0/+12
*
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
Jeroen Demeyer
2019-05-28
1
-0/+26
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
3
-0/+1026
*
Support Py_UNUSED() on clang (GH-13544)
Victor Stinner
2019-05-24
1
-1/+1
*
Fix typo: decription -> description (GH-13543)
Xtreak
2019-05-24
1
-1/+1
*
bpo-34626: Document creating heap types from the C-API (GH-9154)
Petr Viktorin
2019-05-24
2
-17/+127
*
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...
Matěj Cepl
2019-05-23
1
-6/+6
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
3
-0/+77
*
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner
2019-05-22
1
-0/+5
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
58
-58/+58
*
bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282)
Victor Stinner
2019-05-13
1
-7/+0
*
bpo-36783: Add new references for C API Documentation changes (GH-13204)
Edison A
2019-05-13
1
-6/+6
*
bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125)
toonarmycaptain
2019-05-08
1
-12/+12
*
bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_...
Edison A
2019-05-07
1
-0/+16
*
Doc/c-api/exceptions.rst: fix grammar (#12091)
Daniel Hahler
2019-05-06
1
-2/+2
*
bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly ...
Joannah Nanjekye
2019-04-29
1
-0/+24
*
bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can termi...
Pablo Galindo
2019-04-13
1
-0/+12
*
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
Inada Naoki
2019-04-13
1
-1/+5
*
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Victor Stinner
2019-04-11
1
-2/+9
*
Correct "inplace" with "in-place" (GH-10480)
Andre Delfino
2019-04-08
1
-2/+2
*
bpo-36157:Document PyInterpreterState_Main() (GH-12238)
Joannah Nanjekye
2019-04-01
1
-0/+5
*
bpo-20844: open script file with "rb" mode (GH-12616)
Inada Naoki
2019-04-01
1
-0/+4
*
C API docs: Py_IsInitialized is always safe to call (GH-12630)
Nick Coghlan
2019-03-30
1
-0/+1
*
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
Eric Snow
2019-03-15
1
-0/+12
*
Add the meaning of the returned value of PyTypeObject.tp_init (GH-12325)
Stéphane Wirtel
2019-03-15
1
-0/+2
*
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
Emmanuel Arias
2019-03-07
1
-1/+1
*
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
pxinwr
2019-03-04
2
-6/+6
*
Document the surprising sideeffect PyErr_Print(). (#12081)
Gregory P. Smith
2019-02-27
1
-2/+6
*
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
2
-12/+57
*
Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-...
Sergey Fedoseev
2019-02-25
1
-1/+1
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
1
-0/+3
*
Fix documented signatures for C API functions. (GH-11236)
Serhiy Storchaka
2018-12-19
2
-5/+5
*
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
Serhiy Storchaka
2018-12-18
7
-4/+35
*
Fixed a few obvious mistakes in c-api docs (GH-11184)
Beomsoo Kim
2018-12-17
2
-3/+3
[next]