FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Programs - 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
74.9k
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
Programs
on
3.12
User selector
Datepicker
Commit history
Commits on Sep 27, 2024
[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065)
Show description for 49f6beb
encukou
and
ericsnowcurrently
authored
49f6beb
View commit details
Copy full SHA for 49f6beb
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
[3.12] gh-123919: Fix null handling in `_freeze_module.c` (GH-123920) (#123949)
Show description for cbfeb6a
miss-islington
and
sobolevn
authored
cbfeb6a
View commit details
Copy full SHA for cbfeb6a
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
[3.12] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122250)
Show description for 5bd2ea2
ericsnowcurrently
authored
5bd2ea2
View commit details
Copy full SHA for 5bd2ea2
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
[3.12] gh-93691: fix too broad source locations of for statement iterators (GH-120330 (#120405)
Show description for 5a6cc3c
iritkatriel
authored
5a6cc3c
View commit details
Copy full SHA for 5a6cc3c
View code at this point
Browse repository at this point
Commits on Apr 22, 2023
gh-84436: Implement Immortal Objects (gh-19474)
Show description for ea2c001
eduardo-elizondo
authored
ea2c001
View commit details
Copy full SHA for ea2c001
View code at this point
Browse repository at this point
Commits on Apr 19, 2023
gh-102856: Initial implementation of PEP 701 (#102855)
Show description for 1ef61cf
authored
1ef61cf
View commit details
Copy full SHA for 1ef61cf
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
gh-103326: Remove `Python/importlib.h` (GH-103331)
Show description for 7f3c106
authored
7f3c106
View commit details
Copy full SHA for 7f3c106
View code at this point
Browse repository at this point
Commits on Apr 5, 2023
GH-88691: Shrink the CALL caches (GH-103230)
brandtbucher
authored
b4978ff
View commit details
Copy full SHA for b4978ff
View code at this point
Browse repository at this point
Commits on Mar 29, 2023
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
brandtbucher
authored
121057a
View commit details
Copy full SHA for 121057a
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
gh-102650: Remove duplicate include directives from multiple source files (#102651)
Show description for 85ba8a3
chgnrdv
authored
85ba8a3
View commit details
Copy full SHA for 85ba8a3
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin-wwy
authored
753fc8a
View commit details
Copy full SHA for 753fc8a
View code at this point
Browse repository at this point
Commits on Dec 22, 2022
GH-99554: Pack location tables more effectively (GH-99556)
brandtbucher
authored
3c033a2
View commit details
Copy full SHA for 3c033a2
View code at this point
Browse repository at this point
Commits on Dec 10, 2022
gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)
Show description for 228c92e
kkpattern
and
kumaraditya303
authored
228c92e
View commit details
Copy full SHA for 228c92e
View code at this point
Browse repository at this point
Commits on Dec 9, 2022
GH-98522: Add version number to code objects. (GH-98525)
Show description for fb713b2
markshannon
authored
fb713b2
View commit details
Copy full SHA for fb713b2
View code at this point
Browse repository at this point
Commits on Nov 24, 2022
gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)
Show description for 4e5f2db
SQLPATCH
authored
4e5f2db
View commit details
Copy full SHA for 4e5f2db
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
GH-90699: disallow `_Py_IDENTIFIER` in core code (GH-99210)
kumaraditya303
authored
6e3cc72
View commit details
Copy full SHA for 6e3cc72
View code at this point
Browse repository at this point
Commits on Oct 30, 2022
gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)
Show description for 05e4886
ncoghlan
authored
05e4886
View commit details
Copy full SHA for 05e4886
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Show description for 22863df
markshannon
authored
22863df
View commit details
Copy full SHA for 22863df
View code at this point
Browse repository at this point
Commits on Oct 26, 2022
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-98609)
Show description for f323694
ericsnowcurrently
authored
f323694
View commit details
Copy full SHA for f323694
View code at this point
Browse repository at this point
Commits on Oct 17, 2022
gh-97669: Create Tools/build/ directory (#97963)
Show description for 1863302
vstinner
authored
1863302
View commit details
Copy full SHA for 1863302
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Show description for b0f89cb
gpshead
authored
b0f89cb
View commit details
Copy full SHA for b0f89cb
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
brandtbucher
authored
8fd2c3b
View commit details
Copy full SHA for 8fd2c3b
View code at this point
Browse repository at this point
Commits on Sep 13, 2022
gh-96678: Avoid undefined behaviour in test (#96672)
matthiasgoergens
authored
6ba686d
View commit details
Copy full SHA for 6ba686d
View code at this point
Browse repository at this point
Commits on Jul 31, 2022
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (#94745)
pablogsal
authored
aa37ffd
View commit details
Copy full SHA for aa37ffd
View code at this point
Browse repository at this point
Commits on Jul 13, 2022
gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790)
Show description for 4a6bb30
neonene
authored
4a6bb30
View commit details
Copy full SHA for 4a6bb30
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
gh-94485: Set line number of module's RESUME instruction to 0, as specified by PEP 626 (GH-94552)
Show description for 324d019
iritkatriel
and
markshannon
authored
324d019
View commit details
Copy full SHA for 324d019
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
GH-91432: Specialize FOR_ITER (GH-91713)
Show description for 5fcfdd8
sweeneyde
authored
5fcfdd8
View commit details
Copy full SHA for 5fcfdd8
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
gh-91985: Ensure in-tree builds override platstdlib_dir in every path calculation (GH-93641)
neonene
authored
38af903
View commit details
Copy full SHA for 38af903
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)
Fidget-Spinner
authored
b083450
View commit details
Copy full SHA for b083450
View code at this point
Browse repository at this point
Commits on Jun 3, 2022
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Show description for d52ffc1
authored
d52ffc1
View commit details
Copy full SHA for d52ffc1
View code at this point
Browse repository at this point
Commits on May 19, 2022
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 5, 2022
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Show description for ada8b6d
vstinner
authored
ada8b6d
View commit details
Copy full SHA for ada8b6d
View code at this point
Browse repository at this point
Commits on May 4, 2022
gh-78214: marshal: Stabilize FLAG_REF usage (GH-8226)
Show description for 6dcfd6c
methane
authored
6dcfd6c
View commit details
Copy full SHA for 6dcfd6c
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
Show description for 944fffe
markshannon
authored
944fffe
View commit details
Copy full SHA for 944fffe
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115)
iritkatriel
authored
a00518d
View commit details
Copy full SHA for a00518d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL