FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · sthagen/python-cpython · GitHub
sthagen
/
python-cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
9
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 13, 2026
Merge branch 'python:main' into main
sthagen
authored
5c8a936
View commit details
Copy full SHA for 5c8a936
Browse repository at this point
gh-154566: Fix array.byteswap() corrupting 'Zd' arrays with more than one element (#154567)
Show description for 46c355f
PhysicistJohn
and
vstinner
authored
46c355f
View commit details
Copy full SHA for 46c355f
Browse repository at this point
gh-152563, test_math: Enable fma test on musl 1.2.6 (#152564)
weixlu
authored
5ea3935
View commit details
Copy full SHA for 5ea3935
Browse repository at this point
gh-155731: Clean up files left by test_import (GH-155735)
Show description for b0ba60e
serhiy-storchaka
authored
b0ba60e
View commit details
Copy full SHA for b0ba60e
Browse repository at this point
gh-109817: Do not copy all test cases into the worker process (GH-155713)
Show description for dd1194e
serhiy-storchaka
authored
dd1194e
View commit details
Copy full SHA for dd1194e
Browse repository at this point
Do not break long test names in the regrtest output (GH-155714)
Show description for ceb3518
serhiy-storchaka
authored
ceb3518
View commit details
Copy full SHA for ceb3518
Browse repository at this point
idlelib tests: Fix refleak testing of test_zzdummy (GH-155393)
Show description for fa90680
zware
authored
fa90680
View commit details
Copy full SHA for fa90680
Browse repository at this point
gh-141174: Test `type_repr()` of `Template` with invalid syntax in `Interpolation` (#155661)
Show description for 5cc9e46
dr-carlos
authored
5cc9e46
View commit details
Copy full SHA for 5cc9e46
Browse repository at this point
gh-141174: Test `get_annotations()` on wrapped cyclical `functools.partial` (#155663)
Show description for 5d3f02a
dr-carlos
authored
5d3f02a
View commit details
Copy full SHA for 5d3f02a
Browse repository at this point
gh-141174: Test re-stringifying a `ForwardRef` (#155689)
Show description for 5dab490
dr-carlos
authored
5dab490
View commit details
Copy full SHA for 5dab490
Browse repository at this point
gh-135748: Use Argument Clinic for more socket functions (GH-155257)
Show description for 9f87800
serhiy-storchaka
authored
9f87800
View commit details
Copy full SHA for 9f87800
Browse repository at this point
gh-154916: Fix data races in GenericAlias using critical sections (#155634)
kumaraditya303
authored
8123ed1
View commit details
Copy full SHA for 8123ed1
Browse repository at this point
gh-153400: Add syscall fallbacks for copy_file_range/memfd_create (#155520)
Show description for 6e079e5
daandemeyer
authored
6e079e5
View commit details
Copy full SHA for 6e079e5
Browse repository at this point
gh-155515: Use GC tracking for HAMT iterators (#155517)
nascheme
authored
f056212
View commit details
Copy full SHA for f056212
Browse repository at this point
gh-155486: Allow non-compact integers in `TO_BOOL_INT` (GH-155531)
marinelay
authored
cd98657
View commit details
Copy full SHA for cd98657
Browse repository at this point
gh-154701: prevent executor self-links in JIT cold exits (GH-155323)
Show description for 716cbae
cocolato
and
blurb-it[bot]
authored
716cbae
View commit details
Copy full SHA for 716cbae
Browse repository at this point
gh-153400: Use glibc functions instead of syscall() (#155518)
Show description for 1c9521f
vstinner
authored
1c9521f
View commit details
Copy full SHA for 1c9521f
Browse repository at this point
gh-155503: Check Py_TPFLAGS_IMMUTABLETYPE in check_immutable_type() (#155620)
Show description for 76f2903
vstinner
authored
76f2903
View commit details
Copy full SHA for 76f2903
Browse repository at this point
gh-75008: Detect the lineterminator in csv.Sniffer.sniff() (GH-155061)
Show description for 3157786
serhiy-storchaka
authored
3157786
View commit details
Copy full SHA for 3157786
Browse repository at this point
gh-154139: Document that curses is not thread-safe (GH-154173)
Show description for 1ed6b78
serhiy-storchaka
and
claude
authored
1ed6b78
View commit details
Copy full SHA for 1ed6b78
Browse repository at this point
gh-155040: Support copy.replace() for tarfile.TarInfo (GH-155046)
Show description for e75ef6a
serhiy-storchaka
and
claude
authored
e75ef6a
View commit details
Copy full SHA for e75ef6a
Browse repository at this point
gh-155033: Support copy.replace() for csv dialects (GH-155035)
Show description for b4af851
serhiy-storchaka
and
claude
authored
b4af851
View commit details
Copy full SHA for b4af851
Browse repository at this point
gh-155044: Support copy.replace() for optparse.Values (GH-155050)
Show description for c0d0b28
serhiy-storchaka
and
claude
authored
c0d0b28
View commit details
Copy full SHA for c0d0b28
Browse repository at this point
gh-89024: Document the 3.10 change in escaping the csv escapechar (GH-155067)
Show description for a697faf
serhiy-storchaka
authored
a697faf
View commit details
Copy full SHA for a697faf
Browse repository at this point
gh-105116: Document that an escaped csv quotechar does not cause quoting (GH-155073)
Show description for 3cc891f
serhiy-storchaka
and
claude
authored
3cc891f
View commit details
Copy full SHA for 3cc891f
Browse repository at this point
gh-80678: Document the preferred attribute of csv.Sniffer (GH-155068)
Show description for 1370f8a
serhiy-storchaka
authored
1370f8a
View commit details
Copy full SHA for 1370f8a
Browse repository at this point
gh-64660: Do not hardcode the name of the returned variable (GH-155268)
Show description for 99b8847
serhiy-storchaka
authored
99b8847
View commit details
Copy full SHA for 99b8847
Browse repository at this point
gh-78526: Add tests for PEP 468 and PEP 520 (GH-155387)
Show description for 116caab
serhiy-storchaka
authored
116caab
View commit details
Copy full SHA for 116caab
Browse repository at this point
gh-84548: Document Windows specific behavior of abspath() and realpath() (GH-155388)
Show description for 582a2d3
serhiy-storchaka
authored
582a2d3
View commit details
Copy full SHA for 582a2d3
Browse repository at this point
gh-69619: Link to isspace() in the strip() and split() documentation (GH-155444)
Show description for aca38ab
serhiy-storchaka
authored
aca38ab
View commit details
Copy full SHA for aca38ab
Browse repository at this point
gh-114905: Test that ssl._create_stdlib_context() rejects check_hostname with CERT_NONE (GH-155509)
Show description for 726e485
serhiy-storchaka
authored
726e485
View commit details
Copy full SHA for 726e485
Browse repository at this point
gh-102967: Don't pass None to seek(), simply truncate from the current position (GH-102968)
aaron-fl
authored
7586115
View commit details
Copy full SHA for 7586115
Browse repository at this point
gh-109817: Add --single-process-per-case option to libregrtest (GH-151689)
Aniketsy
authored
296f016
View commit details
Copy full SHA for 296f016
Browse repository at this point
gh-113329: Catch OSError in doctest finder and document that inspect.getsourcefile/getfile can raise OSError (GH-113335)
Show description for 025e7d2
stenwessel
authored
025e7d2
View commit details
Copy full SHA for 025e7d2
Browse repository at this point
gh-88178: Fix exploded IPv6 addresses with a scope ID (GH-25824)
Show description for a2104b7
authored
a2104b7
View commit details
Copy full SHA for a2104b7
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL