FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/import.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
import.c
on
3.13
User selector
Datepicker
Commit history
Commits on Jun 8, 2026
[3.13] gh-150633: Properly handle null characters in the name when importing frozen modules (GH-150634) (GH-151102)
Show description for 4834b45
miss-islington
and
KowalskiThomas
authored
4834b45
View commit details
Copy full SHA for 4834b45
View code at this point
Browse repository at this point
Commits on May 27, 2026
[3.13] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350) (GH-150473) (GH-150526)
Show description for 6884051
serhiy-storchaka
authored
6884051
View commit details
Copy full SHA for 6884051
View code at this point
Browse repository at this point
Commits on Feb 16, 2026
[3.13] gh-144601: Avoid sharing exception objects raised in a `PyInit` function across multiple interpreters (GH-144602) (GH-144880)
Show description for 9314ec2
ZeroIntensity
authored
9314ec2
View commit details
Copy full SHA for 9314ec2
View code at this point
Browse repository at this point
Commits on Feb 11, 2026
[3.13] gh-143650: Fix importlib race condition on import failure (GH-143651) (#144697)
Show description for c117ef1
gpshead
authored
c117ef1
View commit details
Copy full SHA for c117ef1
View code at this point
Browse repository at this point
Commits on Dec 20, 2025
[3.13] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777) (#142989)
Show description for 4b8c9f5
stratakis
authored
4b8c9f5
View commit details
Copy full SHA for 4b8c9f5
View code at this point
Browse repository at this point
Commits on May 18, 2025
[3.13] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (GH-134117) (#134172)
Show description for 5230244
miss-islington
and
Nico-Posada
authored
5230244
View commit details
Copy full SHA for 5230244
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
[3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556)
Show description for 7c1b76f
serhiy-storchaka
authored
7c1b76f
View commit details
Copy full SHA for 7c1b76f
View code at this point
Browse repository at this point
Commits on Dec 12, 2024
[3.13] gh-127865: Fix build failure for systems without thread local support (GH-127866) (GH-127882)
Show description for f21b38c
miss-islington
and
velemas
authored
f21b38c
View commit details
Copy full SHA for f21b38c
View code at this point
Browse repository at this point
Commits on Nov 29, 2024
[3.13] gh-127208: Reject null character in _imp.create_dynamic() (GH-127400) (#127418)
Show description for c4a359d
miss-islington
and
vstinner
authored
c4a359d
View commit details
Copy full SHA for c4a359d
View code at this point
Browse repository at this point
Commits on Nov 12, 2024
[3.13] gh-126688: Reinit import lock after fork (GH-126692) (GH-126765)
Show description for 13fe8f9
miss-islington
and
colesbury
authored
13fe8f9
View commit details
Copy full SHA for 13fe8f9
View code at this point
Browse repository at this point
Commits on Nov 8, 2024
[3.13] gh-126171: fix possible null dereference in _imp_find_frozen_impl (GH-126566) (#126567)
Show description for 23468ac
miss-islington
and
federicovalenso
authored
23468ac
View commit details
Copy full SHA for 23468ac
View code at this point
Browse repository at this point
Commits on Sep 23, 2024
[3.13] gh-124160: Pass main_tstate to update_global_state_for_extension() (GH-124164) (#124250)
Show description for 9bae681
miss-islington
and
luk1337
authored
9bae681
View commit details
Copy full SHA for 9bae681
View code at this point
Browse repository at this point
[3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123950) (#124273)
Show description for de8dc92
authored
de8dc92
View commit details
Copy full SHA for de8dc92
View code at this point
Browse repository at this point
Commits on Sep 3, 2024
[3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622)
Show description for d655c65
encukou
authored
d655c65
View commit details
Copy full SHA for d655c65
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
[3.13] gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121517)
Show description for c1891e2
miss-islington
and
ericsnowcurrently
authored
c1891e2
View commit details
Copy full SHA for c1891e2
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
[3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)
Show description for c052b19
miss-islington
and
ericsnowcurrently
authored
c052b19
View commit details
Copy full SHA for c052b19
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520) (GH-120945)
Show description for 9769b7a
encukou
and
ericsnowcurrently
authored
9769b7a
View commit details
Copy full SHA for 9769b7a
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
[3.13] gh-120726: Fix compiler warnings on is_core_module() (GH-120727) (#120729)
Show description for 071b66b
miss-islington
and
Eclips4
authored
071b66b
View commit details
Copy full SHA for 071b66b
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
[3.13] gh-115649: Copy the filename into main interpreter before intern in import.c (GH-120315) (#120652)
Show description for 9172bc3
authored
9172bc3
View commit details
Copy full SHA for 9172bc3
View code at this point
Browse repository at this point
Commits on Jun 6, 2024
[3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)
Show description for 517733c
miss-islington
and
colesbury
authored
517733c
View commit details
Copy full SHA for 517733c
View code at this point
Browse repository at this point
Commits on May 27, 2024
[3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633)
Show description for 660125f
miss-islington
and
ericsnowcurrently
authored
660125f
View commit details
Copy full SHA for 660125f
View code at this point
Browse repository at this point
[3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) (gh-119632)
Show description for bd9983c
miss-islington
and
ericsnowcurrently
authored
bd9983c
View commit details
Copy full SHA for bd9983c
View code at this point
Browse repository at this point
Commits on May 7, 2024
gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)
Show description for b2cd54a
ericsnowcurrently
authored
b2cd54a
View commit details
Copy full SHA for b2cd54a
View code at this point
Browse repository at this point
gh-116322: Enable the GIL while loading C extension modules (#118560)
Show description for 853163d
swtaarrs
authored
853163d
View commit details
Copy full SHA for 853163d
View code at this point
Browse repository at this point
Commits on May 5, 2024
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Show description for aa61f8b
vstinner
authored
aa61f8b
View commit details
Copy full SHA for aa61f8b
View code at this point
Browse repository at this point
Commits on May 4, 2024
gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)
Show description for 291cfa4
ericsnowcurrently
authored
291cfa4
View commit details
Copy full SHA for 291cfa4
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6
swtaarrs
authored
c2627d6
View commit details
Copy full SHA for c2627d6
View code at this point
Browse repository at this point
gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)
Show description for f201628
ericsnowcurrently
authored
f201628
View commit details
Copy full SHA for f201628
View code at this point
Browse repository at this point
Commits on May 1, 2024
gh-117953: Work Relative to Specific Extension Kinds in the Import Machinery (gh-118205)
Show description for 526ca4c
ericsnowcurrently
authored
526ca4c
View commit details
Copy full SHA for 526ca4c
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
gh-117953: Share More Machinery Code Between Builtin and Dynamic Extensions (gh-118204)
Show description for 529a160
ericsnowcurrently
authored
529a160
View commit details
Copy full SHA for 529a160
View code at this point
Browse repository at this point
gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-118203)
Show description for 44f57a9
ericsnowcurrently
authored
44f57a9
View commit details
Copy full SHA for 44f57a9
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
gh-117953: Add Internal struct _Py_ext_module_loader_info (gh-118194)
Show description for 5865fa5
ericsnowcurrently
authored
5865fa5
View commit details
Copy full SHA for 5865fa5
View code at this point
Browse repository at this point
gh-117953: Let update_global_state_for_extension() Caller Decide If Singlephase or Not (gh-118193)
Show description for 1acd249
ericsnowcurrently
authored
1acd249
View commit details
Copy full SHA for 1acd249
View code at this point
Browse repository at this point
gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)
Show description for af3c1d8
ericsnowcurrently
authored
af3c1d8
View commit details
Copy full SHA for af3c1d8
View code at this point
Browse repository at this point
Commits on Apr 23, 2024
gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167)
Show description for 23950be
ericsnowcurrently
authored
23950be
View commit details
Copy full SHA for 23950be
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL