FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python - Glyphack/cpython · GitHub
Glyphack
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
main
User selector
Datepicker
Commit history
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-121804: always show error location for SyntaxError's in basic repl (#123202)
skirpichev
authored
6822cb2
View commit details
Copy full SHA for 6822cb2
View code at this point
Browse repository at this point
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 Sep 2, 2024
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Show description for 33b7909
vstinner
and
picnixz
authored
33b7909
View commit details
Copy full SHA for 33b7909
View code at this point
Browse repository at this point
gh-121404: enforce that codegen doesn't access compiler, and compiler doesn't use codegen macros (#123575)
iritkatriel
authored
fbb26f0
View commit details
Copy full SHA for fbb26f0
View code at this point
Browse repository at this point
gh-123091: Use more _Py_IsImmortalLoose() (GH-123602)
Show description for 57c471a
encukou
authored
57c471a
View commit details
Copy full SHA for 57c471a
View code at this point
Browse repository at this point
gh-123091: Use _Py_IsImmortalLoose() (#123511)
Show description for f1a0d96
vstinner
authored
f1a0d96
View commit details
Copy full SHA for f1a0d96
View code at this point
Browse repository at this point
Commits on Sep 1, 2024
gh-123553: Fix compile warning in `compile.c` (#123578)
sobolevn
authored
91b7f2e
View commit details
Copy full SHA for 91b7f2e
View code at this point
Browse repository at this point
gh-123553: Fix compiler warning in `Python/compile.c` (#123554)
Eclips4
authored
084e0f3
View commit details
Copy full SHA for 084e0f3
View code at this point
Browse repository at this point
Commits on Aug 30, 2024
gh-121404: rearrange code in compile.c so that codegen functions come first and compiler functions second (#123510)
iritkatriel
authored
6bfbfc6
View commit details
Copy full SHA for 6bfbfc6
View code at this point
Browse repository at this point
gh-122854: Add Py_HashBuffer() function (#122855)
vstinner
authored
d8e69b2
View commit details
Copy full SHA for d8e69b2
View code at this point
Browse repository at this point
gh-121485: Always use 64-bit integers for integers bits count (GH-121486)
Show description for 32c7dbb
serhiy-storchaka
authored
32c7dbb
View commit details
Copy full SHA for 32c7dbb
View code at this point
Browse repository at this point
Commits on Aug 28, 2024
gh-123142: fix too wide source location of GET_ITER/GET_AITER (#123420)
iritkatriel
authored
61bef62
View commit details
Copy full SHA for 61bef62
View code at this point
Browse repository at this point
gh-123344: Add missing ast optimizations for PEP 696 (#123377)
Show description for be083ce
authored
be083ce
View commit details
Copy full SHA for be083ce
View code at this point
Browse repository at this point
Commits on Aug 27, 2024
gh-123271: Make builtin zip method safe under free-threading (#123272)
Show description for 7e38e67
eendebakpt
authored
7e38e67
View commit details
Copy full SHA for 7e38e67
View code at this point
Browse repository at this point
gh-121404: split compiler_nameop into a codegen part and a compiler part (#123398)
iritkatriel
authored
d24d1c9
View commit details
Copy full SHA for d24d1c9
View code at this point
Browse repository at this point
GH-117759: Document incremental GC (GH-123266)
Show description for f49a916
markshannon
authored
f49a916
View commit details
Copy full SHA for f49a916
View code at this point
Browse repository at this point
gh-121404: compiler_visit_* --> codegen_visit_* (#123382)
iritkatriel
authored
da43026
View commit details
Copy full SHA for da43026
View code at this point
Browse repository at this point
GH-123232: Factor BINARY_SLICE and STORE_SLICE to handle stats properly for tier 2. (GH-123381)
markshannon
authored
54a05a4
View commit details
Copy full SHA for 54a05a4
View code at this point
Browse repository at this point
Commits on Aug 24, 2024
Remove comment from pystate created in 2003 (#123259)
tonybaloney
authored
86f06cb
View commit details
Copy full SHA for 86f06cb
View code at this point
Browse repository at this point
Commits on Aug 23, 2024
gh-117376: Make `Py_DECREF` a macro in ceval.c in free-threaded build (#122975)
Show description for 556e855
colesbury
authored
556e855
View commit details
Copy full SHA for 556e855
View code at this point
Browse repository at this point
gh-123205: `Python/bytecodes.c`: Fix compiler warning (#123206)
Show description for 67f2c84
Eclips4
authored
67f2c84
View commit details
Copy full SHA for 67f2c84
View code at this point
Browse repository at this point
gh-121404: more compiler_* -> codegen_*, class_body and comprehensions (#123262)
iritkatriel
authored
bf1b5d3
View commit details
Copy full SHA for bf1b5d3
View code at this point
Browse repository at this point
GH-122298: Restore printing of GC stats (GH-123261)
markshannon
authored
7cd3aa4
View commit details
Copy full SHA for 7cd3aa4
View code at this point
Browse repository at this point
GH-123232: Fix "not specialized" stats (GH-123236)
markshannon
authored
0b0f7be
View commit details
Copy full SHA for 0b0f7be
View code at this point
Browse repository at this point
gh-121404: compiler_annassign --> codegen_annassign (#123245)
iritkatriel
authored
5fce482
View commit details
Copy full SHA for 5fce482
View code at this point
Browse repository at this point
GH-123040: Specialize shadowed `LOAD_ATTR`. (GH-123219)
markshannon
authored
5d3201f
View commit details
Copy full SHA for 5d3201f
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT`` (gh-123092)
corona10
authored
297f2e0
View commit details
Copy full SHA for 297f2e0
View code at this point
Browse repository at this point
gh-121404: remove redundant c_nestlevel. more compiler abstractions. more macro usage consistency (#123225)
iritkatriel
authored
4abc1c1
View commit details
Copy full SHA for 4abc1c1
View code at this point
Browse repository at this point
GH-123197: Only count an instruction as deferred if it hasn't deopted first. (GH-123222)
Show description for a3d8c05
markshannon
authored
a3d8c05
View commit details
Copy full SHA for a3d8c05
View code at this point
Browse repository at this point
GH-118093: Specialize calls to non-vectorcall classes as `CALL_NON_PY_GENERAL` (GH-123212)
Show description for 427b106
brandtbucher
authored
427b106
View commit details
Copy full SHA for 427b106
View code at this point
Browse repository at this point
Commits on Aug 21, 2024
gh-123142: Fix too wide source locations in tracebacks of exceptions from broken iterables in comprehensions (#123173)
iritkatriel
authored
ec89620
View commit details
Copy full SHA for ec89620
View code at this point
Browse repository at this point
GH-115776: Allow any fixed sized object to have inline values (GH-123192)
markshannon
authored
a4fd7aa
View commit details
Copy full SHA for a4fd7aa
View code at this point
Browse repository at this point
gh-121404: split fblock handling into compiler_* and codegen_* parts (#123199)
iritkatriel
authored
4b7c488
View commit details
Copy full SHA for 4b7c488
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL