summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-60712: Include the "object" type in the lists of documented types (GH-103036)Furkan Onder2024-10-304-18/+93
* Fix incorrect indentation in importlib.metadata.rst (GH-126189)Rafael Fontenelle2024-10-301-3/+3
* gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681)amaajemyfren2024-10-301-0/+7
* gh-126068: Fix exceptions in the argparse module (GH-126069)Serhiy Storchaka2024-10-304-58/+72
* gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)sobolevn2024-10-306-4/+20
* gh-91962: Fix `hstrerror` detection issues on Solaris (GH-91963)Jakub Kulík2024-10-303-9/+88
* gh-125206: Correct detection of complex numbers support in libffi (#126104)Sergey B Kirpichev2024-10-303-6/+22
* gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)Xuanteng Huang2024-10-3016-58/+148
* gh-126071: Improve formatting of the argparse documentation (GH-126073)Serhiy Storchaka2024-10-301-65/+72
* gh-118633: Add warning regarding the unsafe usage of eval and exec (GH-118437)Daniel Ruf2024-10-301-0/+10
* gh-58032: Docs: Sort argparse alphabetically (GH-125871)Hugo van Kemenade2024-10-302-21/+20
* gh-124855: Don't allow the JIT and perf support to be active at the same time...Pablo Galindo Salgado2024-10-304-7/+26
* docs: restore an anchor to for/else (#126154)Ned Batchelder2024-10-301-0/+1
* gh-126139: Improve error message location for future statement with unknown f...Brian Schubert2024-10-294-8/+18
* gh-125588: Teach the python PEG generator the new f-string tokens (#125589)Pablo Galindo Salgado2024-10-296-2/+61
* Doc: Note that pydoc uses and prefers ``MANPAGER`` (#125362)Matthieu Ancellin2024-10-292-2/+4
* bpo-41793: Fix an inaccuracy about reflected methods in datamodel docs (GH-22...Wim Jeantine-Glenn2024-10-291-11/+14
* gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `d...Prometheus33752024-10-292-3/+3
* gh-126146: Remove ``__cmp__`` method from tests (#126147)Kirill Podoprigora2024-10-292-8/+0
* gh-124932: Distinguish build prefix from host prefix in cross builds (#124933)Hood Chatham2024-10-294-2/+57
* GH-125866: Improve tests for `pathname2url()` and `url2pathname()` (#125993)Barney Gale2024-10-291-86/+77
* gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)Christian Ullrich2024-10-293-1/+24
* Add lightweight comments to conf.py and update docs readme (GH-126100)Carol Willing2024-10-292-14/+16
* gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)Tomas R.2024-10-299-34/+115
* gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)sobolevn2024-10-294-20/+34
* gh-122767: document "new style" formatting for complexes (GH-122848)Sergey B Kirpichev2024-10-291-5/+15
* GH-125837: Split `LOAD_CONST` into three. (GH-125972)Mark Shannon2024-10-2933-538/+706
* tomllib: Add a comment about implicit lru_cache bound (GH-126078)Taneli Hukkinen2024-10-291-0/+3
* gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (#126111)sobolevn2024-10-292-3/+4
* Align functools.reduce() docstring with PEP-257 (#126045)Sergey B Kirpichev2024-10-292-12/+16
* gh-126014: Ignore `__pycache__`-only folders in makefile tests (#126066)sobolevn2024-10-291-1/+4
* gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929)Hood Chatham2024-10-294-83/+12
* gh-89762: Document strftime %G, %V, and %u format specifiers (#124572)RUANG (James Roy)2024-10-281-0/+13
* gh-125985: Add free threading scaling micro benchmarks (#125986)Sam Gross2024-10-281-0/+324
* GH-125912: Teach the JIT's optimizer about _BINARY_OP_INPLACE_ADD_UNICODE (GH...Brandt Bucher2024-10-282-0/+37
* Pre-commit: prevent spaces in news entry paths (#126063)Hugo van Kemenade2024-10-285-0/+16
* Lint GitHub Actions and Dependabot (#126002)Hugo van Kemenade2024-10-287-67/+85
* gh-126081: For PRs labeled with "type-feature", require a core review (GH-126...Łukasz Langa2024-10-281-4/+42
* GH-125515: Reduce number of compiler warnings in generated code (GH-125697)Mark Shannon2024-10-284-8/+11
* gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages (#126036)Bénédikt Tran2024-10-272-3/+3
* gh-124295: Skip translation tests when pygettext is missing (GH-126051)Tomas R.2024-10-271-0/+2
* gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback...Bénédikt Tran2024-10-273-1/+26
* gh-124295: Add translation tests for argparse (GH-124803)Tomas R.2024-10-274-0/+102
* gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evi...Bénédikt Tran2024-10-273-8/+87
* gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)devdanzin2024-10-274-1/+20