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
/
import.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
1
-5/+5
*
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder
2023-10-25
1
-1/+0
*
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross
2023-10-04
1
-1/+1
*
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner
2023-09-29
1
-8/+0
*
gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522)
Serhiy Storchaka
2023-09-23
1
-5/+21
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
1
-4/+3
*
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon
2023-09-08
1
-12/+1
*
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner
2023-08-24
1
-0/+1
*
gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)
Victor Stinner
2023-08-23
1
-5/+3
*
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner
2023-08-22
1
-1/+2
*
gh-107471: Fix Refleaks in test_import (gh-107569)
Eric Snow
2023-08-02
1
-0/+1
*
no-issue: Fix typo in import.c (gh-107498)
Georg Brandl
2023-07-31
1
-1/+1
*
gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
Eric Snow
2023-07-28
1
-102/+122
*
gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-1...
Eric Snow
2023-07-27
1
-10/+11
*
Remove unused internal _PyImport_GetModuleId() function (#107235)
Victor Stinner
2023-07-25
1
-11/+0
*
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka
2023-07-18
1
-6/+1
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-1/+1
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
1
-22/+2
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
1
-1/+1
*
gh-106210 Remove Emscripten import trampoline (#106211)
Hood Chatham
2023-06-30
1
-12/+2
*
gh-106084: Remove old PyObject call aliases (#106085)
Victor Stinner
2023-06-26
1
-2/+2
*
gh-105927: PyImport_AddModule() uses _PyWeakref_GET_REF() (#106001)
Victor Stinner
2023-06-22
1
-3/+19
*
gh-105922: Use PyImport_AddModuleRef() function (#105999)
Victor Stinner
2023-06-22
1
-2/+1
*
gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import....
chgnrdv
2023-06-22
1
-0/+1
*
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner
2023-06-20
1
-10/+29
*
gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740)
Eric Snow
2023-06-14
1
-0/+15
*
gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)
Victor Stinner
2023-06-09
1
-0/+6
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
1
-7/+0
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-4/+4
*
gh-100227: Add a Granular Lock for _PyRuntime.imports.extensions.dict (gh-103...
Eric Snow
2023-04-25
1
-3/+10
*
gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794)
Eric Snow
2023-04-24
1
-4/+5
*
gh-102660: Fix is_core_module() (gh-103257)
Eric Snow
2023-04-04
1
-1/+13
*
gh-100227: Fix Cleanup of the Extensions Cache (gh-103150)
Eric Snow
2023-03-31
1
-1/+1
*
gh-100227: Make the Global PyModuleDef Cache Safe for Isolated Interpreters (...
Eric Snow
2023-03-29
1
-30/+145
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...
Irit Katriel
2023-03-19
1
-14/+14
*
gh-102660: Fix Refleaks in import.c (#102744)
Eric Snow
2023-03-16
1
-22/+28
*
gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)
Eric Snow
2023-03-14
1
-4/+31
*
gh-100227: Isolate the Import State to Each Interpreter (gh-101941)
Eric Snow
2023-03-09
1
-44/+54
*
gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254)
Eric Snow
2023-02-27
1
-4/+111
*
gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)
Eric Snow
2023-02-16
1
-0/+20
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
1
-9/+79
*
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ...
Eric Snow
2023-02-15
1
-2/+74
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
1
-702/+1288
*
gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)
Eric Snow
2023-02-14
1
-10/+95
*
gh-101670: typo fix in PyImport_ExtendInittab() (#101723)
Sergey B Kirpichev
2023-02-09
1
-1/+1
*
gh-101670: typo fix in PyImport_AppendInittab() (GH-101672)
Sergey B Kirpichev
2023-02-08
1
-1/+1
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
1
-0/+7
*
gh-99578: Fix refleak in _imp.create_builtin() (#99642)
Victor Stinner
2022-11-21
1
-1/+2
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner
2022-11-16
1
-2/+1
[next]