FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Programs - 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.6k
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
Programs
on
3.15
User selector
Datepicker
Commit history
Commits on Jul 9, 2026
[3.15] gh-152132: Fix Py_RunMain() to return an exit code (GH-153446) (#153454)
Show description for 76c28fc
miss-islington
and
vstinner
authored
76c28fc
View commit details
Copy full SHA for 76c28fc
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
[3.15] gh-151177: Fix race condition in `_testembed` (GH-151293) (GH-151312)
Show description for 491768d
miss-islington
and
ZeroIntensity
authored
491768d
View commit details
Copy full SHA for 491768d
View code at this point
Browse repository at this point
Commits on May 6, 2026
gh-149101: Implement PEP 788 (GH-149116)
Show description for 2b7c28a
authored
2b7c28a
View commit details
Copy full SHA for 2b7c28a
View code at this point
Browse repository at this point
Commits on May 2, 2026
gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
NekoAsakura
authored
7c9ad27
View commit details
Copy full SHA for 7c9ad27
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
GH-145668: Add FOR_ITER specialization for virtual iterators. Specialize GET_ITER. (GH-147967)
Show description for 600f4db
markshannon
authored
600f4db
View commit details
Copy full SHA for 600f4db
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
gh-146302: make Py_IsInitialized() thread-safe and reflect true init completion (GH-146303)
Show description for 64afa94
gpshead
and
claude
authored
64afa94
View commit details
Copy full SHA for 64afa94
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Show description for 879c85f
markshannon
authored
879c85f
View commit details
Copy full SHA for 879c85f
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
gh-127958: Trace from RESUME in the JIT (GH-145905)
Fidget-Spinner
authored
3d0824a
View commit details
Copy full SHA for 3d0824a
View code at this point
Browse repository at this point
Commits on Mar 6, 2026
gh-141510: Change marshal version to 6 (#145551)
Show description for 4fce98a
vstinner
authored
4fce98a
View commit details
Copy full SHA for 4fce98a
View code at this point
Browse repository at this point
Commits on Mar 4, 2026
gh-142417: Restore private _Py_InitializeMain() function (#145472)
Show description for 31343cf
vstinner
and
encukou
authored
31343cf
View commit details
Copy full SHA for 31343cf
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Show description for 46d5106
authored
46d5106
View commit details
Copy full SHA for 46d5106
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
gh-144319: Fix huge page safety in pymalloc arenas (#144331)
Show description for 96e4cd6
pablogsal
authored
96e4cd6
View commit details
Copy full SHA for 96e4cd6
View code at this point
Browse repository at this point
Commits on Dec 10, 2025
gh-139927: Fix test_embed on OpenIndiana (#142514)
Show description for c76cfe8
vstinner
authored
c76cfe8
View commit details
Copy full SHA for c76cfe8
View code at this point
Browse repository at this point
Commits on Nov 26, 2025
gh-140011: Delete importdl assertion that prevents importing embedded modules from packages (GH-141605)
itamaro
authored
27f62eb
View commit details
Copy full SHA for 27f62eb
View code at this point
Browse repository at this point
Commits on Nov 14, 2025
gh-116146: Avoid empty braces in _testembed.c (GH-141556)
encukou
authored
eab7385
View commit details
Copy full SHA for eab7385
View code at this point
Browse repository at this point
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
Show description for 1e4e59b
authored
1e4e59b
View commit details
Copy full SHA for 1e4e59b
View code at this point
Browse repository at this point
Commits on Nov 13, 2025
gh-135801: Add the module parameter to compile() etc (GH-139652)
Show description for d8e6bdc
serhiy-storchaka
authored
d8e6bdc
View commit details
Copy full SHA for d8e6bdc
View code at this point
Browse repository at this point
Commits on Oct 2, 2025
gh-89745: Remove test_embed.test_init_read_set() (#139500)
Show description for 6826ebf
vstinner
authored
6826ebf
View commit details
Copy full SHA for 6826ebf
View code at this point
Browse repository at this point
Commits on Sep 29, 2025
gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_sys_options` (#139147)
Show description for 9c6a1f8
zeff-ir
authored
9c6a1f8
View commit details
Copy full SHA for 9c6a1f8
View code at this point
Browse repository at this point
Commits on Sep 17, 2025
gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support (GH-134606)
Show description for a648813
ZeroIntensity
authored
a648813
View commit details
Copy full SHA for a648813
View code at this point
Browse repository at this point
Commits on Sep 15, 2025
gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
sobolevn
authored
baf7470
View commit details
Copy full SHA for baf7470
View code at this point
Browse repository at this point
Commits on Aug 6, 2025
Use PyInitConfig API in _freeze_module.c (#137423)
vstinner
authored
c17f378
View commit details
Copy full SHA for c17f378
View code at this point
Browse repository at this point
Commits on Jul 25, 2025
gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094)
Show description for 9b451fb
ZeroIntensity
authored
9b451fb
View commit details
Copy full SHA for 9b451fb
View code at this point
Browse repository at this point
Commits on Jul 15, 2025
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Show description for c89a66f
AA-Turner
and
vstinner
authored
c89a66f
View commit details
Copy full SHA for c89a66f
View code at this point
Browse repository at this point
Commits on May 27, 2025
GH-132554: "Virtual" iterators (GH-132555)
Show description for f6f4e8a
markshannon
authored
f6f4e8a
View commit details
Copy full SHA for f6f4e8a
View code at this point
Browse repository at this point
Commits on May 21, 2025
gh-131185: Use a proper thread-local for cached thread states (gh-132510)
Show description for b8998fe
ZeroIntensity
authored
b8998fe
View commit details
Copy full SHA for b8998fe
View code at this point
Browse repository at this point
Commits on May 19, 2025
Revert "gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)" (gh-134256)
Show description for 27bd082
ZeroIntensity
authored
27bd082
View commit details
Copy full SHA for 27bd082
View code at this point
Browse repository at this point
gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)
Show description for 9859791
ZeroIntensity
authored
9859791
View commit details
Copy full SHA for 9859791
View code at this point
Browse repository at this point
Commits on May 9, 2025
gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c (#133665)
Show description for 6d9ec4e
vstinner
authored
6d9ec4e
View commit details
Copy full SHA for 6d9ec4e
View code at this point
Browse repository at this point
Commits on May 6, 2025
gh-102567: Add -X importtime=2 for logging an importtime message for already-loaded modules (#118655)
Show description for c4bcc6a
noahbkim
and
AA-Turner
authored
c4bcc6a
View commit details
Copy full SHA for c4bcc6a
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
gh-132661: Implement PEP 750 (#132662)
Show description for 6020260
authored
6020260
View commit details
Copy full SHA for 6020260
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
Show description for 053c285
mpage
authored
053c285
View commit details
Copy full SHA for 053c285
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
GH-130296: Remove `_PyOpcode_max_stack_effect` as it is no longer used (GH-131493)
markshannon
authored
83d54fa
View commit details
Copy full SHA for 83d54fa
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
gh-126835: Move constant tuple folding from ast_opt to CFG (#130769)
WolframAlph
authored
75103d9
View commit details
Copy full SHA for 75103d9
View code at this point
Browse repository at this point
Commits on Mar 14, 2025
gh-130480: Move duplicate `LOAD_SMALL_INT` optimization from codegen to CFG (#130481)
WolframAlph
authored
55815a6
View commit details
Copy full SHA for 55815a6
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL