summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (#114373)Nikita Sobolev2024-01-212-3/+2
* Docs: mark up the FTP debug levels as a list (#114360)Erlend E. Aasland2024-01-211-6/+9
* Fix the confusing "User-defined methods" reference in the datamodel (#114276)cdzhan2024-01-211-1/+1
* Docs: Add missing line continuation to FTP_TLS class docs (#114352)Erlend E. Aasland2024-01-201-1/+1
* Docs: structure the ftplib reference (#114317)Erlend E. Aasland2024-01-201-244/+250
* GH-99380: Update to Sphinx 7 (#99381)Adam Turner2024-01-201-2/+1
* gh-114332: Fix the flags reference for ``re.compile()`` (#114334)David H. Gutteridge2024-01-201-2/+2
* GH-79634: Accept path-like objects as pathlib glob patterns. (#114017)Barney Gale2024-01-201-0/+6
* Retain shorter tables of contents for Sphinx 5.2.3+ (#114318)Hugo van Kemenade2024-01-191-0/+4
* gh-112092: clarify unstable ABI recompilation requirements (#112093)DerSchinken2024-01-181-1/+1
* gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...Nikita Sobolev2024-01-181-1/+1
* gh-114231: Fix indentation in enum.rst (#114232)Miyashita Yosuke2024-01-181-1/+1