summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.0rc2v3.10.0rc2Pablo Galindo2021-09-0712-29/+0
* bpo-39452: Rewrite and expand __main__.rst (GH-26883)Miss Islington (bot)2021-08-241-0/+4
* Move susp-ignored locationsMiss Islington (bot)2021-08-221-0/+3
* bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)Miss Islington (bot)2021-08-171-0/+3
* bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)Miss Islington (bot)2021-08-131-0/+3
* bpo-33479: Add architecture and threading model sections to Tkinter module do...Miss Islington (bot)2021-08-111-0/+2
* bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)Miss Islington (bot)2021-08-101-0/+4
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)Miss Islington (bot)2021-08-101-0/+1
* bpo-41576: document BaseException in favor of bare except (GH-21917)Miss Islington (bot)2021-08-061-0/+1
* bpo-27752: improve documentation of csv.Dialect (GH-26795)Miss Islington (bot)2021-08-061-0/+1
* bpo-44756: [docs] revert automated virtual environment creation on `make html...Miss Islington (bot)2021-08-061-0/+3
* bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)Miss Islington (bot)2021-08-041-0/+2
* [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-...Miss Islington (bot)2021-08-041-0/+2
* Python 3.10.0rc1v3.10.0rc1Pablo Galindo2021-08-028-16/+0
* bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563)Miss Islington (bot)2021-08-021-0/+1
* bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424)Miss Islington (bot)2021-07-281-0/+4
* bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...Miss Islington (bot)2021-07-261-0/+2
* The current documentation says it returns None if the name is not found, but ...Miss Islington (bot)2021-07-261-0/+1
* bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH-27357)Miss Islington (bot)2021-07-261-0/+2
* bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (GH-...Miss Islington (bot)2021-07-211-0/+2
* [3.10] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) ...Miss Islington (bot)2021-07-191-0/+3
* bpo-44613: Make importlib.metadata non-provisional (GH-27101) (#27106)Miss Islington (bot)2021-07-131-0/+1
* Python 3.10.0b4v3.10.0b4Pablo Galindo2021-07-105-7/+0
* bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)Miss Islington (bot)2021-07-071-0/+2
* bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (G...Miss Islington (bot)2021-06-291-0/+1
* bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH...Miss Islington (bot)2021-06-271-0/+2
* bpo-41621: Document defaultdict's default_factory parameter (GH-21945)Miss Islington (bot)2021-06-231-0/+1
* bpo-13814: Explain why generators are not context managers (GH-26835)Miss Islington (bot)2021-06-211-0/+1
* Python 3.10.0b3v3.10.0b3Pablo Galindo2021-06-173-6/+0
* bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)Miss Islington (bot)2021-06-161-0/+2
* bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)Miss Islington (bot)2021-06-141-0/+2
* bpo-44322: Document more SyntaxError details. (GH-26562)Miss Islington (bot)2021-06-071-0/+2
* Python 3.10.0b2v3.10.0b2Pablo Galindo2021-05-316-10/+0
* [3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-2...Miss Islington (bot)2021-05-261-0/+2
* bpo-44195: Use 'TraversableResources' in the docs to match the implementation...Miss Islington (bot)2021-05-241-0/+2
* [3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (...Łukasz Langa2021-05-181-0/+1
* bpo-44072: fix Complex, Integral docs for `**` (GH-25986)Miss Islington (bot)2021-05-141-0/+2
* bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...Miss Islington (bot)2021-05-101-0/+2
* bpo-44025: Clarify when '_' is a keyword. (GH-25873)Miss Islington (bot)2021-05-041-0/+1
* Python 3.10.0b1v3.10.0b1Pablo Galindo2021-05-037-12/+0
* bpo-43977: Document the new pattern matching type flags (GH-25734)Brandt Bucher2021-05-021-0/+2
* bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)larryhastings2021-05-021-0/+1
* bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671)scoder2021-04-281-0/+1
* bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)Llandy Riveron Del Risco2021-04-261-0/+2
* bpo-43739: Add type declaration Doc/extending/extending.rst exampleShreyan Avigyan2021-04-101-0/+1
* bpo-43778: Fix Sphinx glossary_search extension (GH-25286)Victor Stinner2021-04-081-0/+2
* bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...Saiyang Gou2021-04-061-0/+3
* Python 3.10.0a7v3.10.0a7Pablo Galindo2021-04-054-7/+0
* bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)Jürgen Gmach2021-03-261-0/+1
* bpo-41933: Clarify wording for s * n in Common Sequence Operations (GH-22570)Chavdar Yotov2021-03-151-0/+1