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
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1/+1
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
1
-3/+0
*
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
Victor Stinner
2019-08-23
2
-0/+4
*
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Victor Stinner
2019-08-23
1
-2/+6
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
1
-0/+0
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
1
-2/+4
*
Insert a missing close parenthesis (GH-15316)
cocoatomo
2019-08-17
1
-1/+1
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
2
-2/+3
*
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)
Joannah Nanjekye
2019-08-02
1
-4/+12
*
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
Hai Shi
2019-07-31
1
-0/+6
*
Remove trailing .0 from version changed note (GH-14987)
Nick Coghlan
2019-07-28
1
-1/+1
*
Docs: Correct formatting of a multiline code block (GH-13806)
Joseph Fox-Rabinovitz
2019-07-17
1
-2/+4
*
bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786)
sgal
2019-07-16
1
-3/+1
*
Remove redundant docs of PyEval_EvalFrameEx (GH-14765)
Hai Shi
2019-07-14
1
-6/+6
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-0/+12
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-0/+11
*
bpo-37487: Fix PyList_GetItem index description. (GH-14623)
Terry Jan Reedy
2019-07-06
1
-3/+3
*
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
Hai Shi
2019-07-06
1
-1/+1
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-0/+11
*
bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)
Hai Shi
2019-07-03
1
-1/+1
*
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Victor Stinner
2019-07-01
1
-0/+7
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Pablo Galindo
2019-07-01
1
-10/+11
*
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Jeroen Demeyer
2019-06-28
1
-0/+22
*
bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
Hai Shi
2019-06-28
1
-1/+1
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
2
-5/+1
*
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
[next]