summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-114264: Optimize performance of copy.deepcopy by adding a fast path for at...Pieter Eendebak2024-06-072-21/+11
* gh-110383: Improve 'old string formatting' text in tutorial (#120219)Erlend E. Aasland2024-06-071-3/+5
* gh-93691: fix too broad source locations of with-statement instructions (#120...Irit Katriel2024-06-073-3/+47
* gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213)Serhiy Storchaka2024-06-072-3/+7
* gh-110383: Clarify "non-integral" wording in pow() docs (#119688)Aditya Borikar2024-06-071-1/+3
* gh-120164: Fix test_os.test_win32_mkdir_700() (#120177)Kirill Podoprigora2024-06-071-2/+3
* gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED (#120173)Michael Allwright2024-06-072-2/+2
* Fix typos in comments (#120188)Xie Yanbo2024-06-0711-11/+11
* gh-120080: Accept ``None`` as a valid argument for direct call of the ``int._...Kirill Podoprigora2024-06-076-7/+20
* gh-120157: Remove unused code in concurrent.future (gh-120187)Clinton2024-06-072-8/+1
* Add Plausible for docs metrics (#119977)Hugo van Kemenade2024-06-072-1/+5
* gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...Jacob Walls2024-06-077-13/+21
* GH-119054: Add "Reading directories" section to pathlib docs (#119956)Barney Gale2024-06-061-95/+102
* gh-120178: Documentation typo corrections (#120179)David Lowry-Duda2024-06-063-3/+3
* gh-117657: Fix TSAN race involving import lock (#118523)Sam Gross2024-06-067-105/+90
* Add Tian Gao to CODEOWNERS and ACKS (GH-120166)Tian Gao2024-06-062-0/+5
* Restore decimal context after decimal doctests (GH-120149)Serhiy Storchaka2024-06-061-3/+7
* CODEOWNERS: Add myself to symtable and AST (#120139)Jelle Zijlstra2024-06-061-4/+5
* gh-120155: Initialize variables in _tkinter.c (#120156)Victor Stinner2024-06-061-2/+7
* gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout sc...Steve Dower2024-06-061-2/+2
* gh-120111: Don't use cirrus M1 macOS runners on fork (#120116)Nice Zombies2024-06-062-5/+14
* gh-119786: move adaptive interpreter doc from Python to InternalsDoc (#120137)Irit Katriel2024-06-062-4/+7
* gh-120128: fix description of argument to ipaddress.collapse_addresses() (#12...Jan Kaliszewski2024-06-052-2/+2
* pathlib ABCs: remove duplicate `realpath()` implementation. (#119178)Barney Gale2024-06-052-70/+57
* gh-115225: Raise error on unsupported ISO 8601 time strings (#119339)benchatt2024-06-054-0/+7
* gh-119786: add links to code in exception handling doc (#120077)Irit Katriel2024-06-051-33/+16
* gh-120065: Increase `collect_in_thread` period to 5 ms. (#120068)Sam Gross2024-06-051-1/+1
* gh-119287: clarify doc on BaseExceptionGroup.derive and link to it from conte...Irit Katriel2024-06-052-2/+5
* gh-119819: Update logging configuration to support joinable multiproc… (GH-...Vinay Sajip2024-06-052-3/+9
* gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rs...shurj02024-06-051-1/+1
* gh-114616: Improve docs regarding changes to caches representation in dis (#1...Irit Katriel2024-06-042-3/+11
* gh-119553: Fix console when pressing Ctrl-C within a multiline block (#120075)Lysandros Nikolaou2024-06-042-1/+3
* gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount` (#120000)Sam Gross2024-06-041-8/+11
* gh-119819: Update test to skip if _multiprocessing is unavailable. (GH-120067)Vinay Sajip2024-06-041-1/+1
* gh-120048: Make `test_imaplib` faster (#120050)Sam Gross2024-06-041-14/+8
* gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)Pablo Galindo Salgado2024-06-048-11/+144
* doc: Mention the missing reflected special methods for all binary operations ...Paulo Freitas2024-06-041-7/+17
* gh-119553: Clear reader on Ctrl-C command (GH-119801)Lysandros Nikolaou2024-06-043-0/+19
* gh-120039: Reduce expected timeout in test_siginterrupt_off (#120047)Sam Gross2024-06-041-3/+3
* gh-120041: Refactor check for visible completion menu in completing_reader (#...Lysandros Nikolaou2024-06-042-6/+4
* gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681)Christopher Chavez2024-06-042-14/+25
* gh-89928: Fix integer conversion of device numbers (GH-31794)Serhiy Storchaka2024-06-044-39/+99
* Fix incorrect pull GitHub link in What's New (#120045)Trey Hunner2024-06-041-1/+1
* gh-120041: Do not use append_to_screen when completions are visible (GH-120042)Lysandros Nikolaou2024-06-044-11/+55
* gh-119588: Update docs to reflect decision to include the change with Python ...Jason R. Coombs2024-06-041-2/+2
* gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028)Bénédikt Tran2024-06-045-5/+24
* gh-117657: Fix race involving GC and heap initialization (#119923)Sam Gross2024-06-044-3/+7
* gh-94808: Reorganize _make_posargs and mark unused code (GH-119227)Mark Jason Dominus (陶敏修)2024-06-041-13/+21
* gh-119819: Fix regression to allow logging configuration with multipr… (GH-...Vinay Sajip2024-06-043-1/+31
* gh-118868: logging QueueHandler fix passing of kwargs (GH-118869)Kaundur2024-06-043-8/+39