aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.5v3.12.5Thomas Wouters2024-08-0677-287/+935
* [3.12] gh-122334: Fix test_embed failure when missing _ssl module (GH-122630)...Miss Islington (bot)2024-08-061-2/+6
* [3.12] gh-122744: Bump bundled pip to 24.2 (#122747)Pradyun Gedam2024-08-064-1/+2
* [3.12] gh-119577: Adjust DeprecationWarning when testing element truth values...Gregory P. Smith2024-08-065-6/+11
* [3.12] gh-117270: Add missed change to COMPARE_OP from 3.12 to dis documentat...Christopher Chianelli2024-08-061-1/+4
* [3.12] gh-120104: IDLE: Fix padding in config and search dialogs (GH-120107) ...Miss Islington (bot)2024-08-063-2/+3
* [3.12] gh-121650: Encode newlines in headers, and verify headers are sound (G...Petr Viktorin2024-08-0610-4/+168
* [3.12] gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574)...Gregory P. Smith2024-08-062-3/+6
* [3.12] gh-83505: Add markdown mimetype mapping (GH-17995) (#118594)Miss Islington (bot)2024-08-062-0/+3
* [3.12] Fix syntax in generate_re_casefix.py (GH-122699) (#122722)Miss Islington (bot)2024-08-062-3/+3
* [3.12] gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-122280)...Sergey B Kirpichev2024-08-051-0/+11
* [3.12] gh-121367: [doc] BUILD_TUPLE arg can be 0 (GH-122663) (#122684)Miss Islington (bot)2024-08-051-4/+8
* [3.12] Add `3.13` and remove `3.7` in Azure Pipelines (GH-122670) (#122672)Miss Islington (bot)2024-08-041-1/+1
* [3.12] gh-122661: Remove GNU make-specific directive from Doc/Makefile (GH-12...Miss Islington (bot)2024-08-041-16/+20
* [3.12] gh-122623: Improve `c-api/bytearray.rst` with error handling info (GH-...Miss Islington (bot)2024-08-031-2/+7
* [3.12] GH-121970: Fix ``gettext`` for audit events (GH-122651) (#122654)Miss Islington (bot)2024-08-031-0/+2
* [3.12] Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-...Miss Islington (bot)2024-08-031-1/+1
* [3.12] Doc: Improve wording of ``os.path.commonpath()`` (GH-122627) (#122642)Miss Islington (bot)2024-08-031-1/+1
* [3.12] gh-122334: Fix crash when importing ssl after re-initialization (GH-12...neonene2024-08-023-0/+28
* [3.12] Fix typos in docs (#122502) (#122605)Alex Waygood2024-08-022-2/+2
* [3.12] gh-121723: Relax constraints on queue objects for `logging.handlers.Qu...Miss Islington (bot)2024-08-024-50/+124
* [3.12] gh-122544: Change OS image in readthedocs.yml to ubuntu-24.04 (GH-1225...Miss Islington (bot)2024-08-021-1/+1
* [3.12] Fixes typo in idlelib/idle_test/example_stub.pyi (GH-122520) (#122591)Miss Islington (bot)2024-08-011-1/+1
* [3.12] gh-122384: Mark strings from Download page for translation (GH-122385)...Miss Islington (bot)2024-08-011-32/+42
* [3.12] Move change detection to separate workflow in CI (GH-122336). (#122538)Sviatoslav Sydorenko (Святослав Сидоренко)2024-08-012-102/+163
* [3.12] gh-122133: Rework pure Python socketpair tests to avoid use of importl...Miss Islington (bot)2024-07-312-77/+64
* [3.12] gh-87320: In the code module, handle exceptions raised in sys.exceptho...Serhiy Storchaka2024-07-313-3/+52
* [3.12] Docs: bump Sphinx to 8.0 and update constraints (GH-122496) (#122500)Hugo van Kemenade2024-07-312-8/+8
* [3.12] GH-122482: Make About IDLE direct discussion to DPO (GH-122483) (#122486)Miss Islington (bot)2024-07-303-7/+13
* [3.12] Remove outdated note about instance methods from datamodel.rst (GH-122...Miss Islington (bot)2024-07-301-8/+1
* [3.12] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122...Dino Viehland2024-07-302-10/+12
* [3.12] gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480)...Miss Islington (bot)2024-07-303-0/+8
* [3.12] gh-122400: Handle ValueError in filecmp (GH-122401) (GH-122442)Miss Islington (bot)2024-07-303-4/+42
* [3.12] GH-121970: Extract ``audit_events`` into a new extension (GH-122325) (...Miss Islington (bot)2024-07-303-207/+263
* [3.12] GH-122085: Use include files for C API deprecations (GH-109843) (#122423)Adam Turner2024-07-305-83/+110
* [3.12] gh-122133: Authenticate socket connection for `socket.socketpair()` fa...Miss Islington (bot)2024-07-293-3/+147
* [3.12] gh-122311: Fix a refleak in pickle (GH-122411) (GH-122416)Miss Islington (bot)2024-07-291-0/+1
* Revert "[3.12] gh-120713: Normalize year with century for datetime.strftime (...Serhiy Storchaka2024-07-297-174/+16
* [3.12] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122250)Eric Snow2024-07-295-52/+131
* [3.12] gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of … (#12...Kirill Podoprigora2024-07-295-420/+427
* [3.12] gh-122311: Fix some error messages in pickle (GH-122386) (GH-122388)Miss Islington (bot)2024-07-294-7/+11
* [3.12] gh-122311: Add more tests for pickle (GH-122376) (GH-122378)Serhiy Storchaka2024-07-282-117/+682
* [3.12] gh-122085: Create dedicated page for deprecations (GH-122352) (#122375)Miss Islington (bot)2024-07-283-0/+15
* [3.12] gh-122300: Preserve AST nodes for format specifiers with single elemen...Pablo Galindo Salgado2024-07-274-2826/+133
* [3.12] GH-121462: pathlib docs: improve table of corresponding os/os.path fun...Barney Gale2024-07-271-45/+48
* [3.12] gh-122044: Don't error during gitignore filtering with no files (GH-12...Miss Islington (bot)2024-07-271-0/+4
* [3.12] gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (GH-...Hugo van Kemenade2024-07-272-1/+10
* [3.12] gh-122170: Handle ValueError raised by os.stat() in linecache (GH-1221...Miss Islington (bot)2024-07-273-2/+37
* [3.12] Move macOS matrix to the calling workflow (GH-121809) (#122330)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-272-20/+33
* [3.12] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122...Miss Islington (bot)2024-07-273-1/+19