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-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
*
Fix leaks in Python-ast.c (#16127)
Eddie Elizondo
2019-09-14
1
-1/+5
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
6
-13/+13
*
Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)
Greg Price
2019-09-12
1
-1/+1
*
bpo-38138: Fix memory leak introduced by interned strings (GH-16053)
Dino Viehland
2019-09-12
1
-0/+1
*
Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050)
T. Wouters
2019-09-12
1
-24/+30
*
Fix depth-first-search computation in compile.c (GH-16042)
Mark Shannon
2019-09-12
1
-30/+24
*
bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)
Jason R. Coombs
2019-09-12
1
-1032/+912
*
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
Benjamin Peterson
2019-09-11
1
-8/+6
*
bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)
Dino Viehland
2019-09-11
1
-1388/+2462
*
bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard...
Dong-hee Na
2019-09-11
1
-754/+755
*
bpo-38113: Update Python/ast.c to PEP-384 (GH-15975)
Dino Viehland
2019-09-11
1
-4/+3
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger
2019-09-11
2
-7/+7
*
bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialize...
Joannah Nanjekye
2019-09-11
1
-23/+46
*
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Jeroen Demeyer
2019-09-11
1
-1/+1
*
bpo-37409: fix relative import with no parent (#14956)
Ben Lewis
2019-09-11
1
-11/+13
*
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu
2019-09-10
3
-7/+7
*
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
Jason R. Coombs
2019-09-10
1
-613/+612
*
bpo-38090: Fix reference leak in ceval.c (GH-15848)
Pablo Galindo
2019-09-10
1
-1/+0
*
bpo-36781: Optimize sum() for bools. (#13074)
Serhiy Storchaka
2019-09-10
1
-2/+2
*
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
Benjamin Peterson
2019-09-10
2
-12/+1
*
bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824)
Serhiy Storchaka
2019-09-10
1
-131/+307
*
bpo-20490: Improve circular import error message (GH-15308)
Anthony Sottile
2019-09-09
1
-4/+11
*
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
Joannah Nanjekye
2019-09-06
1
-5/+0
*
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye
2019-09-05
1
-9/+3
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
2
-15/+9
*
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka
2019-09-01
2
-14/+8
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
2
-3/+3
[next]