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
51b079a
User selector
Datepicker
Commit history
Commits on Feb 8, 2023
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules for incompatibility (GH-101615)
Show description for e8ce85d
miss-islington
and
davidhewitt
authored
e8ce85d
View commit details
Copy full SHA for e8ce85d
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
[3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (GH-101127) (#101636)
Show description for 955ba28
ambv
and
MatthieuDartiailh
authored
955ba28
View commit details
Copy full SHA for 955ba28
View code at this point
Browse repository at this point
Commits on Jan 31, 2023
[3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101447)
corona10
authored
0c37ea9
View commit details
Copy full SHA for 0c37ea9
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
[3.11] Update copyright years to 2023. (gh-100848) (GH-100849)
Show description for 07d1f99
miss-islington
and
benjaminp
authored
07d1f99
View commit details
Copy full SHA for 07d1f99
View code at this point
Browse repository at this point
Commits on Jan 8, 2023
[3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (#100841)
Show description for be7c197
hauntsaninja
authored
be7c197
View commit details
Copy full SHA for be7c197
View code at this point
Browse repository at this point
Commits on Dec 30, 2022
gh-95778: add doc missing in some places (GH-100627)
Show description for b1e314a
miss-islington
and
Éric
authored
b1e314a
View commit details
Copy full SHA for b1e314a
View code at this point
Browse repository at this point
Commits on Dec 28, 2022
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#100368)
Show description for a3dbd4c
colorfulappl
authored
a3dbd4c
View commit details
Copy full SHA for a3dbd4c
View code at this point
Browse repository at this point
Commits on Dec 24, 2022
[3.11] Correct CVE-2020-10735 documentation (GH-100306). (#100476)
Show description for a852c5f
gpshead
and
ucodery
authored
a852c5f
View commit details
Copy full SHA for a852c5f
View code at this point
Browse repository at this point
Commits on Dec 21, 2022
[3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (GH-99890) (#100385)
Show description for bed1d14
authored
bed1d14
View commit details
Copy full SHA for bed1d14
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
[3.11] GH-99729: Unlink frames before clearing them (#100047)
brandtbucher
authored
2182a71
View commit details
Copy full SHA for 2182a71
View code at this point
Browse repository at this point
Commits on Nov 21, 2022
[3.11] gh-99103: Normalize specialized traceback anchors against the current line (#99423)
Show description for a3480ec
isidentical
authored
a3480ec
View commit details
Copy full SHA for a3480ec
View code at this point
Browse repository at this point
gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
Show description for 9dda902
miss-islington
and
vstinner
authored
9dda902
View commit details
Copy full SHA for 9dda902
View code at this point
Browse repository at this point
[3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)
Show description for aa06786
miss-islington
and
ronaldoussoren
authored
aa06786
View commit details
Copy full SHA for aa06786
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
[3.11] GH-99460: Emscripten trampolines on optimized METH_O and METH_NOARGS code paths (gh-99461) (#99514)
Show description for a06fb51
hoodmane
authored
a06fb51
View commit details
Copy full SHA for a06fb51
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373)
Show description for f4cb828
miss-islington
and
zooba
authored
f4cb828
View commit details
Copy full SHA for f4cb828
View code at this point
Browse repository at this point
Commits on Nov 11, 2022
[3.11] GH-99298: Don't perform jumps before error handling (GH-99343)
brandtbucher
authored
1119ee4
View commit details
Copy full SHA for 1119ee4
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
[3.11] GH-99257: Check the owner's type when specializing slots (GH-99324)
Show description for f9a68be
miss-islington
and
brandtbucher
authored
f9a68be
View commit details
Copy full SHA for f9a68be
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
GH-99205: Mark new interpreters and threads as non-static (GH-99268)
Show description for 7c9c993
miss-islington
and
brandtbucher
authored
7c9c993
View commit details
Copy full SHA for 7c9c993
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066)
Show description for 41a9f49
miss-islington
and
vstinner
authored
41a9f49
View commit details
Copy full SHA for 41a9f49
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
[3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979)
Show description for 39e0627
miss-islington
and
brettcannon
authored
39e0627
View commit details
Copy full SHA for 39e0627
View code at this point
Browse repository at this point
Commits on Oct 30, 2022
[3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874)
Show description for 57dd110
miss-islington
and
ncoghlan
authored
57dd110
View commit details
Copy full SHA for 57dd110
View code at this point
Browse repository at this point
Commits on Oct 12, 2022
[3.11] GH-93354: Fix PRECALL's adaptive backoff (GH-98011)
brandtbucher
authored
0a67f82
View commit details
Copy full SHA for 0a67f82
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
Add a warning message about PyOS_snprintf (GH-95993)
Show description for 0a84b7a
miss-islington
and
eric-wieser
authored
0a84b7a
View commit details
Copy full SHA for 0a84b7a
View code at this point
Browse repository at this point
[3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFrameObject (GH-98002)
Show description for 89e9474
miss-islington
authored
89e9474
View commit details
Copy full SHA for 89e9474
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
[3.11] gh-96017: Fix some compiler warnings (GH-96018) (#96106)
Show description for eecbeec
tiran
authored
eecbeec
View commit details
Copy full SHA for eecbeec
View code at this point
Browse repository at this point
[3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97886)
Show description for 015b49a
miss-islington
and
brandtbucher
authored
015b49a
View commit details
Copy full SHA for 015b49a
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
[3.11] GH-97752: Clear the previous member of newly-created generator/coroutine frames (GH-97812)
Show description for 4591dae
miss-islington
authored
4591dae
View commit details
Copy full SHA for 4591dae
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
[3.11] Fix typos in `bltinmodule.c`. (GH-97789)
Show description for 4d4b1e6
benjaminp
and
sobolevn
authored
4d4b1e6
View commit details
Copy full SHA for 4d4b1e6
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
Show description for a4ff0ea
miss-islington
and
vstinner
authored
a4ff0ea
View commit details
Copy full SHA for a4ff0ea
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)
Show description for 6a646dd
miss-islington
and
brandtbucher
authored
6a646dd
View commit details
Copy full SHA for 6a646dd
View code at this point
Browse repository at this point
Remove a stray DISPATCH() (GH-97004)
brandtbucher
authored
fb87aaa
View commit details
Copy full SHA for fb87aaa
View code at this point
Browse repository at this point
Commits on Sep 20, 2022
[3.11] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96973)
Show description for 0e61d2b
brandtbucher
authored
0e61d2b
View commit details
Copy full SHA for 0e61d2b
View code at this point
Browse repository at this point
GH-96864: Check for error between line and opcode events (GH-96880)
Show description for 32d80de
miss-islington
and
brandtbucher
authored
32d80de
View commit details
Copy full SHA for 32d80de
View code at this point
Browse repository at this point
gh-96387: take_gil() resets drop request before exit (#96869) (#96941)
Show description for 6ff5471
vstinner
authored
6ff5471
View commit details
Copy full SHA for 6ff5471
View code at this point
Browse repository at this point
Commits on Sep 13, 2022
GH-96754: Check whether the interpreter frame is complete before creating frame object. (GH-96776) (#96787)
Show description for c4cf745
miss-islington
and
markshannon
authored
c4cf745
View commit details
Copy full SHA for c4cf745
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL