summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-104943: Remove mentions of old Python versions (GH-104945) (#104963)Miss Islington (bot)2023-05-262-4/+2
* [3.12] gh-104479: Update outdated tutorial floating-point reference (GH-10468...Miss Islington (bot)2023-05-261-10/+13
* [3.12] gh-102024: Reduced _idle_semaphore.release calls (GH-102025) (#104959)Miss Islington (bot)2023-05-262-8/+12
* [3.12] gh-104372: Drop the GIL around the vfork() call. (GH-104782) (#104942)Miss Islington (bot)2023-05-253-6/+31
* [3.12] gh-104935: typing: Fix interactions between `@runtime_checkable` and `...Miss Islington (bot)2023-05-253-3/+48
* Improves the Windows MSI test run on PR (GH-104929)Miss Islington (bot)2023-05-252-35/+27
* [3.12] Fix indentation in `json.AttrDict` REPL example (GH-104930) (#104931)Miss Islington (bot)2023-05-251-8/+8
* [3.12] Misc improvements to the itertools docs (GH-104916) (GH-104917)Miss Islington (bot)2023-05-251-7/+24
* [3.12] Misc updates to Whatsnew 3.12 (GH-104912) (GH-104915)Miss Islington (bot)2023-05-252-3/+36
* [3.12] Fix test_importlib.test_side_effect_import() (GH-104840) (#104842)Miss Islington (bot)2023-05-251-1/+2
* [3.12] gh-104874: Document NewType.__supertype__ (GH-104875) (#104906)Miss Islington (bot)2023-05-242-0/+14
* [3.12] gh-99108: Refresh HACL* (GH-104808) (#104893)Miss Islington (bot)2023-05-2418-149/+225
* [3.12] gh-104879: Fix TypeAliasType.__module__ in exec() (GH-104881) (#104890)Miss Islington (bot)2023-05-244-2/+52
* [3.12] Improve test coverage for is_typeddict (GH-104884) (#104889)Miss Islington (bot)2023-05-241-3/+22
* [3.12] gh-104866: Tokenize should emit NEWLINE after exiting block with comme...Miss Islington (bot)2023-05-242-3/+23
* gh-103207: The macOS 13 Ventura Installer.app permission problem is fixed by ...Ned Deily2023-05-241-0/+22
* [3.12] gh-104825: add omitted idlelib text fix (#104880)Terry Jan Reedy2023-05-241-2/+2
* [3.12] gh-102856: Update "Formatted string literals" docs section after PEP70...Miss Islington (bot)2023-05-241-17/+35
* [3.12] gh-104719: IDLE - test existence of all tokenize references. (GH-10476...Miss Islington (bot)2023-05-245-12/+54
* [3.12] gh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (gh… (gh-...Dong-hee Na2023-05-242-19/+18
* [3.12] gh-104825: Remove implicit newline in the line attribute in tokens emi...Pablo Galindo Salgado2023-05-244-6/+12
* [3.12] gh-102856: Add missing quote to fix doctest (GH-104852) (#104854)Miss Islington (bot)2023-05-241-1/+1
* [3.12] gh-102856: Add changes related to PEP 701 in 3.12 What's New docs (GH-...Miss Islington (bot)2023-05-241-16/+135
* [3.12] gh-104797: Allow Protocols to inherit from collections.abc.Buffer (GH-...Miss Islington (bot)2023-05-243-1/+19
* [3.12] gh-104372: use == -1 before PyErr_Occurred (GH-104831) (#104833)Miss Islington (bot)2023-05-241-1/+1
* [3.12] gh-103295: fix stack overwrite on 32-bit in perf map test harness (GH-...Miss Islington (bot)2023-05-231-4/+9
* [3.12] Remove gh-103207 changelog item as it was never part of any release. (...Miss Islington (bot)2023-05-231-10/+0
* [3.12] gh-104271: Fix auto() fallback in case of mixed type Enum (GH-104279)Itamar Ostricher2023-05-232-2/+5
* [3.12] gh-99108: Release the GIL around hashlib built-in computation (GH-1046...Miss Islington (bot)2023-05-237-15/+207
* [3.12] GH-101291: Avoid using macros with casts in low-level long API. (GH-10...Miss Islington (bot)2023-05-231-2/+3
* [3.12] GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104760)Miss Islington (bot)2023-05-234-7/+47
* [3.12] howto/urllib2: remove link to an outdated french translation (GH-10419...Miss Islington (bot)2023-05-231-7/+0
* [3.12] gh-87891: Add ABI check to CI (#104793)Petr Viktorin2023-05-233-3/+26441
* [3.12] Add the 3.12 branch to the github workflows. (GH-104768) (#104769)Miss Islington (bot)2023-05-222-0/+4
* Post 3.12.0b1Thomas Wouters2023-05-221-1/+1
* 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
* gh-102856: Tokenize performance improvement (#104731)Marta Gómez Macías2023-05-222-13/+17
* gh-104683: clinic.py: Modernise `parse_converter()` using pattern-matching (#...Alex Waygood2023-05-211-15/+19
* gh-104686: Fix tracing for decorated classes (#104708)Jelle Zijlstra2023-05-212-0/+50
* gh-104683: `clinic.py`: Improve coverage for the `parse_converter` method (#1...Alex Waygood2023-05-211-0/+39
* gh-98836: Extend PyUnicode_FromFormat() (GH-98838)Serhiy Storchaka2023-05-2110-288/+585