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-142776: Ensure fp file descriptor is closed on all code paths in import.c ...
stratakis
2025-12-19
1
-10/+4
*
gh-142029: Raise `ModuleNotFoundError` instead of crashing on nonexsistent mo...
dr-carlos
2025-12-15
1
-10/+22
*
gh-142666: Remove unused variable package in import logic (GH-142667)
Yongtao Huang
2025-12-14
1
-2/+0
*
gh-140550: Correct error message for PyModExport (PEP 793) hook (GH-142583)
Petr Viktorin
2025-12-12
1
-2/+2
*
gh-142029: Raise `ValueError` instead of crashing on empty name given to `cre...
dr-carlos
2025-12-10
1
-0/+6
*
gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)
Petr Viktorin
2025-11-24
1
-18/+28
*
gh-137422: Fix race condition in PyImport_AddModuleRef (gh-141822)
Sam Gross
2025-11-21
1
-6/+17
*
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
Itamar Oren
2025-11-14
1
-21/+53
*
gh-140550: Use a bool for the Py_mod_gil value (GH-141519)
Petr Viktorin
2025-11-14
1
-12/+14
*
gh-141376: Fix exported symbols (GH-141377)
Victor Stinner
2025-11-11
1
-1/+1
*
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin
2025-11-05
1
-26/+87
*
gh-140544: Always assume that thread locals are available (GH-140690)
Peter Bierma
2025-10-28
1
-14/+0
*
gh-140641: Break out of inittab search on match (GH-140642)
Itamar Oren
2025-10-27
1
-0/+1
*
gh-138310: Adds sys.audit event for import_module (#138311)
Lisa Roach
2025-09-19
1
-27/+0
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
1
-1/+2
*
gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-135491)
Eric Snow
2025-06-16
1
-6/+9
*
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
Eric Snow
2025-05-30
1
-1/+3
*
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka
2025-05-28
1
-6/+6
*
gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (#134117)
Nico-Posada
2025-05-18
1
-1/+3
*
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
Bénédikt Tran
2025-05-08
1
-1/+3
*
gh-102567: Add -X importtime=2 for logging an importtime message for already-...
Noah Kim
2025-05-06
1
-8/+28
*
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow
2025-04-28
1
-0/+14
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
1
-0/+1
*
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon
2025-03-17
1
-0/+1
*
gh-111178: Fix function signatures in misc files (#131180)
Victor Stinner
2025-03-13
1
-2/+3
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
1
-12/+24
*
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross
2025-02-20
1
-36/+7
*
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner
2025-01-31
1
-5/+10
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
1
-4/+4
*
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner
2025-01-06
1
-1/+1
*
gh-127864: Fix compiler warning (-Wstringop-truncation) (GH-127878)
Tomas R.
2024-12-16
1
-2/+3
*
gh-127865: Fix build failure for systems without thread local support (GH-127...
velemas
2024-12-12
1
-4/+4
*
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
[next]