6267 Commits (e3babbd03cd2bcb3c85deabae3bc6976aa95a3c3)

Author SHA1 Message Date
Pablo Galindo e3babbd03c
Correct signature of __build_class__ (GH-16735) 6 years ago
Hansraj Das a8e0d3141e Typo fix: "throuhgh" should be "through". (GH-16704) 6 years ago
Dong-hee Na a05fcd3c7a bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) 6 years ago
Hansraj Das 01171ebd96 Typo fix: "empy" should be "empty". (GH-16666) 6 years ago
Hansraj Das 5dfbb4d503 Fix typo in _warnings.warn_explicit() docstring (GH-16625) 6 years ago
Victor Stinner c02b41b1fb
bpo-38353: getpath.c: allocates strings on the heap (GH-16585) 6 years ago
Joannah Nanjekye 8855e47d09 bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558) 6 years ago
Victor Stinner 03a8a56fac
bpo-38353: Add subfunctions to getpath.c (GH-16572) 6 years ago
Victor Stinner 61691d8336
bpo-38353: Cleanup includes in the internal C API (GH-16548) 6 years ago
Victor Stinner 8462a4936b
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) 6 years ago
Victor Stinner 3c30a76f3d
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) 6 years ago
Victor Stinner fb4ae152a9
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) 6 years ago
Brandt Bucher f185a73249 bpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_FUNCTION_EX. (GH-16467) 6 years ago
Victor Stinner 441b10cf28
bpo-38304: Add PyConfig.struct_size (GH-16451) 6 years ago
Victor Stinner 12f2f177fc
bpo-38234: Py_Initialize() sets global path configuration (GH-16421) 6 years ago
Victor Stinner 8bf39b606e
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402) 6 years ago
Victor Stinner 1ce152a42e
bpo-38234: Py_SetPath() uses the program full path (GH-16357) 6 years ago
Victor Stinner 9c42f8cda5
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) 6 years ago
Victor Stinner 88e6447451
bpo-38236: Fix init_dump_ascii_wstr() (GH-16333) 6 years ago
Victor Stinner fcdb027234
bpo-38236: Dump path config at first import error (GH-16300) 6 years ago
Raymond Hettinger b104ecbbaf
Shorter docstring (GH-16322) 6 years ago
Ammar Askar 87d6cd3604 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) 6 years ago
Victor Stinner e267793aa4
bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) 6 years ago
Victor Stinner c422167749
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307) 6 years ago
Eddie Elizondo 3368f3c6ae bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) 6 years ago
Victor Stinner 1ce16fb097
bpo-38070: Py_FatalError() logs runtime state (GH-16246) 6 years ago
Victor Stinner d3b904144e
bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245) 6 years ago
Victor Stinner 8fa3e1740b
bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244) 6 years ago
Eddie Elizondo 0247e80f3c Fix leaks in Python-ast.c (#16127) 6 years ago
Serhiy Storchaka 279f44678c
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
Greg Price 3a4f66707e Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013) 6 years ago
Dino Viehland 8d88e8c662 bpo-38138: Fix memory leak introduced by interned strings (GH-16053) 6 years ago
T. Wouters 99b54d6817 Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050) 6 years ago
Mark Shannon 355f3e1e5c Fix depth-first-search computation in compile.c (GH-16042) 6 years ago
Jason R. Coombs 8ed6503eca bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) 6 years ago
Benjamin Peterson 39de95b746
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) 6 years ago
Dino Viehland ac46eb4ad6 bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957) 6 years ago
Dong-hee Na 145cf1f50c bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard-coded value (GH-15651) 6 years ago
Dino Viehland 5b172c27f7 bpo-38113: Update Python/ast.c to PEP-384 (GH-15975) 6 years ago
Raymond Hettinger 7117074410 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) 6 years ago
Joannah Nanjekye 37c2220698 bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialized module (GH-15057) 6 years ago
Jeroen Demeyer 7a6873cdb1 bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) 6 years ago
Ben Lewis 92420b3e67 bpo-37409: fix relative import with no parent (#14956) 6 years ago
Jordon Xu 2ec7010206 bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) 6 years ago
Jason R. Coombs 17499d8270 bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) 6 years ago
Pablo Galindo a511c7a496 bpo-38090: Fix reference leak in ceval.c (GH-15848) 6 years ago
Serhiy Storchaka 88bdb9280b bpo-36781: Optimize sum() for bools. (#13074) 6 years ago
Benjamin Peterson f1c19031fd bpo-38068: Clean up gettimeofday configure logic. (GH-15775) 6 years ago
Serhiy Storchaka 43c9731334 bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824) 6 years ago
Anthony Sottile 65366bc8bd bpo-20490: Improve circular import error message (GH-15308) 6 years ago