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
/
Misc
/
NEWS.d
/
next
/
C API
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38395: Fix ownership in weakref.proxy methods (GH-16632)
Pablo Galindo
2019-10-08
1
-0/+3
*
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
Victor Stinner
2019-10-07
1
-0/+3
*
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-...
Joannah Nanjekye
2019-10-04
1
-0/+1
*
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner
2019-10-01
1
-3/+0
*
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner
2019-09-28
1
-0/+3
*
bpo-38234: Py_SetPath() uses the program full path (GH-16357)
Victor Stinner
2019-09-24
1
-0/+3
*
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
Victor Stinner
2019-09-23
1
-2/+3
*
bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298)
Victor Stinner
2019-09-20
1
-0/+2
*
bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290)
Victor Stinner
2019-09-20
1
-0/+1
*
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo
2019-09-19
1
-0/+2
*
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
Zackery Spytz
2019-09-12
1
-0/+1
*
bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670)
Daniel Andrade
2019-09-11
1
-0/+2
*
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Jeroen Demeyer
2019-09-11
1
-0/+1
*
bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G...
Eddie Elizondo
2019-09-11
1
-0/+2
*
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
Joannah Nanjekye
2019-09-06
1
-0/+4
*
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Victor Stinner
2019-08-23
1
-0/+2
*
bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415)
Victor Stinner
2019-08-23
1
-0/+1
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
1
-0/+2
*
bpo-37207: enable vectorcall for type.__call__ (GH-14588)
Jeroen Demeyer
2019-08-15
1
-0/+3
*
bpo-29548: deprecate PyEval_Call* functions (GH-14804)
Jeroen Demeyer
2019-07-24
1
-0/+3
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-2/+2
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-1/+2
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-0/+2
*
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Victor Stinner
2019-07-01
1
-0/+1
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Pablo Galindo
2019-07-01
1
-0/+3
*
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Jeroen Demeyer
2019-06-28
1
-0/+1
*
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner
2019-06-17
1
-0/+6
*
bpo-28805: document METH_FASTCALL (GH-14079)
Jeroen Demeyer
2019-06-16
1
-0/+1
*
bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940)
Christian Heimes
2019-06-10
1
-0/+1
*
bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
Zackery Spytz
2019-06-06
1
-0/+1
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
7
-17/+0
*
bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546)
Zackery Spytz
2019-05-31
1
-0/+2
*
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer
2019-05-29
1
-0/+2
*
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
Jeroen Demeyer
2019-05-28
1
-0/+3
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-0/+1
*
bpo-37017: PyObject_CallMethodObjArgs uses LOAD_METHOD optimization (GH-13516)
Michael J. Sullivan
2019-05-26
1
-0/+4
*
bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390)
Victor Stinner
2019-05-17
1
-0/+3
*
bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)
Victor Stinner
2019-05-13
1
-0/+2
*
Python 3.8.0a4
v3.8.0a4
Łukasz Langa
2019-05-06
6
-24/+0
*
bpo-36763: Fix Py_SetStandardStreamEncoding() (GH-13028)
Victor Stinner
2019-04-30
1
-0/+2
*
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
Paul Ganssle
2019-04-27
1
-0/+5
*
bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)
Inada Naoki
2019-04-16
1
-0/+2
*
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Victor Stinner
2019-04-11
1
-0/+5
*
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner
2019-03-27
1
-0/+6
*
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Eddie Elizondo
2019-03-27
1
-0/+4
*
v3.8.0a3
v3.8.0a3
Łukasz Langa
2019-03-25
2
-4/+0
*
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)
Inada Naoki
2019-03-23
1
-0/+2
*
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner
2019-03-01
1
-0/+2
*
[blurb] v3.8.0a1
Łukasz Langa
2019-02-03
22
-43/+0
*
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner
2019-01-22
1
-0/+3
[next]