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
a27b7bc
User selector
Datepicker
Commit history
Commits on Jun 3, 2022
GH-93444: remove redundant fields from basicblock: b_nofallthrough, b_exit, b_return (GH-93445)
iritkatriel
authored
1713ff0
View commit details
Copy full SHA for 1713ff0
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
gh-93356: Lay out exception handling code at end of code unit (GH-92769)
iritkatriel
authored
94b1586
View commit details
Copy full SHA for 94b1586
View code at this point
Browse repository at this point
Commits on Jun 1, 2022
gh-92597: Improve error message for AST nodes with invalid ranges (GH-93398)
pablogsal
authored
8a221a8
View commit details
Copy full SHA for 8a221a8
View code at this point
Browse repository at this point
gh-90300: split --help output into separate options (#30331)
Show description for 8aa9d40
Éric
authored
8aa9d40
View commit details
Copy full SHA for 8aa9d40
View code at this point
Browse repository at this point
Commits on May 31, 2022
gh-92597: Ensure that AST nodes without explicit end positions can be compiled (GH-93359)
pablogsal
authored
705eaec
View commit details
Copy full SHA for 705eaec
View code at this point
Browse repository at this point
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH-93144)
sweeneyde
authored
f425f3b
View commit details
Copy full SHA for f425f3b
View code at this point
Browse repository at this point
GH-93354: Use exponential backoff to avoid excessive specialization attempts. (GH-93355)
markshannon
authored
eb618d5
View commit details
Copy full SHA for eb618d5
View code at this point
Browse repository at this point
Commits on May 30, 2022
gh-93351: Ensure the position information in AST nodes created by the parser is always consistent (GH-93352)
pablogsal
authored
5893b5d
View commit details
Copy full SHA for 5893b5d
View code at this point
Browse repository at this point
Commits on May 29, 2022
gh-93008: refactor compiler functions that add instructions to take only a basicblock* (not the whole compiler) (GH-93009)
iritkatriel
authored
ace6607
View commit details
Copy full SHA for ace6607
View code at this point
Browse repository at this point
Commits on May 27, 2022
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Show description for caa279d
ericsnowcurrently
authored
caa279d
View commit details
Copy full SHA for caa279d
View code at this point
Browse repository at this point
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
markshannon
authored
bbcf424
View commit details
Copy full SHA for bbcf424
View code at this point
Browse repository at this point
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
kumaraditya303
authored
cb04a09
View commit details
Copy full SHA for cb04a09
View code at this point
Browse repository at this point
gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)
sweeneyde
authored
ddc4a78
View commit details
Copy full SHA for ddc4a78
View code at this point
Browse repository at this point
Commits on May 26, 2022
gh-93217: fix some issues in man page and --help (#93219)
merwok
authored
da39719
View commit details
Copy full SHA for da39719
View code at this point
Browse repository at this point
Commits on May 25, 2022
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Fidget-Spinner
authored
5e6e5b9
View commit details
Copy full SHA for 5e6e5b9
View code at this point
Browse repository at this point
gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (#93199)
Show description for 5695c0e
vstinner
authored
5695c0e
View commit details
Copy full SHA for 5695c0e
View code at this point
Browse repository at this point
Commits on May 24, 2022
gh-93103: Py_DecodeLocale() uses _PyRuntime.preconfig (#93187)
Show description for 32b7bcf
vstinner
authored
32b7bcf
View commit details
Copy full SHA for 32b7bcf
View code at this point
Browse repository at this point
gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)
Show description for 5115a16
vstinner
authored
5115a16
View commit details
Copy full SHA for 5115a16
View code at this point
Browse repository at this point
Commits on May 23, 2022
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Show description for c1f5c90
authored
c1f5c90
View commit details
Copy full SHA for c1f5c90
View code at this point
Browse repository at this point
gh-93061: Mark as artificial: backwards jump after async for (GH-93062)
sweeneyde
authored
a458be3
View commit details
Copy full SHA for a458be3
View code at this point
Browse repository at this point
Commits on May 19, 2022
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth. (GH-92960)
markshannon
authored
3fd8610
View commit details
Copy full SHA for 3fd8610
View code at this point
Browse repository at this point
GH-90690: Remove `PRECALL` instruction (GH-92925)
markshannon
authored
e48ac9c
View commit details
Copy full SHA for e48ac9c
View code at this point
Browse repository at this point
Commits on May 18, 2022
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
markshannon
authored
a4460f2
View commit details
Copy full SHA for a4460f2
View code at this point
Browse repository at this point
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
Show description for 9a1adf2
authored
9a1adf2
View commit details
Copy full SHA for 9a1adf2
View code at this point
Browse repository at this point
Commits on May 17, 2022
gh-92782: unify the style of CFG traversal algorithms in the compiler (GH-92784)
iritkatriel
authored
8781a04
View commit details
Copy full SHA for 8781a04
View code at this point
Browse repository at this point
Commits on May 16, 2022
Improve object stats (#92845)
Show description for fa2b8b7
markshannon
authored
fa2b8b7
View commit details
Copy full SHA for fa2b8b7
View code at this point
Browse repository at this point
Commits on May 13, 2022
gh-89653: Use int type for Unicode kind (#92704)
Show description for f62ad4f
vstinner
authored
f62ad4f
View commit details
Copy full SHA for f62ad4f
View code at this point
Browse repository at this point
GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH-92722)
markshannon
authored
22a1db3
View commit details
Copy full SHA for 22a1db3
View code at this point
Browse repository at this point
Commits on May 12, 2022
Update outdated `LOAD_METHOD` comments in `Python/ceval.c` (GH-92641)
thatbirdguythatuknownot
authored
bdf9969
View commit details
Copy full SHA for bdf9969
View code at this point
Browse repository at this point
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
methane
authored
f9c9354
View commit details
Copy full SHA for f9c9354
View code at this point
Browse repository at this point
Commits on May 11, 2022
gh-92651: Remove the Include/token.h header file (#92652)
Show description for da5727a
vstinner
authored
da5727a
View commit details
Copy full SHA for da5727a
View code at this point
Browse repository at this point
gh-92632: Make function starunpack_helper run faster when encounters starred argument. (GH-92655)
zikcheng
authored
dc09120
View commit details
Copy full SHA for dc09120
View code at this point
Browse repository at this point
Commits on May 10, 2022
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH-92620)
iritkatriel
authored
7c6b7ad
View commit details
Copy full SHA for 7c6b7ad
View code at this point
Browse repository at this point
gh-88750: On Windows, PyThread_acquire_lock() no longer checks for NULL (#92586)
Show description for cb35402
vstinner
authored
cb35402
View commit details
Copy full SHA for cb35402
View code at this point
Browse repository at this point
Commits on May 9, 2022
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Show description for 6ed7c35
gpshead
authored
6ed7c35
View commit details
Copy full SHA for 6ed7c35
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL