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
7e89a98
User selector
Datepicker
Commit history
Commits on Jul 3, 2024
gh-121272: set ste_coroutine during symtable construction (#121297)
Show description for 9315688
iritkatriel
authored
9315688
View commit details
Copy full SHA for 9315688
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)
Show description for 8e8d202
colesbury
authored
8e8d202
View commit details
Copy full SHA for 8e8d202
View code at this point
Browse repository at this point
gh-121272: move __future__ import validation from compiler to symtable (#121273)
iritkatriel
authored
1ac2732
View commit details
Copy full SHA for 1ac2732
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
GH-116017: Get rid of _COLD_EXITs (GH-120960)
brandtbucher
authored
33903c5
View commit details
Copy full SHA for 33903c5
View code at this point
Browse repository at this point
gh-121199: Use _Py__has_attribute() in timemodule.c (#121203)
Show description for a0b8b34
vstinner
authored
a0b8b34
View commit details
Copy full SHA for a0b8b34
View code at this point
Browse repository at this point
Commits on Jun 30, 2024
gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter() (#121164)
Show description for 1a84bdc
Eclips4
authored
1a84bdc
View commit details
Copy full SHA for 1a84bdc
View code at this point
Browse repository at this point
Commits on Jun 28, 2024
gh-117139: Fix a few wrong steals in bytecodes.c (GH-121127)
Show description for e6543da
Fidget-Spinner
authored
e6543da
View commit details
Copy full SHA for e6543da
View code at this point
Browse repository at this point
Commits on Jun 27, 2024
gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh-121051)
corona10
authored
1a2e7a7
View commit details
Copy full SHA for 1a2e7a7
View code at this point
Browse repository at this point
gh-121082: Fix build failure when the developer use `--enable-pystats` arguments in configuration command after #118450 (#121083)
Show description for 223c03a
Zheaoli
and
Fidget-Spinner
authored
223c03a
View commit details
Copy full SHA for 223c03a
View code at this point
Browse repository at this point
gh-121040: Use __attribute__((fallthrough)) (#121044)
Show description for 12af8ec
vstinner
and
sobolevn
authored
12af8ec
View commit details
Copy full SHA for 12af8ec
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121060)
Show description for 4be1f37
ericsnowcurrently
authored
4be1f37
View commit details
Copy full SHA for 4be1f37
View code at this point
Browse repository at this point
gh-117139: Convert the evaluation stack to stack refs (#118450)
Show description for 22b0de2
Fidget-Spinner
and
markshannon
authored
22b0de2
View commit details
Copy full SHA for 22b0de2
View code at this point
Browse repository at this point
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Show description for 9e4a81f
vstinner
authored
9e4a81f
View commit details
Copy full SHA for 9e4a81f
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Show description for a905721
ericsnowcurrently
authored
a905721
View commit details
Copy full SHA for a905721
View code at this point
Browse repository at this point
GH-120982: Add stack check assertions to generated interpreter code (GH-120992)
markshannon
authored
8f5a017
View commit details
Copy full SHA for 8f5a017
View code at this point
Browse repository at this point
gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)
JelleZijlstra
authored
42b2c9d
View commit details
Copy full SHA for 42b2c9d
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
Fixes loop variables to be the same types as their limit (GH-120958)
zooba
authored
e731554
View commit details
Copy full SHA for e731554
View code at this point
Browse repository at this point
GH-117062: Make _JUMP_TO_TOP a general absolute jump (GH-120854)
brandtbucher
authored
a47abdb
View commit details
Copy full SHA for a47abdb
View code at this point
Browse repository at this point
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
iritkatriel
authored
65a12c5
View commit details
Copy full SHA for 65a12c5
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-119344: Make critical section API public (#119353)
Show description for 8f17d69
colesbury
authored
8f17d69
View commit details
Copy full SHA for 8f17d69
View code at this point
Browse repository at this point
gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812)
Show description for aed31be
ZeroIntensity
and
kumaraditya303
authored
aed31be
View commit details
Copy full SHA for aed31be
View code at this point
Browse repository at this point
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Show description for 6f1d448
encukou
and
ericsnowcurrently
authored
6f1d448
View commit details
Copy full SHA for 6f1d448
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
gh-119182: Use public PyUnicodeWriter in contextvar_tp_repr() (#120809)
Show description for 56657f6
vstinner
authored
56657f6
View commit details
Copy full SHA for 56657f6
View code at this point
Browse repository at this point
gh-117511: Make PyMutex public in the non-limited API (#117731)
colesbury
authored
3af7263
View commit details
Copy full SHA for 3af7263
View code at this point
Browse repository at this point
gh-98442: fix locations of with statement's cleanup instructions (#120763)
Show description for 55596ae
iritkatriel
authored
55596ae
View commit details
Copy full SHA for 55596ae
View code at this point
Browse repository at this point
Fix typos in comments (#120481)
xyb
authored
656a1c8
View commit details
Copy full SHA for 656a1c8
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-118322 (GH-120712)
Show description for f385d99
Zheaoli
and
Fidget-Spinner
authored
f385d99
View commit details
Copy full SHA for f385d99
View code at this point
Browse repository at this point
gh-120733: rename internal compiler functions according to naming convention (#120734)
iritkatriel
authored
eaaf699
View commit details
Copy full SHA for eaaf699
View code at this point
Browse repository at this point
gh-120722: Set position on RETURN_VALUE in lambda (#120724)
JelleZijlstra
authored
d8f27cb
View commit details
Copy full SHA for d8f27cb
View code at this point
Browse repository at this point
gh-120726: Fix compiler warnings on is_core_module() (#120727)
Show description for a816cd6
Eclips4
authored
a816cd6
View commit details
Copy full SHA for a816cd6
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
gh-120367: fix bug where compiler detects redundant jump after pseudo op replacement (#120714)
iritkatriel
authored
b7f4789
View commit details
Copy full SHA for b7f4789
View code at this point
Browse repository at this point
gh-119574: Add some missing environment variables to '--help-env'. (GH-120006)
devdanzin
authored
c81a5e6
View commit details
Copy full SHA for c81a5e6
View code at this point
Browse repository at this point
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Show description for 9cefcc0
markshannon
authored
9cefcc0
View commit details
Copy full SHA for 9cefcc0
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368)
Show description for 362cd26
dpdani
authored
362cd26
View commit details
Copy full SHA for 362cd26
View code at this point
Browse repository at this point
gh-117657: Fix TSan reported data race on ioctl_works (#120175)
colesbury
authored
460cc9e
View commit details
Copy full SHA for 460cc9e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL