FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python - python/cpython · GitHub
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
36.1k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
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
c81a5e6
User selector
Datepicker
Commit history
Commits on Jun 18, 2024
gh-119574: Add some missing environment variables to '--help-env'. (GH-120006)
devdanzin
authored
c81a5e6
View commit details
Copy full SHA for c81a5e6
View code at this point
Browse repository at this point
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Show description for 9cefcc0
markshannon
authored
9cefcc0
View commit details
Copy full SHA for 9cefcc0
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368)
Show description for 362cd26
dpdani
authored
362cd26
View commit details
Copy full SHA for 362cd26
View code at this point
Browse repository at this point
gh-117657: Fix TSan reported data race on ioctl_works (#120175)
colesbury
authored
460cc9e
View commit details
Copy full SHA for 460cc9e
View code at this point
Browse repository at this point
gh-115649: Copy the filename into main interpreter before intern in import.c (#120315)
Show description for 28140d1
aisk
and
kumaraditya303
authored
28140d1
View commit details
Copy full SHA for 28140d1
View code at this point
Browse repository at this point
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (#119976)
Show description for 4bf17c3
picnixz
and
JelleZijlstra
authored
4bf17c3
View commit details
Copy full SHA for 4bf17c3
View code at this point
Browse repository at this point
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
Show description for 274f844
markshannon
authored
274f844
View commit details
Copy full SHA for 274f844
View code at this point
Browse repository at this point
gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold blocks (#120425)
iritkatriel
authored
21866c8
View commit details
Copy full SHA for 21866c8
View code at this point
Browse repository at this point
gh-83754: Use the Py_TYPE() macro (#120599)
Show description for c2d5df5
vstinner
authored
c2d5df5
View commit details
Copy full SHA for c2d5df5
View code at this point
Browse repository at this point
Commits on Jun 16, 2024
gh-120568: fix file leak in PyUnstable_CopyPerfMapFile (#120569)
carsonRadtke
authored
92cebaa
View commit details
Copy full SHA for 92cebaa
View code at this point
Browse repository at this point
Commits on Jun 15, 2024
gh-120526: Correct signature of map() builtin (GH-120528)
Show description for d4039d3
AdamWill
authored
d4039d3
View commit details
Copy full SHA for d4039d3
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Show description for b2e71ff
ericsnowcurrently
authored
b2e71ff
View commit details
Copy full SHA for b2e71ff
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
gh-117657: Fix some simple races in instrumentation.c (GH-120118)
Show description for b1b61dc
Fidget-Spinner
authored
b1b61dc
View commit details
Copy full SHA for b1b61dc
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
gh-120343: Fix column offsets of multiline tokens in tokenize (#120391)
lysnikolaou
authored
4b5d3e0
View commit details
Copy full SHA for 4b5d3e0
View code at this point
Browse repository at this point
gh-120400 :Support Linux perf profile to see Python calls on RISC-V architecture (#120089)
Show description for 4b1e85b
ixgbe00
and
pablogsal
authored
4b1e85b
View commit details
Copy full SHA for 4b1e85b
View code at this point
Browse repository at this point
gh-120029: remove unused macros in ``symtable.c`` (#120222)
Show description for 32d3e05
authored
32d3e05
View commit details
Copy full SHA for 32d3e05
View code at this point
Browse repository at this point
gh-93691: fix too broad source locations of for statement iterators (#120330)
iritkatriel
authored
97b69db
View commit details
Copy full SHA for 97b69db
View code at this point
Browse repository at this point
gh-120385: Fix reference leak in symtable (#120386)
Show description for 19435d2
Eclips4
authored
19435d2
View commit details
Copy full SHA for 19435d2
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
gh-120343: Do not reset byte_col_offset_diff after multiline tokens (#120352)
Show description for 1b62bce
lysnikolaou
and
blurb-it[bot]
authored
1b62bce
View commit details
Copy full SHA for 1b62bce
View code at this point
Browse repository at this point
gh-119180: PEP 649 compiler changes (#119361)
JelleZijlstra
authored
9b8611e
View commit details
Copy full SHA for 9b8611e
View code at this point
Browse repository at this point
Commits on Jun 10, 2024
gh-119666: fix multiple class-scope comprehensions referencing __class__ (#120295)
carljm
authored
0ae8579
View commit details
Copy full SHA for 0ae8579
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Show description for 55402d3
authored
55402d3
View commit details
Copy full SHA for 55402d3
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
gh-120225: fix crash in compiler on empty block at end of exception handler (#120235)
iritkatriel
authored
4fc82b6
View commit details
Copy full SHA for 4fc82b6
View code at this point
Browse repository at this point
gh-93691: fix too broad source locations of with-statement instructions (#120125)
iritkatriel
authored
eca3f77
View commit details
Copy full SHA for eca3f77
View code at this point
Browse repository at this point
Commits on Jun 6, 2024
gh-117657: Fix TSAN race involving import lock (#118523)
Show description for e21057b
colesbury
authored
e21057b
View commit details
Copy full SHA for e21057b
View code at this point
Browse repository at this point
gh-119786: move adaptive interpreter doc from Python to InternalsDoc (#120137)
iritkatriel
authored
eeb8f67
View commit details
Copy full SHA for eeb8f67
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
gh-117657: Fix race involving GC and heap initialization (#119923)
Show description for e69d068
colesbury
authored
e69d068
View commit details
Copy full SHA for e69d068
View code at this point
Browse repository at this point
Fix typos in documentation and comments (#119763)
xyb
authored
9e05261
View commit details
Copy full SHA for 9e05261
View code at this point
Browse repository at this point
gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021)
Show description for 5a1205b
vstinner
authored
5a1205b
View commit details
Copy full SHA for 5a1205b
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Show description for 105f22e
ericsnowcurrently
authored
105f22e
View commit details
Copy full SHA for 105f22e
View code at this point
Browse repository at this point
gh-117657: Fix race involving immortalizing objects (#119927)
Show description for 47fb432
colesbury
authored
47fb432
View commit details
Copy full SHA for 47fb432
View code at this point
Browse repository at this point
gh-117657: Avoid `sem_clockwait` in TSAN (#119915)
Show description for 41c1cef
colesbury
authored
41c1cef
View commit details
Copy full SHA for 41c1cef
View code at this point
Browse repository at this point
gh-119981: Use do while(0) in some symtable.c multi-line macros (#119982)
picnixz
authored
153b118
View commit details
Copy full SHA for 153b118
View code at this point
Browse repository at this point
Commits on Jun 1, 2024
gh-117657: Fix TSAN race in QSBR assertion (#119887)
Show description for 90ec19f
colesbury
authored
90ec19f
View commit details
Copy full SHA for 90ec19f
View code at this point
Browse repository at this point
gh-117657: Fix TSAN race in free-threaded GC (#119883)
Show description for 60593b2
colesbury
authored
60593b2
View commit details
Copy full SHA for 60593b2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL