summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (#126370)Hugo van Kemenade2024-11-031-3/+0
* gh-126357: Remove gettext import guards (GH-126358)Tomas R.2024-11-032-18/+4
* gh-126313: Fix a crash in curses.napms() due to incorrect error handling (GH-...Bénédikt Tran2024-11-032-2/+7
* gh-104400: Add more tests to pygettext (GH-108173)Tomas R.2024-11-038-21/+363
* gh-113977, gh-120754: Remove unbounded reads from zipfile (GH-122101)Cody Maloney2024-11-032-3/+4
* gh-125832: Reformat comments for inlined comprehensions (gh-126346)Donghee Na2024-11-031-5/+5
* gh-120754: Add a strace helper and test set of syscalls for open().read(), Ta...Cody Maloney2024-11-034-33/+329
* gh-99880: document rounding mode for new-style formatting (GH-121481)Sergey B Kirpichev2024-11-021-0/+5
* gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (#126322)rimchoi2024-11-021-3/+6
* gh-126317: Simplify pickle code by using itertools.batched() (GH-126323)Lee Dong Wook2024-11-021-39/+22
* gh-125761: Clarify repeated warning suppression criteria in warnings module (...고병찬2024-11-021-0/+13
* gh-125522: Remove bare except in test_zlib.test_flushes (gh-126321)simple-is-great2024-11-021-9/+5
* gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (...Nico-Posada2024-11-022-2/+23
* gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319)rimchoi2024-11-021-1/+1
* gh-126255: Ignore warning about JIT being deactivated when perf support is ac...mpage2024-11-014-5/+14
* gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)Sergey B Kirpichev2024-11-0110-18/+23
* gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (back...sobolevn2024-11-013-0/+42
* gh-120754: _io Ensure stat cache is cleared on fd change (#125166)Cody Maloney2024-11-012-5/+9
* gh-125560: Pin JIT CI to ubuntu-22.04 (#125564)Savannah Ostrowski2024-11-011-6/+6
* gh-125916: Adapt functools.reduce() to Argument Clinic (#125999)Sergey B Kirpichev2024-11-013-22/+70
* Doc: Add a single table as summary to math documentation (GH-125810)Joseph Martinot-Lagarde2024-11-011-3/+89
* docs: add a more precise example in enum doc (GH-121015)Filip "Ret2Me" Poplewski2024-11-011-1/+1
* GH-125413: pathlib ABCs: use `scandir()` to speed up `walk()` (#126262)Barney Gale2024-11-012-12/+14
* GH-125413: pathlib ABCs: use `scandir()` to speed up `glob()` (#126261)Barney Gale2024-11-013-25/+10
* gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)Bénédikt Tran2024-11-019-183/+12
* gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)Bénédikt Tran2024-11-016-16/+0
* gh-126211: Exclude preprocessor directives from statements containing escapin...mpage2024-11-012-1/+34
* gh-111495: improve test coverage of codecs C API (GH-126030)Bénédikt Tran2024-11-011-23/+115
* gh-125783: Add more tests to prevent regressions with the combination of ctyp...Jun Komoda2024-11-011-0/+65
* gh-126206: make clinic now forcefully regenerates clinic code (#126244)Erlend E. Aasland2024-11-012-1/+3
* gh-126259: Fix "unclosed database" warning in sqlite3 doctest (#126260)sobolevn2024-11-011-0/+1
* GH-125413: Add `pathlib.Path.scandir()` method (#126060)Barney Gale2024-11-016-11/+114
* gh-126256: Update time.rst to use the same clock as instead of the same clock...Alperen Keleş2024-10-311-2/+2
* gh-126156: Improve performance of creating `Morsel` objects (#126157)J. Nick Koston2024-10-312-2/+4
* gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an...Bénédikt Tran2024-10-312-1/+8
* gh-101123: Adapt vararg functions in the math module to Argument Clinic (#126...Sergey B Kirpichev2024-10-312-37/+143
* gh-126240: handle `NULL` returned by `_Py_asdl_expr_seq_new` (#126241)Bénédikt Tran2024-10-311-0/+9
* gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)Peter Bierma2024-10-313-1/+10
* gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)Sergey B Kirpichev2024-10-3111-222/+209
* gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with ne...Nico-Posada2024-10-313-1/+24
* gh-125818: Fix incorrect signature of argument `skip_file_prefixes` in warnin...RUANG (James Roy)2024-10-311-1/+1
* gh-126178: NFC Separate Emscripten and WASI standard lib disables in configur...Hood Chatham2024-10-312-43/+69
* Add myself to CODEOWNERS for WASM/emscripten and Android (#126210)Russell Keith-Magee2024-10-311-3/+3
* GH-126205: Fix conversion of UNC paths to file URIs (#126208)Barney Gale2024-10-303-13/+10
* gh-121267: Improve performance of tarfile (#121267) (#121269)Johan Förberg2024-10-302-8/+19
* gh-125674: Doc: Fix type of `newfunc` first parameter (GH-125675)Richard Hansen2024-10-301-2/+2
* gh-114990: Add missing mixin methods in collections.abc's document (GH-114991)AN Long2024-10-301-2/+3
* gh-125315: Avoid crashing in _wmimodule due to slow WMI calls on some Windows...Steve Dower2024-10-302-7/+17
* GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)Savannah Ostrowski2024-10-3011-78/+69
* gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shut...Victor Wheeler2024-10-301-0/+1