FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · alan99/cpython · GitHub
alan99
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Feb 27, 2026
gh-145305: Update ocert.org URLs in docs from http to https (#145304)
Show description for 11eec7a
indoor47
and
Adam (indoor47)
authored
11eec7a
View commit details
Copy full SHA for 11eec7a
Browse repository at this point
gh-145142: Make str.maketrans safe under free-threading (gh-145157)
VanshAgarwal24036
authored
a249795
View commit details
Copy full SHA for a249795
Browse repository at this point
gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824)
Show description for 8775f90
authored
8775f90
View commit details
Copy full SHA for 8775f90
Browse repository at this point
gh-141004: Document missing type flags (GH-145127)
ZeroIntensity
authored
dc1b56a
View commit details
Copy full SHA for dc1b56a
Browse repository at this point
gh-145234: Normalize decoded CR in string tokenizer (#145281)
pablogsal
authored
98b1e51
View commit details
Copy full SHA for 98b1e51
Browse repository at this point
gh-123853: Cleanup Windows 95 locale fallback support (#144738)
Show description for 171e0fa
mokurin000
authored
171e0fa
View commit details
Copy full SHA for 171e0fa
Browse repository at this point
Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250)
Show description for 6ea84b2
serhiy-storchaka
authored
6ea84b2
View commit details
Copy full SHA for 6ea84b2
Browse repository at this point
Commits on Feb 26, 2026
gh-142787: Handle empty sqlite3 blob slices (#142824)
abdoulrasheed
authored
06b0920
View commit details
Copy full SHA for 06b0920
Browse repository at this point
gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (#144807)
AdamKorcz
authored
3fc945d
View commit details
Copy full SHA for 3fc945d
Browse repository at this point
gh-141510: support frozendict's in the C decimal module (gh-145165)
skirpichev
authored
f3a381e
View commit details
Copy full SHA for f3a381e
Browse repository at this point
gh-144316: Fix missing exception in _remote_debugging with debug=False (#144442)
taegyunkim
authored
c2d3d6b
View commit details
Copy full SHA for c2d3d6b
Browse repository at this point
gh-141510: Update `PyDict_Copy` documentation with note on `frozendict` (GH-145249)
eendebakpt
authored
4401f23
View commit details
Copy full SHA for 4401f23
Browse repository at this point
gh-144190: Clarify get_type_hints() instance behavior in docs (#144831)
iamrajhans
authored
e234662
View commit details
Copy full SHA for e234662
Browse repository at this point
gh-106318: Add examples for str.rjust() method (#143890)
adorilson
authored
aa2c0c3
View commit details
Copy full SHA for aa2c0c3
Browse repository at this point
gh-145202: Fix crash in unicodedata's GraphemeBreakIterator and Segment (GH-145216)
Show description for 812ef66
serhiy-storchaka
authored
812ef66
View commit details
Copy full SHA for 812ef66
Browse repository at this point
Commits on Feb 25, 2026
gh-145037: Fix Emscripten trampoline with emcc >= 4.0.19 (#145038)
Show description for 43fdb70
hoodmane
authored
43fdb70
View commit details
Copy full SHA for 43fdb70
Browse repository at this point
gh-144156: move news entry to Library (#145205)
robsdedude
authored
7eb00ad
View commit details
Copy full SHA for 7eb00ad
Browse repository at this point
gh-145197: Fix JIT trace crash when recording function from cleared generator frame (GH-145220)
cocolato
authored
277a037
View commit details
Copy full SHA for 277a037
Browse repository at this point
Fix compileall in lazy imports test data with bad syntax (#145221)
FFY00
authored
56b7dc4
View commit details
Copy full SHA for 56b7dc4
Browse repository at this point
Fix "lazy from (...) import (...)" tests (#145213)
FFY00
authored
80b2b88
View commit details
Copy full SHA for 80b2b88
Browse repository at this point
gh-142518: Move thread safety sections into a new page (#144716)
Show description for 017ccd3
lysnikolaou
and
StanFromIreland
authored
017ccd3
View commit details
Copy full SHA for 017ccd3
Browse repository at this point
Update status of blockers on combining pixi packges variant sources (#145222)
FFY00
authored
ae57dc6
View commit details
Copy full SHA for ae57dc6
Browse repository at this point
gh-85809: Ensure shutil.make_archive accepts path-like objects in all cases (GH-143668)
tadejmagajna
authored
12828e5
View commit details
Copy full SHA for 12828e5
Browse repository at this point
GH-145000: Add a tool to record/check removed HTML IDs (#145001)
encukou
authored
9b22261
View commit details
Copy full SHA for 9b22261
Browse repository at this point
gh-47655: Add support for user data and detail of Tk events to tkinter (GH-7142)
Show description for f8ce51a
mkiever
and
serhiy-storchaka
authored
f8ce51a
View commit details
Copy full SHA for f8ce51a
Browse repository at this point
GH-145006: add ModuleNotFoundError hints when a module for a differen… (#145007)
Show description for 1ac9d13
FFY00
authored
1ac9d13
View commit details
Copy full SHA for 1ac9d13
Browse repository at this point
Commits on Feb 24, 2026
gh-136677: Introduce executable specific linker flags to configure (#137296)
Show description for 4e45c9c
authored
4e45c9c
View commit details
Copy full SHA for 4e45c9c
Browse repository at this point
gh-145187: Fix crash on invalid type parameter bound expression in conditional block (GH-145188)
Show description for 5e61a16
StanFromIreland
authored
5e61a16
View commit details
Copy full SHA for 5e61a16
Browse repository at this point
gh-88091: Fix unicodedata.decomposition() for Hangul Syllables (GH-144993)
StanFromIreland
authored
56c4f10
View commit details
Copy full SHA for 56c4f10
Browse repository at this point
gh-143535: Dispatch on the second argument if generic method is instance-bindable (GH-144615)
Show description for 97181bb
johnslavik
and
jaraco
authored
97181bb
View commit details
Copy full SHA for 97181bb
Browse repository at this point
gh-145122: Add _GUARD_NOS_ANY_DICT to prevent STORE_SUBSCR_DICT on frozendict (gh-145039)
corona10
authored
0f759f1
View commit details
Copy full SHA for 0f759f1
Browse repository at this point
Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541)
johnslavik
authored
4c95ad8
View commit details
Copy full SHA for 4c95ad8
Browse repository at this point
gh-143304: Fix ctypes.CDLL to honor handle parameter on POSIX systems (GH-143318)
Show description for 27ded24
Koolvansh07
authored
27ded24
View commit details
Copy full SHA for 27ded24
Browse repository at this point
gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (#137389)
Show description for d6a71f4
serhiy-storchaka
authored
d6a71f4
View commit details
Copy full SHA for d6a71f4
Browse repository at this point
gh-66305: Fix a hang on Windows in the tempfile module (GH-144672)
Show description for ca66d3c
serhiy-storchaka
authored
ca66d3c
View commit details
Copy full SHA for ca66d3c
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL