summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typos in documentation and comments (#119763)Xie Yanbo2024-06-047-9/+9
* gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021)Victor Stinner2024-06-041-6/+6
* gh-119613: Soft deprecate the Py_MEMCPY() macro (#120020)Victor Stinner2024-06-042-0/+3
* gh-119070: Update test_shebang_executable_extension to always use non-install...Steve Dower2024-06-041-3/+3
* gh-119879: str.find(): Utilize last character gap for two-way periodic needle...d.grigonis2024-06-042-28/+36
* gh-106531: Apply changes from importlib_resources 6.3.2 (#117054)Jason R. Coombs2024-06-0416-146/+231
* gh-119724: Revert "bpo-45759: Better error messages for non-matching 'elif'/'...Petr Viktorin2024-06-044-612/+455
* gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)Eric Snow2024-06-0313-166/+381
* gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991)Eric Snow2024-06-032-1/+3
* gh-117398: Add datetime Module State (gh-119810)Eric Snow2024-06-035-162/+376
* gh-117657: Fix race involving immortalizing objects (#119927)Sam Gross2024-06-039-44/+30
* update CODEOWNERS (#120003)Irit Katriel2024-06-031-3/+1
* gh-117657: Avoid `sem_clockwait` in TSAN (#119915)Sam Gross2024-06-032-10/+1
* gh-118835: pyrepl: Fix prompt length computation for custom prompts containin...Daniel Hollas2024-06-033-2/+41
* gh-119727: Add --single-process option to regrtest (#119728)Victor Stinner2024-06-035-12/+46
* gh-119057: Use better error messages for zero division (#119066)Nikita Sobolev2024-06-0311-20/+32
* gh-119981: Use do while(0) in some symtable.c multi-line macros (#119982)Bénédikt Tran2024-06-031-45/+52
* Use Cirrus M1 macOS runners for CI (GH-119979)Łukasz Langa2024-06-033-6/+7
* gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591)Jason R. Coombs2024-06-034-12/+32
* gh-119679: Ensures correct import libraries are included in Windows install p...Steve Dower2024-06-033-14/+23
* gh-102511: Amend 3.13.0b1.rst (GH-119895)Nice Zombies2024-06-031-0/+1