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.14
User selector
Datepicker
Commit history
Commits on Jul 9, 2026
[3.14] gh-152132: Fix Py_RunMain() to return an exit code (#153446) (#153455)
Show description for 62c34a6
vstinner
authored
62c34a6
View commit details
Copy full SHA for 62c34a6
View code at this point
Browse repository at this point
Commits on Dec 10, 2025
[3.14] gh-139927: Fix test_embed on OpenIndiana (GH-142514) (#142520)
Show description for 35df805
miss-islington
and
vstinner
authored
35df805
View commit details
Copy full SHA for 35df805
View code at this point
Browse repository at this point
Commits on Nov 29, 2025
[3.14] gh-140011: Delete importdl assertion that prevents importing embedded modules from packages (GH-141605) (#141986)
Show description for f7d17ac
itamaro
authored
f7d17ac
View commit details
Copy full SHA for f7d17ac
View code at this point
Browse repository at this point
Commits on Oct 24, 2025
[3.14] gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094) (#140524)
Show description for 6efd78d
kumaraditya303
and
ZeroIntensity
authored
6efd78d
View commit details
Copy full SHA for 6efd78d
View code at this point
Browse repository at this point
Commits on Oct 7, 2025
[3.14] gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support (GH-134606) (GH-139050)
Show description for cec4ddf
miss-islington
and
ZeroIntensity
authored
cec4ddf
View commit details
Copy full SHA for cec4ddf
View code at this point
Browse repository at this point
Commits on Sep 29, 2025
[3.14] gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_sys_options` (GH-139147) (#139413)
Show description for 146a37b
miss-islington
and
zeff-ir
authored
146a37b
View commit details
Copy full SHA for 146a37b
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
Commits on Mar 7, 2025
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Show description for 89df62c
markshannon
authored
89df62c
View commit details
Copy full SHA for 89df62c
View code at this point
Browse repository at this point
Commits on Mar 6, 2025
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
tom-pytel
authored
aeb2327
View commit details
Copy full SHA for aeb2327
View code at this point
Browse repository at this point
Commits on Feb 7, 2025
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
iritkatriel
authored
a1417b2
View commit details
Copy full SHA for a1417b2
View code at this point
Browse repository at this point
Commits on Jan 27, 2025
GH-128914: Remove all but one conditional stack effects (GH-129226)
Show description for 75b4962
markshannon
authored
75b4962
View commit details
Copy full SHA for 75b4962
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and the code generators (GH-128918)" (GH-129202)
Show description for a10f993
colesbury
authored
a10f993
View commit details
Copy full SHA for a10f993
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code generators (GH-128918)
markshannon
authored
ab61d3f
View commit details
Copy full SHA for ab61d3f
View code at this point
Browse repository at this point
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Show description for 8ceb6cb
vstinner
authored
8ceb6cb
View commit details
Copy full SHA for 8ceb6cb
View code at this point
Browse repository at this point
gh-129033: Remove _Py_InitializeMain() function (#129034)
Show description for 07c3518
vstinner
and
ncoghlan
authored
07c3518
View commit details
Copy full SHA for 07c3518
View code at this point
Browse repository at this point
Commits on Jan 6, 2025
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
markshannon
authored
f826bec
View commit details
Copy full SHA for f826bec
View code at this point
Browse repository at this point
Commits on Dec 19, 2024
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
markshannon
authored
d2f1d91
View commit details
Copy full SHA for d2f1d91
View code at this point
Browse repository at this point
gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)
corona10
authored
48c70b8
View commit details
Copy full SHA for 48c70b8
View code at this point
Browse repository at this point
Commits on Nov 15, 2024
gh-125063: marshal: Add version 5, improve documentation (GH-126829)
Show description for d00f7b1
encukou
and
mdboom
authored
d00f7b1
View commit details
Copy full SHA for d00f7b1
View code at this point
Browse repository at this point
Commits on Oct 29, 2024
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Show description for faa3272
markshannon
authored
faa3272
View commit details
Copy full SHA for faa3272
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518)
sobolevn
authored
c8a1818
View commit details
Copy full SHA for c8a1818
View code at this point
Browse repository at this point
gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
rruuaanng
authored
546dddc
View commit details
Copy full SHA for 546dddc
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Show description for 7c4b6a6
ncoghlan
and
willingc
authored
7c4b6a6
View commit details
Copy full SHA for 7c4b6a6
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
gh-107954: Fix configuration type for the perf profiler (#124636)
pablogsal
authored
02b49c5
View commit details
Copy full SHA for 02b49c5
View code at this point
Browse repository at this point
Commits on Sep 19, 2024
gh-124160: Pass main_tstate to update_global_state_for_extension() (#124164)
luk1337
authored
7331d0f
View commit details
Copy full SHA for 7331d0f
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
gh-123919: Fix null handling in `_freeze_module.c` (#123920)
sobolevn
authored
c8d1dbe
View commit details
Copy full SHA for c8d1dbe
View code at this point
Browse repository at this point
Commits on Sep 4, 2024
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
vstinner
authored
0d6b6e3
View commit details
Copy full SHA for 0d6b6e3
View code at this point
Browse repository at this point
gh-107954, PEP 741: Adjust Python initialization config (#123663)
Show description for b423ae6
vstinner
authored
b423ae6
View commit details
Copy full SHA for b423ae6
View code at this point
Browse repository at this point
Commits on Sep 3, 2024
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Show description for ef9d547
vstinner
authored
ef9d547
View commit details
Copy full SHA for ef9d547
View code at this point
Browse repository at this point
Commits on Aug 17, 2024
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Show description for d061ffe
colesbury
authored
d061ffe
View commit details
Copy full SHA for d061ffe
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL