COMMITS
/ Python/import.c November 20, 2019
V
bpo-36854: gcmodule.c gets its state from tstate (GH-17285)
Victor Stinner committed
October 2, 2019
V
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner committed
September 11, 2019
J
bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialized module (GH-15057)
Joannah Nanjekye committed
B
bpo-37409: fix relative import with no parent (#14956)
Ben Lewis committed
August 3, 2019
N
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
July 11, 2019
J
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 19, 2019
V
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
Victor Stinner committed
V
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner committed
V
bpo-36710: Add tstate parameter in import.c (GH-14218)
Victor Stinner committed
June 4, 2019
V
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner committed
June 1, 2019
E
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow committed
May 30, 2019
Z
bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096)
Zackery Spytz committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 13, 2019
V
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)
Victor Stinner committed
May 8, 2019
Z
bpo-24048: Save the live exception during import.c's remove_module() (GH-13005)
Zackery Spytz committed
May 2, 2019
V
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)
Victor Stinner committed
April 26, 2019
V
bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)
Victor Stinner committed
March 25, 2019
S
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
Stefan Krah committed
March 19, 2019
S
bpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined (GH-12430)
Stéphane Wirtel committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
January 10, 2019
Z
bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (GH-11128)
Zackery Spytz committed
December 11, 2018
S
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka committed
November 22, 2018
V
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 11, 2018
V
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner committed
November 5, 2018
S
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Serhiy Storchaka committed
November 1, 2018
V
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
V
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner committed
October 30, 2018
S
bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398)
Serhiy Storchaka committed
October 29, 2018
S
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
Serhiy Storchaka committed
September 12, 2018
B
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
August 1, 2018
V
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)
Victor Stinner committed
V
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner committed
May 14, 2018
U
bpo-33443 Fix typo in Python/import.c (GH-6722)
ukwksk committed
April 29, 2018
S
bpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr. (GH-6606)
Serhiy Storchaka committed
April 25, 2018
S
bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564)
Serhiy Storchaka committed
March 11, 2018
S
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
Serhiy Storchaka committed
January 29, 2018
B
rename _imp initialization function to follow conventions (#5432)
Benjamin Peterson committed
December 16, 2017
B
fix up signedness in PyImport_ExtendInittab (#4831)
Benjamin Peterson committed
December 12, 2017
V
import.c: Fix a GCC warning (#4822)
Victor Stinner committed
December 9, 2017
B
fix my byte-swapping implementation (#4772)
Benjamin Peterson committed
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
December 8, 2017
N
Fix missing DECREF of mod. (#4749)
Neil Schemenauer committed
December 6, 2017
V
bpo-32030: Add _PyImport_Fini2() (#4737)
Victor Stinner committed