summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH...Miss Islington (bot)2021-12-101-9/+10
* bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)Miss Islington (bot)2021-12-071-5/+5
* [3.9] bpo-35821: Add an example to Logger.propagate documentation. (GH-29841)...Miss Islington (bot)2021-12-071-0/+9
* bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ...Miss Islington (bot)2021-12-071-2/+2
* bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)Miss Islington (bot)2021-12-041-1/+1
* docs: Improve example for urlparse() (GH-29816) (GH-29889)Miss Islington (bot)2021-12-021-31/+42
* bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29878)Miss Islington (bot)2021-12-011-3/+4
* bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ...Miss Islington (bot)2021-11-301-2/+2
* bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)Miss Islington (bot)2021-11-291-4/+18
* [3.9] [Doc] Add info to logging cookbook about running logging socket listene...Miss Islington (bot)2021-11-291-0/+22
* bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-2...Miss Islington (bot)2021-11-241-0/+5
* [3.9] bpo-45845: Change link for pyserial (GH-29675)Miss Islington (bot)2021-11-201-2/+2
* bpo-44844: Remove unresponsive web link (GH-29651)Miss Islington (bot)2021-11-201-3/+0
* bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-2964...Miss Islington (bot)2021-11-201-1/+1
* [3.9] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) (GH-2...Miss Islington (bot)2021-11-182-7/+6
* [3.9] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__``...Miss Islington (bot)2021-11-183-18/+148
* [3.9] [Enum] update member.member removal (GH-29611)Ethan Furman2021-11-181-1/+1
* [docs] Add missing word "any" in unittest -k cmdline option description (GH-2...Miss Islington (bot)2021-11-181-1/+1
* [3.9] Save a reference for ensure_future and create_task (GH-29163) (GH-29573)Miss Islington (bot)2021-11-162-0/+8
* bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29567)Miss Islington (bot)2021-11-151-18/+20
* bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29569)Miss Islington (bot)2021-11-151-7/+5
* bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)Miss Islington (bot)2021-11-141-1/+1
* [3.9] bpo-45772: socket.socket should be a class instead of a function (GH-23...Miss Islington (bot)2021-11-131-1/+1
* bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29536)Miss Islington (bot)2021-11-121-1/+1
* bpo-40170: Update What's New in Python 3.9 (GH-29470) (GH-29472)Miss Islington (bot)2021-11-081-4/+0
* [doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29448)Miss Islington (bot)2021-11-061-4/+5
* bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH...Miss Islington (bot)2021-11-051-22/+26
* Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)Miss Islington (bot)2021-11-041-4/+3
* bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...Miss Islington (bot)2021-11-041-4/+4
* bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29365)Miss Islington (bot)2021-11-031-1/+1
* [doc] Link to section File input (GH-28941) (GH-29376)Miss Islington (bot)2021-11-021-1/+1
* bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-...Miss Islington (bot)2021-11-021-1/+1
* [3.9] Move field width to the right field (GH-29344) (GH-29350)Miss Islington (bot)2021-10-311-2/+2
* bpo-45516: add protocol description to the Traversable documentation (GH-29039)Miss Islington (bot)2021-10-311-0/+40
* bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-2...Miss Islington (bot)2021-10-291-7/+8
* bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) ...Miss Islington (bot)2021-10-291-0/+6
* [3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297)Alex Waygood2021-10-281-6/+32
* bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29286)Miss Islington (bot)2021-10-281-2/+2
* bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...Miss Islington (bot)2021-10-281-1/+2
* bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219...Miss Islington (bot)2021-10-281-0/+46
* bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-292...Miss Islington (bot)2021-10-283-9/+33
* [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17....Ned Deily2021-10-271-0/+4
* bpo-44344: Document that pow can return a complex number for non-complex inpu...Miss Islington (bot)2021-10-211-1/+4
* bpo-41983: add availability info to socket docs (GH-27519) (GH-29137)Miss Islington (bot)2021-10-211-0/+4
* [3.9] bpo-44174: [Enum] add name-mangling reference (GH-29128)Ethan Furman2021-10-211-2/+2
* bpo-34451: Document prompt and output toggle feature in html tutorial (GH-271...Miss Islington (bot)2021-10-211-0/+7
* [3.9] bpo-42517: [ENUM] update docs for changes coming in 3.11 (GH-29113)Ethan Furman2021-10-201-2/+11
* bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...Miss Islington (bot)2021-10-201-0/+23
* [3.9] bpo-45449: add note about PEP 585 in collections.abc's documentation (G...Ɓukasz Langa2021-10-191-0/+3
* bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29066)Miss Islington (bot)2021-10-191-4/+6