FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python - 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
75k
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
Python
on
f46ebe6
User selector
Datepicker
Commit history
Commits on Jan 11, 2025
Make the Python CLI error message style more consistent (GH-128129)
9cel
authored
3a570c6
View commit details
Copy full SHA for 3a570c6
View code at this point
Browse repository at this point
Commits on Jan 10, 2025
gh-111178: fix UBSan failures in `Python/bltinmodule.c` (GH-128235)
Show description for 28ffdc5
picnixz
authored
28ffdc5
View commit details
Copy full SHA for 28ffdc5
View code at this point
Browse repository at this point
Commits on Jan 9, 2025
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
encukou
authored
1439b81
View commit details
Copy full SHA for 1439b81
View code at this point
Browse repository at this point
Commits on Jan 8, 2025
Remove unnecessary LIST_TO_TUPLE conversions (GH-126558)
brandtbucher
authored
004f9fd
View commit details
Copy full SHA for 004f9fd
View code at this point
Browse repository at this point
gh-111178: fix UBSan failures in `Python/context.c` (GH-128242)
Show description for 1da0901
picnixz
authored
1da0901
View commit details
Copy full SHA for 1da0901
View code at this point
Browse repository at this point
gh-111178: fix UBSan failures in `Python/hamt.c` (GH-128247)
Show description for c22302e
picnixz
authored
c22302e
View commit details
Copy full SHA for c22302e
View code at this point
Browse repository at this point
GH-127809: Fix the JIT's understanding of ** (GH-127844)
brandtbucher
authored
65ae3d5
View commit details
Copy full SHA for 65ae3d5
View code at this point
Browse repository at this point
Commits on Jan 7, 2025
gh-115999: Add free-threaded specialization for COMPARE_OP (#126410)
Show description for 8f93dd8
Yhg1s
and
corona10
authored
8f93dd8
View commit details
Copy full SHA for 8f93dd8
View code at this point
Browse repository at this point
gh-128146: Exclude os/log.h import on older macOS versions. (#128165)
Show description for e837a1f
freakboy3742
authored
e837a1f
View commit details
Copy full SHA for e837a1f
View code at this point
Browse repository at this point
Commits on Jan 6, 2025
GH-128533: Add `NOT_TAKEN` instruction after bytecode optimization. (GH-128554)
markshannon
authored
2434fd2
View commit details
Copy full SHA for 2434fd2
View code at this point
Browse repository at this point
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
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
vstinner
authored
f89e5e2
View commit details
Copy full SHA for f89e5e2
View code at this point
Browse repository at this point
Commits on Jan 2, 2025
Remove asserts that confuse `enum _framestate` with `enum _frameowner` (GH-124148)
Show description for a626f9a
andersk
authored
a626f9a
View commit details
Copy full SHA for a626f9a
View code at this point
Browse repository at this point
Commits on Dec 31, 2024
gh-128277: make globals variables thread safe in socket module (#128286)
kumaraditya303
authored
e389d6c
View commit details
Copy full SHA for e389d6c
View code at this point
Browse repository at this point
gh-128262: Allow specialization of calls to classes with __slots__ (GH-128263)
Fidget-Spinner
authored
7ef4907
View commit details
Copy full SHA for 7ef4907
View code at this point
Browse repository at this point
Commits on Dec 30, 2024
gh-119786: Mention `InternalDocs/interpreter.md` instead of non-existing `adaptive.md` (#128329)
Show description for fe4dd07
WolframAlph
and
ZeroIntensity
authored
fe4dd07
View commit details
Copy full SHA for fe4dd07
View code at this point
Browse repository at this point
gh-119180: Set the name of the param to __annotate__ to "format" (#124730)
JelleZijlstra
authored
3480124
View commit details
Copy full SHA for 3480124
View code at this point
Browse repository at this point
Commits on Dec 23, 2024
gh-128195: Add `_REPLACE_WITH_TRUE` to the tier2 optimizer (GH-128203)
Show description for 30efede
WolframAlph
authored
30efede
View commit details
Copy full SHA for 30efede
View code at this point
Browse repository at this point
gh-114203: Optimise simple recursive critical sections (#128126)
Show description for 180d417
Yhg1s
authored
180d417
View commit details
Copy full SHA for 180d417
View code at this point
Browse repository at this point
Commits on Dec 20, 2024
gh-128049: Fix type confusion bug with the return value of a custom ExceptionGroup split function (#128079)
Nico-Posada
authored
3879ca0
View commit details
Copy full SHA for 3879ca0
View code at this point
Browse repository at this point
GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-128121)
markshannon
authored
128cc47
View commit details
Copy full SHA for 128cc47
View code at this point
Browse repository at this point
gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (#128047)
Show description for 45e6dd6
hauntsaninja
authored
45e6dd6
View commit details
Copy full SHA for 45e6dd6
View code at this point
Browse repository at this point
Commits on Dec 19, 2024
gh-127274: Defer nested methods (#128012)
Show description for 255762c
mpage
authored
255762c
View commit details
Copy full SHA for 255762c
View code at this point
Browse repository at this point
gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)
Show description for 1b15c89
nascheme
authored
1b15c89
View commit details
Copy full SHA for 1b15c89
View code at this point
Browse repository at this point
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 Dec 18, 2024
gh-128033: change `PyMutex_LockFast` to take `PyMutex` as argument (#128054)
Show description for 91c5508
kumaraditya303
authored
91c5508
View commit details
Copy full SHA for 91c5508
View code at this point
Browse repository at this point
Commits on Dec 17, 2024
gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746)
Show description for 7303f06
picnixz
and
vstinner
authored
7303f06
View commit details
Copy full SHA for 7303f06
View code at this point
Browse repository at this point
Commits on Dec 16, 2024
Free arena on _PyCompile_AstOptimize failure in Py_CompileStringObject (GH-127910)
Show description for cfeaa99
berkerpeksag
authored
cfeaa99
View commit details
Copy full SHA for cfeaa99
View code at this point
Browse repository at this point
gh-127864: Fix compiler warning (-Wstringop-truncation) (GH-127878)
tomasr8
authored
0816738
View commit details
Copy full SHA for 0816738
View code at this point
Browse repository at this point
Commits on Dec 13, 2024
gh-115999: Specialize loading attributes from modules in free-threaded builds (#127711)
Show description for 2de048c
mpage
authored
2de048c
View commit details
Copy full SHA for 2de048c
View code at this point
Browse repository at this point
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
markshannon
authored
e62e1ca
View commit details
Copy full SHA for e62e1ca
View code at this point
Browse repository at this point
gh-126868: Add freelist for compact int objects (GH-126865)
eendebakpt
authored
5fc6bb2
View commit details
Copy full SHA for 5fc6bb2
View code at this point
Browse repository at this point
Commits on Dec 12, 2024
gh-127865: Fix build failure for systems without thread local support (GH-127866)
Show description for f823910
velemas
authored
f823910
View commit details
Copy full SHA for f823910
View code at this point
Browse repository at this point
Commits on Dec 11, 2024
gh-115999: Specialize `CALL_KW` in free-threaded builds (#127713)
Show description for c84928e
mpage
authored
c84928e
View commit details
Copy full SHA for c84928e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL