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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36710: Add PyInterpreterState.runtime field (GH-17270)
Victor Stinner
2019-11-20
4
-82/+70
*
bpo-38823: Fix refleak in marshal init error path (GH-17260)
Brandt Bucher
2019-11-20
1
-1/+4
*
bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266)
Victor Stinner
2019-11-20
2
-5/+12
*
bpo-38858: Reorganize pycore_init_types() (GH-17265)
Victor Stinner
2019-11-19
1
-20/+11
*
bpo-38644: Add _PyEval_EvalCode() (GH-17183)
Victor Stinner
2019-11-16
1
-4/+24
*
bpo-38644: Add _PyObject_Call() (GH-17089)
Victor Stinner
2019-11-14
3
-15/+19
*
bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131)
Victor Stinner
2019-11-14
1
-5/+7
*
bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052)
Victor Stinner
2019-11-08
1
-17/+31
*
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner
2019-11-07
1
-0/+3
*
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
Jeroen Demeyer
2019-11-05
1
-19/+30
*
closes bpo-37633: Reëxport some function compatibility wrappers for macros i...
Benjamin Peterson
2019-11-05
1
-16/+16
*
bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
Victor Stinner
2019-11-05
2
-1/+16
*
bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997)
Victor Stinner
2019-11-04
1
-7/+7
*
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner
2019-11-04
1
-0/+18
*
closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002)
Max Bernstein
2019-10-31
1
-1/+0
*
bpo-38640: Allow break and continue in always false while loops (GH-16992)
Pablo Galindo
2019-10-30
1
-0/+8
*
bpo-38535: Fix positions for AST nodes for calls without arguments in decorat...
Serhiy Storchaka
2019-10-26
1
-2/+4
*
Fix typo in formatter_unicode (GH-16831)
Hansraj Das
2019-10-25
1
-1/+1
*
bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869)
Serhiy Storchaka
2019-10-21
1
-2/+26
*
Typo fix - implemention should be implementation (GH-16806)
Hansraj Das
2019-10-15
1
-1/+1
*
bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...
Vinay Sajip
2019-10-15
3
-15/+16
*
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16...
Pablo Galindo
2019-10-14
1
-3/+9
*
Correct signature of __build_class__ (GH-16735)
Pablo Galindo
2019-10-13
1
-1/+1
*
Typo fix: "throuhgh" should be "through". (GH-16704)
Hansraj Das
2019-10-11
1
-1/+1
*
bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)
Dong-hee Na
2019-10-10
1
-1/+2
*
Typo fix: "empy" should be "empty". (GH-16666)
Hansraj Das
2019-10-09
1
-1/+1
*
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
Hansraj Das
2019-10-08
1
-1/+1
*
bpo-38353: getpath.c: allocates strings on the heap (GH-16585)
Victor Stinner
2019-10-04
1
-9/+20
*
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-...
Joannah Nanjekye
2019-10-04
1
-2/+8
*
bpo-38353: Add subfunctions to getpath.c (GH-16572)
Victor Stinner
2019-10-04
1
-4/+6
*
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner
2019-10-02
1
-0/+1
*
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner
2019-10-01
5
-54/+13
*
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner
2019-10-01
6
-114/+12
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Victor Stinner
2019-09-29
3
-45/+85
*
bpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_FUNCTION_EX. (GH-16467)
Brandt Bucher
2019-09-29
1
-0/+2
*
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner
2019-09-28
6
-28/+175
*
bpo-38234: Py_Initialize() sets global path configuration (GH-16421)
Victor Stinner
2019-09-26
2
-9/+24
*
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
Victor Stinner
2019-09-26
1
-5/+28
*
bpo-38234: Py_SetPath() uses the program full path (GH-16357)
Victor Stinner
2019-09-24
1
-4/+7
*
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
Victor Stinner
2019-09-23
1
-149/+166
*
bpo-38236: Fix init_dump_ascii_wstr() (GH-16333)
Victor Stinner
2019-09-23
1
-0/+1
*
bpo-38236: Dump path config at first import error (GH-16300)
Victor Stinner
2019-09-23
1
-2/+97
*
Shorter docstring (GH-16322)
Raymond Hettinger
2019-09-21
2
-4/+4
*
bpo-38237: Make pow's arguments have more descriptive names and be keyword pa...
Ammar Askar
2019-09-21
2
-26/+32
*
bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298)
Victor Stinner
2019-09-20
1
-0/+7
*
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
Victor Stinner
2019-09-20
2
-64/+45
*
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo
2019-09-19
1
-2/+7
*
bpo-38070: Py_FatalError() logs runtime state (GH-16246)
Victor Stinner
2019-09-17
1
-26/+59
*
bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245)
Victor Stinner
2019-09-17
1
-3/+8
*
bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244)
Victor Stinner
2019-09-17
1
-5/+8
[next]