summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.0v3.12.0Thomas Wouters2023-10-0212-72/+134
* [3.12] GH-109190: Announce final release in What's New in Python 3.12 (GH-110...Miss Islington (bot)2023-10-021-1/+1
* [3.12] Docs: bump Pygments to fix contrast ratios to meet WCAG AA guidelines ...Miss Islington (bot)2023-10-021-2/+1
* [3.12] GH-92584: Move installation schemes overview to sysconfig docs (GH-108...Miss Islington (bot)2023-10-023-18/+167
* [3.12] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-10992...Miss Islington (bot)2023-10-021-4/+9
* [3.12] GH-101100: Fix reference warnings for ``namedtuple`` (GH-110113) (#110...Miss Islington (bot)2023-10-022-4/+4
* [3.12] gh-110138: Improve grammar in idiomatic usage of ``__main__.py`` (GH-1...Miss Islington (bot)2023-10-021-3/+3
* [3.12] gh-101100: Fix sphinx warnings in `library/site.rst` (GH-110144) (#110...Hugo van Kemenade2023-10-023-13/+25
* [3.12] GH-101100: Fix reference warnings for ``gettext`` (GH-110115) (#110140)Miss Islington (bot)2023-10-021-29/+26
* [3.12] gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110054) (#11...Miss Islington (bot)2023-10-023-4/+5
* [3.12] gh-109634: Fix `:samp:` syntax (GH-110073) (#110095)Miss Islington (bot)2023-09-293-3/+3
* [3.12] gh-101100: Fix references to ``URLError`` and ``HTTPError`` in ``howto...Miss Islington (bot)2023-09-291-8/+8
* [3.12] gh-101100: Fix Sphinx warnings in `tutorial/controlflow.rst` (GH-10942...Miss Islington (bot)2023-09-292-3/+2
* [3.12] gh-101100: Fix sphinx warnings in `library/difflib.rst` (GH-110074) (#...Miss Islington (bot)2023-09-292-10/+9
* [3.12] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070)Miss Islington (bot)2023-09-295-5/+63
* [3.12] GH-109190: Copyedit 3.12 What's New: Bytecode (GH-109821) (#110047)Adam Turner2023-09-282-2/+29
* [3.12] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multis...Miss Islington (bot)2023-09-283-7/+9
* [3.12] gh-109991: Update macOS installer to use OpenSSL 3.0.10. (#110004)Ned Deily2023-09-282-3/+4
* [3.12] gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (GH-109931) ...Miss Islington (bot)2023-09-282-9/+8
* [3.12] no-issue: Fix a typo in the parameter name of random.expovariate. (gh-...Miss Islington (bot)2023-09-271-1/+1
* [3.12] GH-109190: Copyedit 3.12 What's New: Release highlights (GH-109770) (#...Miss Islington (bot)2023-09-271-167/+247
* [3.12] gh-101100: Fix sphinx warnings in `library/devmode.rst` (GH-109963) (#...Miss Islington (bot)2023-09-272-3/+3
* [3.12] gh-107298: Document PyMODINIT_FUNC macro (GH-109236) (#109947)Miss Islington (bot)2023-09-273-3/+27
* [3.12] GH-109190: Copyedit 3.12 What's New: Deprecations (GH-109766) (#109925)Miss Islington (bot)2023-09-271-107/+170
* [3.12] gh-109889: comment out assertion indicating a failed optimization of a...Irit Katriel2023-09-261-1/+7
* [3.12] gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (GH-109881...Hugo van Kemenade2023-09-262-11/+9
* [3.12] GH-109190: Copyedit 3.12 What's New: Sort Other Language Changes (GH-1...Adam Turner2023-09-261-47/+47
* [3.12] gh-109823: Adjust labels in compiler when removing an empty basic bloc...Miss Islington (bot)2023-09-263-1/+15
* [3.12] GH-109190: Copyedit 3.12 What's New: Improve the C-API deprecations se...Miss Islington (bot)2023-09-261-13/+94
* [3.12] GH-109190: Copyedit 3.12 What's New: Use the present tense (GH-109754)...Miss Islington (bot)2023-09-261-30/+30
* [3.12] GH-109190: Copyedit 3.12 What's New: Trivia (GH-109760) (#109826)Miss Islington (bot)2023-09-251-7/+4
* [3.12] GH-109190: Copyedit 3.12 What's New: Prefer GitHub issues links (GH-10...Miss Islington (bot)2023-09-251-4/+4
* [3.12] GH-109190: Copyedit 3.12 What's New: Update the ``imp`` porting guidan...Miss Islington (bot)2023-09-251-2/+3
* [3.12] GH-109190: Copyedit 3.12 What's New: Increase the prominence of the se...Miss Islington (bot)2023-09-251-0/+7
* [3.12] GH-109190: Copyedit 3.12 What's New: Use the ``:file:`` role (GH-10975...Miss Islington (bot)2023-09-251-11/+11
* [3.12] gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.r...Miss Islington (bot)2023-09-242-2/+6
* [3.12] gh-109634: Use :samp: role (GH-109635) (#109776)Miss Islington (bot)2023-09-2430-95/+99
* [3.12] gh-100228: Document the os.fork threads DeprecationWarning. (GH-109767...Miss Islington (bot)2023-09-244-4/+60
* [3.12] GH-95913: Add the release date for Python 3.11 (GH-109750) (#109771)Miss Islington (bot)2023-09-242-2/+1
* [3.12] Docs: Update Donghee Na's name (GH-109743) (#109758)Hugo van Kemenade2023-09-2442-142/+142
* [3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/...Miss Islington (bot)2023-09-243-0/+17
* [3.12] ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (G...Miss Islington (bot)2023-09-221-3/+3
* [3.12] GH-109190: Copyedit 3.12 What's New: asyncio (GH-109661) (#109733)Miss Islington (bot)2023-09-221-4/+4
* [3.12] GH-109190: Copyedit 3.12 What's New: PEP 669 (GH-109658) (#109732)Miss Islington (bot)2023-09-221-3/+5
* [3.12] GH-109190: Copyedit 3.12 What's New: Other Language Changes (GH-109660...Miss Islington (bot)2023-09-221-8/+8
* [3.12] GH-109190: Copyedit 3.12 What's New: PEP 684 (GH-109657) (#109729)Miss Islington (bot)2023-09-221-4/+4
* [3.12] GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (GH-109665...Miss Islington (bot)2023-09-221-2/+2
* [3.12] gh-106967: remove Release and Date fields from whatsnew for 3.12 (#109...Hugo van Kemenade2023-09-221-2/+1
* [3.12] gh-109627: duplicated small exit blocks need to be assigned jump targe...Irit Katriel2023-09-223-5/+28
* [3.12] gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actio...Miss Islington (bot)2023-09-222-31/+20