summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-114211: Update EmailMessage doc about ordered keys (#114224)Terry Jan Reedy2024-01-181-3/+3
* gh-112984 Update Windows build and installer for free-threaded builds (GH-113...Steve Dower2024-01-172-2/+62
* Fix typo in tkinter.ttk.rst (GH-106157)Christophe Nanteuil2024-01-171-1/+1
* gh-114070: fix token reference warnings in expressions.rst (#114169)Sergey B Kirpichev2024-01-171-2/+3
* gh-111301: Advertise importlib methods removal in What's new in Python 3.12 (...Karolina Surma2024-01-171-0/+12
* gh-72284: Revise lists in IDLE doc (#114174)Terry Jan Reedy2024-01-171-41/+27
* gh-112043: Align concurrent.futures.Executor.map docs with implementation (#1...Erlend E. Aasland2024-01-171-5/+5
* gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107...Steffen Zeile2024-01-171-3/+3
* GH-110109: pathlib docs: bring `from_uri()` and `as_uri()` together. (#110312)Barney Gale2024-01-161-49/+61
* Fix typo in c_annotations.py comment (#108773)Kuan-Wei Chiu2024-01-161-1/+1
* gh-94220: Align fnmatch docs with the implementation and amend markup (#114152)Erlend E. Aasland2024-01-161-12/+14
* GH-78988: Document `pathlib.Path.glob()` exception propagation. (#114036)Barney Gale2024-01-161-0/+4
* Update copyright years to 2024. (GH-113608)solya0x2024-01-162-2/+2
* Docs: Improve multiprocessing.SharedMemory reference (#114093)Erlend E. Aasland2024-01-161-38/+46
* gh-114069: Revise Tutorial Methods paragraph (#114127)Terry Jan Reedy2024-01-161-6/+5
* gh-113626: Add allow_code parameter in marshal functions (GH-113648)Serhiy Storchaka2024-01-162-10/+39
* gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)AN Long2024-01-162-0/+49
* Docs: Align multiprocessing.shared_memory docs with Sphinx recommendations (#...Erlend E. Aasland2024-01-162-47/+54
* gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)Zackery Spytz2024-01-162-5/+22
* gh-114070: correct the specification of ``digit`` in the float() docs (#114080)Sergey B Kirpichev2024-01-151-5/+4
* gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)Sergey B Kirpichev2024-01-151-0/+18