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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
Joannah Nanjekye
2019-09-06
1
-1/+0
*
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye
2019-09-05
2
-1/+2
*
bpo-37781: use "z" for PY_FORMAT_SIZE_T (GH-15156)
Inada Naoki
2019-08-30
1
-13/+6
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1/+1
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
Rémi Lapeyre
2019-08-29
1
-1/+1
*
bpo-36763: Make Py_BytesMain() public (GH-15532)
Victor Stinner
2019-08-26
2
-2/+2
*
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner
2019-08-26
1
-12/+13
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
2
-1/+3
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
1
-0/+1
*
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Victor Stinner
2019-08-23
1
-0/+2
*
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Victor Stinner
2019-08-23
1
-0/+3
*
Fix _PyTime_MIN/MAX values (GH-15384)
Sergey Fedoseev
2019-08-23
1
-2/+2
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
1
-0/+1
*
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
-1/+1
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
1
-2/+1
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
3
-3/+3
*
bpo-37340: remove free_list for bound method objects (GH-14232)
Inada Naoki
2019-07-26
1
-5/+0
*
bpo-29548: deprecate PyEval_Call* functions (GH-14804)
Jeroen Demeyer
2019-07-24
1
-10/+10
*
bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...
Pablo Galindo
2019-07-14
1
-2/+2
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-0/+18
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-0/+14
*
Typo fix in file Include/object.h (GH-14556)
Hansraj Das
2019-07-05
1
-2/+2
*
bpo-37151: remove _PyMethodDef_RawFastCall* functions (GH-14603)
Jeroen Demeyer
2019-07-05
1
-14/+0
*
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer
2019-07-05
2
-10/+0
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-0/+12
*
bpo-36904: Optimize _PyStack_UnpackDict (GH-14517)
Jeroen Demeyer
2019-07-02
1
-18/+0
*
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Victor Stinner
2019-07-01
1
-0/+3
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Pablo Galindo
2019-07-01
1
-0/+5
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
2
-4/+7
*
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Jeroen Demeyer
2019-06-28
1
-0/+16
*
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner
2019-06-25
1
-0/+6
*
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner
2019-06-25
1
-3/+0
*
bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
Jeroen Demeyer
2019-06-20
1
-5/+0
*
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
Victor Stinner
2019-06-19
2
-7/+6
*
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner
2019-06-19
2
-1/+1
*
bpo-36710: Add tstate parameter in import.c (GH-14218)
Victor Stinner
2019-06-19
5
-10/+10
*
bpo-35134: Add Include/cpython/import.h header file (GH-14213)
Victor Stinner
2019-06-18
3
-51/+74
*
bpo-37151: remove _PyFunction_FastCallDict (GH-13864)
Jeroen Demeyer
2019-06-18
1
-6/+0
*
bpo-37189: Export old PyRun_XXX() functions (#14142)
Victor Stinner
2019-06-17
1
-2/+18
*
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner
2019-06-17
2
-1/+9
*
bpo-37231: remove _PyObject_FastCall_Prepend (GH-14153)
Jeroen Demeyer
2019-06-17
1
-6/+0
*
bpo-37249: add declaration of _PyObject_GetMethod (GH-14015)
Jeroen Demeyer
2019-06-14
1
-0/+3
*
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Michael Felt
2019-06-13
1
-1/+1
*
bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)
Victor Stinner
2019-06-13
4
-2/+6
*
bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
Victor Stinner
2019-06-13
1
-1/+0
*
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Victor Stinner
2019-06-13
1
-0/+3
*
bpo-37160: Thread native ID NetBSD support (GH-13835)
David Carlier
2019-06-12
1
-1/+1
*
Bump to 3.9.0a0
Łukasz Langa
2019-06-04
1
-4/+4
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
1
-3/+3
[next]