3.11
Name already in use
Commits on Oct 20, 2022
-
[3.11] [doc] Improve logging cookbook example. (GH-98481) (GH-98483)
Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
-
-
typing tests:
_overload_dummy
raisesNotImplementedError
, not `Ru…
Commits on Oct 19, 2022
-
[3.11] [doc] Refresh the venv introduction documentation, and correct…
… the st… (GH-98465) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Phil Elson <pelson.pub@gmail.com>
-
Doc: Remove title text from internal links (GH-98409)
Rely on the title of the linked internal page instead of putting the title. Sphinx will render with the title correctly, and this will reduce work for translators (cherry picked from commit 52fcba6) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
-
gh-97928: Fix handling options starting with "-" in tkinter.Text.coun…
-
gh-97928: Add tests for tkinter.Text.count() (GH-98269)
(cherry picked from commit 1b684c8) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
-
gh-95913: Edit zipfile Whatsnew section & add new APIs (GH-98314)
* Link ZipFile in What's New entry discussing it * Add entry for new ZipFile.mkdir method * Add entry for new zipfile.Path.stem/suffix/suffixes methods * Add missing line breaks between zipfile bullet list items (cherry picked from commit ed827d5) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
-
gh-95913: Add WhatsNew section for new logging APIs (GH-98320)
* Add entry for new logging.getLevelNamesMapping function * Add entry for SysLogHandler.createSocket to whatsnew * Add missing line break between logging bullet list items (cherry picked from commit 251b8cc) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Commits on Oct 18, 2022
-
gh-95914: Add links to 3.11 WhatsNew Summary items (GH-98416)
Add links to Summary items to where readers can learn more (cherry picked from commit fcae195) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
-
General improvements to the itertools docs (GH-98408)
(cherry picked from commit f4ead48) Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
-
gh-95913: Copyedit, xref and organize enum section (GH-98295)
* Whatsnew: Convert literals in enum section to actual x-references * Whatsnew: Rewrite enum section for clear and consistant phrasing * Whatsnew: Combine directly related enum items instead of seperating them * gh-98250: Describe __str__/__format__ changes more clearly/accurately * Tweak enum section language per feedback from Ethan (cherry picked from commit 73e5180) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
-
gh-95913: Prepare remaining Whatsnew sections for editing (GH-98342)
* Add line breaks & ref targets to Whatsnew to prepare for future changes * Use standard heading underbar symbols for H4 sections * Flatten Porting subsection; clarify scope of/link Python->CAPI sections * Move C API pending deprecations to C API section, to match the others (cherry picked from commit 0a0c7e5) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Commits on Oct 17, 2022
-
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371
) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>. (cherry picked from commit fa2d43e) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-
Move random selection recipes from itertools.rst to random.rst (GH-98369
) (cherry picked from commit 70732d8) Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
-
gh-85525: Remove extra row in doc (GH-98337)
* remove extra row *
📜 🤖 Added by blurb_it. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> (cherry picked from commit 5c9302d) Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> -
gh-95914: Add What's New item describing PEP 670 changes (GH-98315)
(cherry picked from commit aafc53c) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Commits on Oct 16, 2022
-
GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH…
-
[3.11] gh-98307: Add docstring and documentation for SysLogHandler.cr… (
GH-98325) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
-
gh-85299: Add note warning about entry point guard for asyncio example (
-
gh-97527: IDLE - fix buggy macosx patch (GH-98313)
GH-97530 fixed IDLE tests possibly crashing on a Mac without a GUI. But it resulted in IDLE not starting in 3.10.8, 3.12.0a1, and Microsoft Python 3.10.2288.0 when test/* is not installed. After this patch, test.* is only imported when testing on Mac. (cherry picked from commit 35fa5d5) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Commits on Oct 15, 2022
-
[3.11] [doc] Update logging cookbook with an example of custom handli… (
GH-98296) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
-
docs(typing): harmonize "See PEP x for more details" (GH-97927)
(cherry picked from commit 0238965) Co-authored-by: Simon Legner <Simon.Legner@gmail.com>
-
Upgrade ccache-action to one using Node 16 (GH-98166)
Github Actions has deprecated the use of Node 12, and will be turning it off by summer 2023. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ (cherry picked from commit ad8e297) Co-authored-by: Michael Droettboom <mdboom@gmail.com>