summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...CAM Gerlach2022-05-104-9/+4
* gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (...Alex Waygood2022-05-102-6/+0
* gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539)Alex Waygood2022-05-102-2/+2
* bpo-13553: Document tkinter.Tk args (#4786)Cheryl Sabella2022-05-101-10/+66
* gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)Barney Gale2022-05-101-6/+0
* bpo-38056: overhaul Error Handlers section in codecs documentation (#15732)Ma Lin2022-05-091-73/+116
* bpo-39229: fix formatting in library/functions.rst (#17857)Rafael Fontenelle2022-05-081-2/+2
* pdb docs: workaround for double semicolon in strings (#17011)Godefroid Chapelle2022-05-081-1/+2
* gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967)David CARLIER2022-05-081-0/+5
* gh-91760: More strict rules for numerical group references and group names in...Serhiy Storchaka2022-05-081-8/+11
* gh-80856: doc: reveal doctest directives (#92318)Davide Rizzo2022-05-081-17/+37
* Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378)Oleg Iarygin2022-05-081-1/+1
* gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (#9...Alex Waygood2022-05-081-10/+0
* `typing.Text`: tweak deprecation notice (#92405)Alex Waygood2022-05-081-1/+2
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-081-0/+42
* gh-77630: Change Charset to charset (GH-92439)slateny2022-05-081-7/+7
* gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423)Alex Waygood2022-05-081-10/+0
* gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420)Alex Waygood2022-05-081-9/+0
* gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH...Alex Waygood2022-05-081-7/+0
* gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Pytho...Alex Waygood2022-05-081-1/+0
* gh-92417: `typing` docs: `from __future__ import annotations` can be used in ...Alex Waygood2022-05-081-1/+1
* gh-92203: Add closure support to exec(). (#92204)larryhastings2022-05-061-1/+9
* gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)Alex Waygood2022-05-061-0/+7
* Enum docs: Remove unnecessary apostrophes (#92382)Alex Waygood2022-05-061-2/+2
* GH-89519: Deprecate classmethod descriptor chaining (#92379)Raymond Hettinger2022-05-061-0/+5
* gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)Ethan Furman2022-05-061-0/+21
* gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)Gregory P. Smith2022-05-061-2/+5
* gh-87901: Add encoding to os.popen (GH-92374)Inada Naoki2022-05-061-2/+6
* update argparse's doc of append action. (#92344)Hai Shi2022-05-061-2/+4
* gh-57684: Document safe path in What's New in Python 3.11 (#92362)Victor Stinner2022-05-061-0/+6
* gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)Paul Ganssle2022-05-061-35/+48
* gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)Victor Stinner2022-05-051-8/+16
* gh-82616: Add process_group support to subprocess.Popen (#23930)Gregory P. Smith2022-05-051-8/+15
* gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)cibofo2022-05-051-4/+47
* minor hashlib doc example cleanup. (#92340)Gregory P. Smith2022-05-051-8/+6
* bpo-41818: Add os.login_tty() for *nix. (#29658)Soumendra Ganguly2022-05-051-0/+11
* gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (#92224)Sebastian Rittau2022-05-051-16/+1
* gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)Kabir Kwatra2022-05-031-0/+6
* Improve the typing docs (#92264)Jelle Zijlstra2022-05-031-34/+33
* bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)David CARLIER2022-05-031-0/+9
* bpo-44863: Allow generic typing.TypedDict (#27663)Samodya Abey2022-05-031-1/+10
* gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)Carey Metcalfe2022-05-031-0/+5
* bpo-43923: Add support for generic typing.NamedTuple (#92027)Serhiy Storchaka2022-05-021-0/+9
* bpo-46586: Fix more erroneous doc links to builtins (#31429)Meer Suri2022-05-023-3/+3
* bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)Géry Ogam2022-05-021-2/+13
* bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)Yassir Karroum2022-05-021-1/+1
* importlib docs: Update importlib.abc hierarchy (#31113)David Gilbertson2022-05-021-4/+3
* Fix duplicate word. (GH-92182)Benjamin Peterson2022-05-021-1/+1
* gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)Jelle Zijlstra2022-05-021-0/+9
* gh-91783: Document security considerations for shutil.unpack_archive (#91844)Sam Ezeh2022-05-021-1/+7