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
2ba7c7f
User selector
Datepicker
Commit history
Commits on Aug 4, 2023
Add some GC stats to Py_STATS (GH-107581)
markshannon
authored
2ba7c7f
View commit details
Copy full SHA for 2ba7c7f
View code at this point
Browse repository at this point
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFrameDefault()` (GH-107535)
Show description for fa45958
markshannon
authored
fa45958
View commit details
Copy full SHA for fa45958
View code at this point
Browse repository at this point
Commits on Aug 3, 2023
gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
Show description for 58ef741
ericsnowcurrently
authored
58ef741
View commit details
Copy full SHA for 58ef741
View code at this point
Browse repository at this point
Commits on Aug 2, 2023
gh-107471: Fix Refleaks in test_import (gh-107569)
Show description for 017f047
ericsnowcurrently
authored
017f047
View commit details
Copy full SHA for 017f047
View code at this point
Browse repository at this point
GH-100964: Break cycles involving exception state when returning from generator (GH-107563)
markshannon
authored
0d30a5a
View commit details
Copy full SHA for 0d30a5a
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculating the specialized opcodes in two places (#107540)
iritkatriel
authored
2bd04d4
View commit details
Copy full SHA for 2bd04d4
View code at this point
Browse repository at this point
Commits on Jul 31, 2023
Use tstate->interp to get the interpreter state in bytecodes.c (GH-107506)
brandtbucher
authored
dfb55d9
View commit details
Copy full SHA for dfb55d9
View code at this point
Browse repository at this point
GH-104584: Fix incorrect uoperands (GH-107513)
brandtbucher
authored
5e584eb
View commit details
Copy full SHA for 5e584eb
View code at this point
Browse repository at this point
GH-104909: Move unused cache entries from uops to macros (#107444)
Show description for 5eb80a6
gvanrossum
authored
5eb80a6
View commit details
Copy full SHA for 5eb80a6
View code at this point
Browse repository at this point
no-issue: Fix typo in import.c (gh-107498)
birkenfeld
authored
f57b9fd
View commit details
Copy full SHA for f57b9fd
View code at this point
Browse repository at this point
Commits on Jul 28, 2023
gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
Show description for 8ba4df9
ericsnowcurrently
authored
8ba4df9
View commit details
Copy full SHA for 8ba4df9
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Show description for 8bdae14
ericsnowcurrently
authored
8bdae14
View commit details
Copy full SHA for 8bdae14
View code at this point
Browse repository at this point
gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-107184)
Show description for 75c974f
ericsnowcurrently
authored
75c974f
View commit details
Copy full SHA for 75c974f
View code at this point
Browse repository at this point
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Show description for b72947a
ericsnowcurrently
authored
b72947a
View commit details
Copy full SHA for b72947a
View code at this point
Browse repository at this point
GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback function. (GH-107347)
markshannon
authored
ac7a0f8
View commit details
Copy full SHA for ac7a0f8
View code at this point
Browse repository at this point
gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)
Show description for 1dbb427
vstinner
authored
1dbb427
View commit details
Copy full SHA for 1dbb427
View code at this point
Browse repository at this point
GH-106895: Raise a `ValueError` when attempting to disable events that cannot be disabled. (GH-107337)
markshannon
authored
c6539b3
View commit details
Copy full SHA for c6539b3
View code at this point
Browse repository at this point
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
Show description for 766d251
markshannon
authored
766d251
View commit details
Copy full SHA for 766d251
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
gh-106149: fix comment on stackdepth of generators (#107321)
iritkatriel
authored
507d8bc
View commit details
Copy full SHA for 507d8bc
View code at this point
Browse repository at this point
gh-107015: Remove async_hacks from the tokenizer (#107018)
pablogsal
authored
da8f87b
View commit details
Copy full SHA for da8f87b
View code at this point
Browse repository at this point
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (#107255)
iritkatriel
authored
b0202a4
View commit details
Copy full SHA for b0202a4
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
gh-107082: Fix instruction size computation for ENTER_EXECUTOR (#107256)
Show description for 233b878
gvanrossum
and
vstinner
authored
233b878
View commit details
Copy full SHA for 233b878
View code at this point
Browse repository at this point
Remove unused internal _PyImport_GetModuleId() function (#107235)
vstinner
authored
188000a
View commit details
Copy full SHA for 188000a
View code at this point
Browse repository at this point
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3faba
vstinner
authored
1a3faba
View commit details
Copy full SHA for 1a3faba
View code at this point
Browse repository at this point
gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)
Show description for 2e07449
vstinner
authored
2e07449
View commit details
Copy full SHA for 2e07449
View code at this point
Browse repository at this point
Commits on Jul 24, 2023
gh-106149: move _PyCfg_BasicblockLastInstr and make it local to flowgraph.c (#107180)
iritkatriel
authored
7608fa8
View commit details
Copy full SHA for 7608fa8
View code at this point
Browse repository at this point
gh-106917: fix super classmethod calls to non-classmethods (#106977)
carljm
authored
e5d5522
View commit details
Copy full SHA for e5d5522
View code at this point
Browse repository at this point
gh-106320: Remove private _PyDict C API (#107145)
Show description for fd66baf
vstinner
authored
fd66baf
View commit details
Copy full SHA for fd66baf
View code at this point
Browse repository at this point
Commits on Jul 23, 2023
gh-106320: Remove private _PyObject C API (#107147)
Show description for 0d6dfd6
vstinner
authored
0d6dfd6
View commit details
Copy full SHA for 0d6dfd6
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Show description for 0927a2b
vstinner
authored
0927a2b
View commit details
Copy full SHA for 0927a2b
View code at this point
Browse repository at this point
gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)
vstinner
authored
ee15844
View commit details
Copy full SHA for ee15844
View code at this point
Browse repository at this point
gh-106320: Move private _PySet API to the internal API (#107041)
Show description for 5e4af2a
vstinner
authored
5e4af2a
View commit details
Copy full SHA for 5e4af2a
View code at this point
Browse repository at this point
gh-106320: Move private _PyHash API to the internal C API (#107026)
Show description for 89f9875
vstinner
authored
89f9875
View commit details
Copy full SHA for 89f9875
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
gh-106916: Add missing error check _PyCompile_CleanDoc (#106921)
Show description for 85ed1d2
Eclips4
and
serhiy-storchaka
authored
85ed1d2
View commit details
Copy full SHA for 85ed1d2
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
brandtbucher
authored
8f4de57
View commit details
Copy full SHA for 8f4de57
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL