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-127208: Reject null character in _imp.create_dynamic() (#127400)
Victor Stinner
2024-11-29
1
-3/+5
*
gh-126688: Reinit import lock after fork (#126692)
Sam Gross
2024-11-12
1
-0/+7
*
gh-126171: fix possible null dereference in _imp_find_frozen_impl (#126566)
Valery Fedorenko
2024-11-08
1
-1/+1
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
1
-1/+2
*
GH-125174: Make immortal objects more robust, following design from PEP 683 (...
Mark Shannon
2024-10-10
1
-1/+1
*
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Petr Viktorin
2024-09-20
1
-5/+13
*
gh-124160: Pass main_tstate to update_global_state_for_extension() (#124164)
luk1337
2024-09-19
1
-1/+1
*
gh-123091: Use more _Py_IsImmortalLoose() (GH-123602)
Petr Viktorin
2024-09-02
1
-1/+1
*
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner
2024-08-30
1
-1/+1
*
gh-122188: Remove _imp.pyc_magic_number (GH-122503)
Serhiy Storchaka
2024-08-02
1
-5/+1
*
gh-122188: Move magic number to its own file (#122243)
Michael Droettboom
2024-07-30
1
-15/+12
*
gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121503)
Eric Snow
2024-07-08
1
-19/+43
*
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Eric Snow
2024-06-25
1
-2/+2
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-3/+5
*
gh-120726: Fix compiler warnings on is_core_module() (#120727)
Kirill Podoprigora
2024-06-19
1
-1/+1
*
gh-115649: Copy the filename into main interpreter before intern in import.c ...
AN Long
2024-06-17
1
-1/+11
*
gh-117657: Fix TSAN race involving import lock (#118523)
Sam Gross
2024-06-06
1
-76/+7
*
Fix typos in documentation and comments (#119763)
Xie Yanbo
2024-06-04
1
-1/+1
*
gh-119584: Fix test_import Failed Assertion (gh-119623)
Eric Snow
2024-05-27
1
-2/+2
*
gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561)
Eric Snow
2024-05-25
1
-2/+1
*
gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)
Eric Snow
2024-05-07
1
-55/+197
*
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers
2024-05-07
1
-3/+98
*
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner
2024-05-05
1
-3/+6
*
gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)
Eric Snow
2024-05-04
1
-134/+546
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)
Eric Snow
2024-05-03
1
-94/+134
*
gh-117953: Work Relative to Specific Extension Kinds in the Import Machinery ...
Eric Snow
2024-05-01
1
-37/+114
*
gh-117953: Share More Machinery Code Between Builtin and Dynamic Extensions (...
Eric Snow
2024-04-29
1
-153/+159
*
gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-118203)
Eric Snow
2024-04-29
1
-91/+126
*
gh-117953: Add Internal struct _Py_ext_module_loader_info (gh-118194)
Eric Snow
2024-04-24
1
-40/+54
*
gh-117953: Let update_global_state_for_extension() Caller Decide If Singlepha...
Eric Snow
2024-04-24
1
-20/+93
*
gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)
Eric Snow
2024-04-24
1
-95/+154
*
gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167)
Eric Snow
2024-04-23
1
-49/+85
*
gh-117649: Raise ImportError for unsupported modules in free-threaded build (...
Sam Gross
2024-04-11
1
-0/+7
*
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon
2024-03-20
1
-1/+1
*
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner
2024-02-20
1
-3/+3
*
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner
2024-02-20
1
-0/+1
*
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner
2024-02-20
1
-2/+2
*
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...
Mark Shannon
2024-02-07
1
-1/+1
*
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon
2024-02-05
1
-1/+1
*
gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686)
Nikita Sobolev
2024-01-29
1
-1/+1
*
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross
2023-12-07
1
-7/+3
*
gh-112660: Do not clear arbitrary errors on import (GH-112661)
Serhiy Storchaka
2023-12-07
1
-11/+14
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
1
-2/+2
*
gh-111789: Simplify import.c by using PyDict_GetItemRef() (GH-111979)
Serhiy Storchaka
2023-11-14
1
-18/+17
*
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
[next]