summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-2418-2119/+12
* gh-104773: PEP 594: Remove the pipes module (#104848)Victor Stinner2023-05-2410-568/+9
* gh-102856: Add missing quote to fix doctest (#104852)Hugo van Kemenade2023-05-241-1/+1
* gh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (gh-104752)Dong-hee Na2023-05-242-19/+18
* gh-104825: Remove implicit newline in the line attribute in tokens emitted in...Pablo Galindo Salgado2023-05-245-8/+14
* gh-102856: Add changes related to PEP 701 in 3.12 What's New docs (#104824)Marta Gómez Macías2023-05-241-16/+135
* gh-104773: PEP 594: Remove the sndhdr module (#104774)Victor Stinner2023-05-2420-426/+10
* gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)Victor Stinner2023-05-2424-2739/+52
* gh-104719: IDLE - test existence of all tokenize references. (#104767)Terry Jan Reedy2023-05-245-12/+54
* Fix test_importlib.test_side_effect_import() (#104840)Victor Stinner2023-05-241-1/+2
* gh-104797: Allow Protocols to inherit from collections.abc.Buffer (#104827)Jelle Zijlstra2023-05-243-1/+19
* gh-104837: Revert "gh-104341: Add a Separate "Running" Lock for Each Thread (...Gregory P. Smith2023-05-242-53/+41
* gh-104372: use == -1 before PyErr_Occurred (#104831)Gregory P. Smith2023-05-241-1/+1
* gh-85934: Use getattr_static when adding mock spec (#22209)melanie witt2023-05-233-1/+40
* GH-83863: Drop support for using `pathlib.Path` objects as context managers (...Barney Gale2023-05-234-39/+7
* gh-103295: fix stack overwrite on 32-bit in perf map test harness (#104811)Carl Meyer2023-05-231-4/+9
* gh-104770: Let generator.close() return value (#104771)Nicolas Tessore2023-05-234-9/+105
* gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)Robert O'Shea2023-05-234-7/+42
* gh-104341: Add a Separate "Running" Lock for Each Thread (gh-104754)Eric Snow2023-05-232-41/+53
* Remove gh-103207 changelog item as it was never part of any release. (GH-104814)Ned Deily2023-05-231-10/+0
* Fix missing/incomplete NULL checks in multiple source files (#104564)chgnrdv2023-05-235-1/+20
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-23135-21000/+26
* gh-81005: Refactor str tests to reflect that str and unicode are merged in Py...Daniel Fortunov2023-05-235-39/+31
* gh-104469: Convert _testcapi/long to use AC (gh-104720)Dong-hee Na2023-05-232-35/+250
* gh-92871: Remove typing.{io,re} namespaces (#92873)Sebastian Rittau2023-05-235-76/+7
* gh-104773: PEP 594: Remove the telnetlib module (#104778)Victor Stinner2023-05-2314-1355/+11
* gh-104764: [Enum] fix 3.13-specific tests (GH-104779)Ethan Furman2023-05-232-43/+19
* gh-99108: Release the GIL around hashlib built-in computation (#104675)Gregory P. Smith2023-05-237-15/+207
* Add codeowners for the tokenizer module (#104753)Pablo Galindo Salgado2023-05-221-0/+2
* gh-104764: Skip failing tests in test_enum that started failing. (#104765)T. Wouters2023-05-221-7/+7
* Add the 3.12 branch to the github workflows. (#104768)T. Wouters2023-05-222-0/+4
* gh-102304: Temporarily Bump Py_LIMITED_API for 2 New Functions (#104766)Eric Snow2023-05-221-1/+1
* Update Windows library names for the Python version bump (#104755)Kirill Podoprigora2023-05-221-2/+2
* Regenerate configure after the Python version bump (#104757)T. Wouters2023-05-221-13/+13
* Fix whatsnew for 3.13. (GH-104756)Ned Deily2023-05-222-0/+1
* GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)Brandt Bucher2023-05-224-7/+47
* Merge branch 'main' of https://github.com/python/cpython into mainThomas Wouters2023-05-222-9/+3
|\
| * GH-101291: Avoid using macros with casts in low-level long API. (#104742)Mark Shannon2023-05-221-2/+3
| * howto/urllib2: remove link to an outdated french translation (GH-104193)Mathieu Dupuy2023-05-221-7/+0
* | Python 3.13.0a0Thomas Wouters2023-05-225-17/+149
* | Python 3.12.0b1v3.12.0b1Thomas Wouters2023-05-22232-628/+2669
|/
* gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)Gregory Szorc2023-05-226-130/+153
* gh-104741: Add line number attribute to indentation error exception (#104743)Marta Gómez Macías2023-05-223-8/+20
* gh-102856: Allow comments inside multi-line f-string expresions (#104006)Cristián Maureira-Fredes2023-05-222-7/+38
* gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)Serhiy Storchaka2023-05-224-1/+21
* Update macOS installer ReadMe and Welcome screens for 3.12.0b1. (GH-104739)Ned Deily2023-05-222-27/+6
* gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-104738)Ned Deily2023-05-222-3/+4
* gh-104656: Rename typeparams AST node to type_params (#104657)Jelle Zijlstra2023-05-2214-287/+290
* gh-104536: Improve `multiprocessing.process._cleanup` logic (#104537)Luccccifer2023-05-222-1/+4
* GH-103092: isolate `_ssl` (#104725)Kumar Aditya2023-05-223-14/+21