summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-110893: Improve the documentation for __future__ module (#114642)Shantanu2024-01-291-42/+56
* gh-89159: Add some TarFile attribute types (GH-114520)Stanley2024-01-291-0/+6
* gh-100734: Add 'Notable change in 3.11.x' to `whatsnew/3.11.rst` (#114657)Hugo van Kemenade2024-01-281-0/+26
* Fix indentation in `__post_init__` documentation. (gh-114666)Bhushan Mohanraj2024-01-281-2/+2
* Correction Skip Montanaro's email address (#114677)Skip Montanaro2024-01-284-5/+5
* gh-101100: Fix sphinx warnings in `reference/import.rst` (#114646)Nikita Sobolev2024-01-272-4/+4
* gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (#114531)Hugo van Kemenade2024-01-273-51/+51
* gh-101100: Fix sphinx warnings in `library/email.mime.rst` (GH-114635)Nikita Sobolev2024-01-272-9/+8
* Fix `c-api/file.rst` indexes (GH-114608)Nikita Sobolev2024-01-271-2/+3
* gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891)Sergey B Kirpichev2024-01-271-6/+2
* gh-88569: add `ntpath.isreserved()` (#95486)Barney Gale2024-01-263-7/+43
* Docs: rework the dbm.dumb introduction (#114550)Erlend E. Aasland2024-01-261-30/+36
* Document PyOS_strtoul and PyOS_strtol (GH-114048)Sergey B Kirpichev2024-01-261-0/+36
* Docs: mark up dbm.open() with param list (#114601)Erlend E. Aasland2024-01-261-26/+26
* Docs: 'still' is a better word than 'nonetheless' (#114598)Ned Batchelder2024-01-263-3/+3
* Docs: fix versionchanged directives for dbm.open() and dbm.whichdb() (#114594)Erlend E. Aasland2024-01-261-5/+5
* Docs: reword dbm.ndbm introduction (#114549)Erlend E. Aasland2024-01-261-21/+26
* Docs: rework dbm introduction (#114551)Erlend E. Aasland2024-01-261-10/+11
* Docs: reword dbm.gnu introduction (#114548)Erlend E. Aasland2024-01-261-20/+21
* gh-101100: Fix sphinx warnings in `c-api/file.rst` (#114546)Nikita Sobolev2024-01-263-4/+15
* GH-73435: Add `pathlib.PurePath.full_match()` (#114350)Barney Gale2024-01-263-33/+35
* gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)Nikita Sobolev2024-01-251-3/+4
* Doc/library/sys.monitoring.rst: remove contradictory paragraph. (GH-113619)Ned Batchelder2024-01-251-3/+0
* gh-108731: Add description of __slots__ to MemberDescriptorType docs (GH-108745)plokmijnuhby2024-01-241-0/+4
* GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)Mark Shannon2024-01-241-2/+2
* Docs: mark up the FTP_TLS() docs with param list (#114510)Erlend E. Aasland2024-01-241-10/+46
* gh-104360: remove reference to removed module-level wrap_socket (GH-104361)Thomas Grainger2024-01-241-5/+1
* gh-101100: Fix Sphinx warnings in `c-api/structures.rst` (#113564)Hugo van Kemenade2024-01-242-10/+10
* gh-101100: Fix sphinx warnings in `concurrent.futures.rst` (#114521)Nikita Sobolev2024-01-242-21/+22
* gh-101100: Fix sphinx warnings in `asyncio-task.rst` (#114469)Nikita Sobolev2024-01-242-18/+16
* Fix a typo in the contextlib documentation (#114507)Daniel Hollas2024-01-241-1/+1
* Docs: use placeholders in dbm flag param docs (#114482)Erlend E. Aasland2024-01-231-60/+43
* Docs: mark up FTP.connect() and FTP.login() with param lists (#114395)Erlend E. Aasland2024-01-231-33/+70
* Docs: mark up FTP.retrbinary and FTP.storbinary with param lists (#114399)Erlend E. Aasland2024-01-232-17/+46
* gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` (#114425)Nikita Sobolev2024-01-232-14/+48
* GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (#114035)Barney Gale2024-01-231-3/+7
* GH-82695: Clarify `pathlib.Path.mkdir()` documentation (#114032)Barney Gale2024-01-231-3/+3
* GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. (#114031)Barney Gale2024-01-231-0/+7
* gh-66944: Note that the `contextlib.closing` example is for illustrative purp...Ville Skyttä2024-01-231-0/+8
* Docs: minor amendments to runpy.rst (#18416)Géry Ogam2024-01-231-20/+20
* Docs: align usage of versionadded/versionchanged with recommended practice (#...Erlend E. Aasland2024-01-2228-173/+172
* gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (#114194)Hugo van Kemenade2024-01-222-27/+26
* gh-114321: Expose more constants in the fcntl module (GH-114322)Serhiy Storchaka2024-01-221-10/+31
* Docs: Fix typo in code snippet (GH-114421)Kirill Podoprigora2024-01-221-1/+1
* gh-114115: Update documentation of array.array (GH-114117)Serhiy Storchaka2024-01-221-19/+25
* gh-114328: tty cbreak mode should not alter ICRNL (#114335)Gregory P. Smith2024-01-211-0/+15
* Docs: align sqlite3 docs with versionadded/versionchanged recommendations (#1...Erlend E. Aasland2024-01-211-12/+12
* Docs: link to sys.stdout in ftplib docs (#114396)Erlend E. Aasland2024-01-211-2/+2
* gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implemen...Nikita Sobolev2024-01-211-1/+1
* Docs: mark up FTP() constructor with param list (#114359)Erlend E. Aasland2024-01-211-11/+37