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
57a357b
User selector
Datepicker
Commit history
Commits on May 11, 2023
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
carljm
authored
7726245
View commit details
Copy full SHA for 7726245
View code at this point
Browse repository at this point
gh-87849: fix SEND specialization family definition (GH-104268)
carljm
authored
1670729
View commit details
Copy full SHA for 1670729
View code at this point
Browse repository at this point
gh-104357: fix inlined comprehensions that close over iteration var (#104368)
carljm
authored
fcd5fb4
View commit details
Copy full SHA for fcd5fb4
View code at this point
Browse repository at this point
Commits on May 10, 2023
GH-102181: Improve specialization stats for SEND (GH-102182)
penguin-wwy
authored
373bca0
View commit details
Copy full SHA for 373bca0
View code at this point
Browse repository at this point
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Show description for 7a3b035
seberg
and
mdickinson
authored
7a3b035
View commit details
Copy full SHA for 7a3b035
View code at this point
Browse repository at this point
Commits on May 9, 2023
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Show description for c3b595e
authored
c3b595e
View commit details
Copy full SHA for c3b595e
View code at this point
Browse repository at this point
gh-104184: fix building --with-pydebug --enable-pystats (#104217)
carljm
authored
afe7703
View commit details
Copy full SHA for afe7703
View code at this point
Browse repository at this point
gh-104240: return code unit metadata from codegen (#104300)
iritkatriel
authored
ca95edf
View commit details
Copy full SHA for ca95edf
View code at this point
Browse repository at this point
Commits on May 8, 2023
gh-99113: A Per-Interpreter GIL! (gh-104210)
Show description for 5c9ee49
ericsnowcurrently
authored
5c9ee49
View commit details
Copy full SHA for 5c9ee49
View code at this point
Browse repository at this point
Commits on May 7, 2023
gh-103650: Fix perf maps address format (#103651)
art049
authored
8d95012
View commit details
Copy full SHA for 8d95012
View code at this point
Browse repository at this point
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
iritkatriel
authored
2c2dc61
View commit details
Copy full SHA for 2c2dc61
View code at this point
Browse repository at this point
gh-104018: remove unused format "z" handling in string formatfloat() (#104107)
Show description for 69621d1
belm0
authored
69621d1
View commit details
Copy full SHA for 69621d1
View code at this point
Browse repository at this point
gh-103886: Improve `builtins.__doc__` (#104179)
Show description for b35711d
tomasr8
and
JelleZijlstra
authored
b35711d
View commit details
Copy full SHA for b35711d
View code at this point
Browse repository at this point
Commits on May 6, 2023
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
Show description for 92d8bff
ericsnowcurrently
authored
92d8bff
View commit details
Copy full SHA for 92d8bff
View code at this point
Browse repository at this point
gh-104233: Fix "unused variable" warning in `ceval_gil.c` (#104234)
sobolevn
authored
6616710
View commit details
Copy full SHA for 6616710
View code at this point
Browse repository at this point
Commits on May 5, 2023
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Show description for f3e7eb4
ericsnowcurrently
authored
f3e7eb4
View commit details
Copy full SHA for f3e7eb4
View code at this point
Browse repository at this point
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06
ericsnowcurrently
authored
a9c6e06
View commit details
Copy full SHA for a9c6e06
View code at this point
Browse repository at this point
gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
Show description for 55671fe
ericsnowcurrently
authored
55671fe
View commit details
Copy full SHA for 55671fe
View code at this point
Browse repository at this point
GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque for users of PEP 523. (GH-96849)
markshannon
authored
a0df9ee
View commit details
Copy full SHA for a0df9ee
View code at this point
Browse repository at this point
Commits on May 4, 2023
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Show description for 45398ad
vstinner
authored
45398ad
View commit details
Copy full SHA for 45398ad
View code at this point
Browse repository at this point
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Show description for cd9a56c
authored
cd9a56c
View commit details
Copy full SHA for cd9a56c
View code at this point
Browse repository at this point
Commits on May 3, 2023
gh-103845: Remove line & instruction instrumentations before adding them back (GH-103851)
gaogaotiantian
authored
bcea36f
View commit details
Copy full SHA for bcea36f
View code at this point
Browse repository at this point
GH-84976: Move Lib/datetime.py to Lib/_pydatetime
Show description for 65c4a2b
pganssle
authored and
Yhg1s
committed
65c4a2b
View commit details
Copy full SHA for 65c4a2b
View code at this point
Browse repository at this point
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)
Show description for 292076a
ericsnowcurrently
authored
292076a
View commit details
Copy full SHA for 292076a
View code at this point
Browse repository at this point
Commits on May 2, 2023
gh-94673: Hide Objects in PyTypeObject Behind Accessors (gh-104074)
Show description for f73abf8
ericsnowcurrently
authored
f73abf8
View commit details
Copy full SHA for f73abf8
View code at this point
Browse repository at this point
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Interpreter (gh-104072)
Show description for fdd8786
ericsnowcurrently
authored
fdd8786
View commit details
Copy full SHA for fdd8786
View code at this point
Browse repository at this point
Commits on May 1, 2023
gh-87092: Expose assembler to unit tests (#103988)
iritkatriel
authored
80b7148
View commit details
Copy full SHA for 80b7148
View code at this point
Browse repository at this point
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Show description for 59bc36a
ericsnowcurrently
authored
59bc36a
View commit details
Copy full SHA for 59bc36a
View code at this point
Browse repository at this point
gh-103895: Improve how invalid `Exception.__notes__` are displayed (#103897)
pR0Ps
authored
487f55d
View commit details
Copy full SHA for 487f55d
View code at this point
Browse repository at this point
Commits on Apr 30, 2023
gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)
Fidget-Spinner
authored
ed95e8c
View commit details
Copy full SHA for ed95e8c
View code at this point
Browse repository at this point
Commits on Apr 29, 2023
gh-87092: change assembler to use instruction sequence instead of CFG (#103933)
iritkatriel
authored
fbf3596
View commit details
Copy full SHA for fbf3596
View code at this point
Browse repository at this point
GH-103082: Code cleanup in instrumentation code (#103474)
markshannon
authored
738c226
View commit details
Copy full SHA for 738c226
View code at this point
Browse repository at this point
Commits on Apr 28, 2023
gh-98040: Remove just the `imp` module (#98573)
warsaw
authored
e1f1464
View commit details
Copy full SHA for e1f1464
View code at this point
Browse repository at this point
gh-103978: avoid using 'class' as an identifier (#103979)
carljm
authored
ebf97c5
View commit details
Copy full SHA for ebf97c5
View code at this point
Browse repository at this point
Commits on Apr 27, 2023
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Show description for d2e2e53
ericsnowcurrently
authored
d2e2e53
View commit details
Copy full SHA for d2e2e53
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL