index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-117657: Fix data races in the method cache in free-threaded builds (#117954)
mpage
2024-04-17
2
-4/+5
*
gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994)
Serhiy Storchaka
2024-04-17
3
-1/+18
*
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel
2024-04-17
17
-242/+838
*
Doc: Render version/language selector on Read the Docs (#116966)
Manuel Kaufmann
2024-04-17
1
-0/+86
*
gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.li...
Nice Zombies
2024-04-17
1
-3/+3
*
GH-100242: bring functools.py partial implementation more in line with C code...
CF Bolz-Tereick
2024-04-17
4
-5/+30
*
Test: Get the smtp test server using os.getenv() (#117979)
Diego Russo
2024-04-17
1
-2/+5
*
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner
2024-04-17
7
-7/+38
*
gh-117975: Ensure flush level is checked when configuring a logging MemoryHan...
Vinay Sajip
2024-04-17
2
-12/+43
*
gh-115009: Update macOS installer to use SQLite 3.45.3 (#117443)
Mariusz Felisiak
2024-04-17
2
-3/+4
*
bpo-40944: Fix IndexError when parse emails with truncated Message-ID, addres...
Ivan Savin
2024-04-17
3
-5/+51
*
GH-117760: Streamline the trashcan mechanism (GH-117763)
Mark Shannon
2024-04-17
5
-128/+43
*
gh-65824: Add "Help on ..." to the "less" prompt in pydoc (GH-116183)
Serhiy Storchaka
2024-04-17
1
-15/+22
*
gh-73231: Update documentation for PyErr_SetFromWindowsErr() (GH-117226)
Serhiy Storchaka
2024-04-17
1
-4/+5
*
gh-117313: Fix re-folding email messages containing non-standard line separat...
Serhiy Storchaka
2024-04-17
3
-2/+56
*
gh-117394: Speed up os.path.ismount() on Posix (GH-117447)
Serhiy Storchaka
2024-04-17
2
-3/+7
*
gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() (GH-...
Serhiy Storchaka
2024-04-17
3
-1/+14
*
gh-117907: Fix test_inspect for the build with enabled tracing references (GH...
Serhiy Storchaka
2024-04-17
1
-0/+2
*
gh-117879: Fix test_httpservers for the build with profiling (GH-117932)
Serhiy Storchaka
2024-04-17
1
-0/+3
*
gh-117845: Detect libedit hook function signature in configure (#117870)
Joshua Root
2024-04-17
5
-2/+71
*
gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH-117934)
Serhiy Storchaka
2024-04-17
3
-0/+32
*
gh-75171: Fix parsing invalid email address headers starting or ending with a...
tsufeki
2024-04-17
4
-5/+61
*
gh-117923: Catch ``test_webbrowser.test_parse_args_error`` stderr output (#11...
Kirill Podoprigora
2024-04-17
1
-3/+15
*
gh-71966: Move the module docstring from _pydecimal to decimal (GH-117919)
Serhiy Storchaka
2024-04-17
2
-100/+100
*
gh-117945: Fix `os.path.ismount()` documentation (#117947)
Nice Zombies
2024-04-16
1
-2/+2
*
linecache: Fix docstring location (#117948)
Jelle Zijlstra
2024-04-16
1
-6/+5
*
gh-112844: Fix xz CPE identifier (GH-117656)
Seth Michael Larson
2024-04-16
1
-1/+1
*
gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445)
Mariusz Felisiak
2024-04-16
5
-7/+8
*
gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)
Victor Stinner
2024-04-16
5
-13/+10
*
gh-117755: Fix mimalloc for huge allocation on s390x (#117809)
Victor Stinner
2024-04-16
2
-0/+8
*
gh-117755: Remove tests on huge memory allocations (#117938)
Victor Stinner
2024-04-16
2
-97/+2
*
gh-117376: Make code objects use deferred reference counting (#117823)
Sam Gross
2024-04-16
3
-3/+38
*
gh-112069: Make setiter_iternext to be thread-safe (gh-117935)
Donghee Na
2024-04-16
1
-12/+17
*
Docs: Add classes to C API return value annotations (#117926)
Hugo van Kemenade
2024-04-16
1
-9/+11
*
gh-117683: Fix test_free_different_thread failures with GIL disabled (#117685)
Sam Gross
2024-04-16
1
-2/+6
*
gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
Jeff Glass
2024-04-16
6
-4/+26
*
GH-115776: Static object are immortal, so mark them as such. (GH-117673)
Mark Shannon
2024-04-16
2
-10/+9
*
gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecation warn...
Alex Waygood
2024-04-16
3
-1/+31
*
gh-117613: Argument Clinic: ensure that 'defining_class' params are positiona...
neonene
2024-04-16
4
-6/+17
*
gh-102402: Fix floating point math issue by using `time.time_ns()` in `loggin...
Douglas Thor
2024-04-16
4
-7/+53
*
gh-117797: Improve `test_descr.test_not_implemented` (#117798)
Nikita Sobolev
2024-04-16
1
-8/+17
*
gh-117613: Enhance test_clinic @defining_class tests (#117896)
Victor Stinner
2024-04-16
7
-21/+122
*
gh-77102: site: try utf-8 and fallback to locale encoding when reading .pth f...
Inada Naoki
2024-04-16
4
-26/+49
*
gh-76785: Fix Windows Refleak in test_interpreters (gh-117913)
Eric Snow
2024-04-16
2
-6/+7
*
gh-117804: Document how to suppress PGO unprofiled source warnings (#117859)
Erlend E. Aasland
2024-04-15
1
-0/+9
*
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade
2024-04-15
62
-183/+147
*
gh-109975: Copyedit "What's New in Python 3.13" (#117902)
Hugo van Kemenade
2024-04-15
1
-115/+125
*
gh-117688: Fix deadlock in test_no_stale_references with GIL disabled (#117720)
Sam Gross
2024-04-15
1
-11/+21
*
Docs: make the `whatsnew-typing-py312` anchor point to things that were new i...
Alex Waygood
2024-04-15
1
-2/+2
*
gh-117657: Quiet more TSAN warnings due to incorrect modeling of compare/exch...
mpage
2024-04-15
1
-2/+2
[prev]
[next]