summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* [3.11] Docs: link to sys.stdout in ftplib docs (GH-114396) (#114398)Miss Islington (bot)2024-01-211-2/+2
* [3.11] gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect i...Miss Islington (bot)2024-01-211-1/+1
* [3.11] Docs: mark up FTP() constructor with param list (GH-114359) (#114383)Miss Islington (bot)2024-01-211-9/+34
* [3.11] Docs: mark up the FTP debug levels as a list (GH-114360) (#114376)Miss Islington (bot)2024-01-211-6/+9
* [3.11] Docs: structure the ftplib reference (#114317) (#114351)Erlend E. Aasland2024-01-201-250/+259
* [3.11] gh-114332: Fix the flags reference for ``re.compile()`` (GH-114334) (#...Miss Islington (bot)2024-01-201-2/+2
* [3.11] gh-108303: Move all doctest related files and tests to `Lib/test/test_...Nikita Sobolev2024-01-191-1/+1
* [3.11] gh-114231: Fix indentation in enum.rst (GH-114232) (#114235)Miss Islington (bot)2024-01-181-1/+1
* [3.11] gh-114211: Update EmailMessage doc about ordered keys (GH-114224) (#11...Miss Islington (bot)2024-01-181-3/+3
* [3.11] Fix typo in tkinter.ttk.rst (GH-106157) (GH-114201)Miss Islington (bot)2024-01-171-1/+1
* [3.11] gh-72284: Revise lists in IDLE doc (GH-114174) (#114176)Miss Islington (bot)2024-01-171-41/+27
* [3.11] gh-112043: Align concurrent.futures.Executor.map docs with implementat...Miss Islington (bot)2024-01-171-5/+5
* [3.11] gh-88531 Fix dataclass __post_init__/__init__ interplay documentation ...Miss Islington (bot)2024-01-171-3/+3
* [3.11] gh-94220: Align fnmatch docs with the implementation and amend markup ...Miss Islington (bot)2024-01-161-12/+14
* [3.11] Docs: Improve multiprocessing.SharedMemory reference (#114093) (#114138)Erlend E. Aasland2024-01-161-17/+23
* [3.11] Docs: Align multiprocessing.shared_memory docs with Sphinx recommendat...Erlend E. Aasland2024-01-161-48/+56
* [3.11] GH-101130: Document multiple arguments for `PurePath.[is_]relative_to(...Barney Gale2024-01-161-0/+4
* [3.11] gh-114070: correct the specification of ``digit`` in the float() docs ...Miss Islington (bot)2024-01-151-5/+4
* [3.11] gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/htt...Hugo van Kemenade2024-01-142-30/+32
* [3.11] gh-89159: Document missing TarInfo members (GH-91564) (#114007)Miss Islington (bot)2024-01-121-0/+30
* [3.11] Link to the glossary for "magic methods" in ``MagicMock`` (GH-111292) ...Miss Islington (bot)2024-01-121-4/+4
* [3.11] GH-107678: Improve Unicode handling clarity in ``library/re.rst`` (GH-...Miss Islington (bot)2024-01-121-92/+145
* [3.11] GH-92584: Move installation schemes overview to sysconfig docs (GH-108...Adam Turner2024-01-112-17/+166
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Steve Dower2024-01-111-2/+2
* [3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910)Serhiy Storchaka2024-01-106-16/+16
* [3.11] Docs: Link tokens in the format string grammars (GH-108184) (#113840)Miss Islington (bot)2024-01-091-7/+7
* [3.11] gh-113360: Fix the documentation of module's attribute __test__ (GH-11...Miss Islington (bot)2024-01-051-3/+3
* [3.11] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) (#1...Miss Islington (bot)2024-01-051-47/+56
* [3.11] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-1...Miss Islington (bot)2024-01-051-2/+2
* [3.11] Document the `co_lines` method on code objects (#113682) (#113687)Alex Waygood2024-01-031-4/+5
* [3.11] `functools.partial` docs: Use the more common spelling for "referencea...Miss Islington (bot)2024-01-031-1/+1
* [3.11] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...Hugo van Kemenade2023-12-312-16/+16
* [3.11] Update ConfigParser docs defining valid section name (GH-110506) (#113...Miss Islington (bot)2023-12-301-1/+1
* [3.11] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (...Miss Islington (bot)2023-12-301-0/+2
* [3.11] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113554)Miss Islington (bot)2023-12-291-0/+3
* [3.11] gh-101100: Fix Sphinx warnings in library/random.rst (GH-112981) (#113...Miss Islington (bot)2023-12-281-15/+44
* [3.11] gh-67641: Clarify documentation on bytes vs text with non-seeking tarf...Miss Islington (bot)2023-12-271-4/+6
* [3.11] gh-101100: Fix Sphinx warnings in `library/cmd.rst` (GH-113502) (#113510)Miss Islington (bot)2023-12-271-11/+14
* [3.11] gh-101100: Fix Sphinx warnings in `library/calendar.rst` (GH-113500) (...Miss Islington (bot)2023-12-271-3/+10
* [3.11] gh-101100: Fix Sphinx warnings in `library/bisect.rst` (GH-113496) (#1...Hugo van Kemenade2023-12-261-2/+2
* [3.11] gh-74573: document that ndbm can silently corrupt databases on macOS (...Miss Islington (bot)2023-12-232-0/+10
* [3.11] gh-112925: Fix error in example of `datetime.time.fromisoformat` and a...Miss Islington (bot)2023-12-231-1/+3
* [3.11] Docs: OpenSSL wording ambiguity (GH-113296) (#113349)Miss Islington (bot)2023-12-211-1/+1
* [3.11] gh-113255: Clarify docs for `typing.reveal_type` (#113286) (#113326)Alex Waygood2023-12-201-12/+11
* [3.11] Fix typo in collections.abc docs example (GH-113310) (#113312)Miss Islington (bot)2023-12-201-1/+1
* [3.11] gh-101100: Fix Sphinx warnings in `library/ast.rst` (GH-113289) (#113291)Hugo van Kemenade2023-12-191-15/+18
* [3.11] gh-113234: tomllib docs: reorder conversion table & add remaining type...Miss Islington (bot)2023-12-191-1/+7
* [3.11] gh-101100: Fix Sphinx warnings in library/tarfile.rst (GH-113237) (#11...Hugo van Kemenade2023-12-181-11/+56
* [3.11] gh-112890: `unittest` Test Discovery page updated "`unittest` dropped ...Miss Islington (bot)2023-12-171-2/+2
* [3.11] gh-105912: document gotcha with using os.fork on macOS (GH-112871) (#1...Ronald Oussoren2023-12-163-0/+21