summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-44150: Support optional weights parameter for fmean() (GH-26175)Raymond Hettinger2021-05-211-2/+19
* [doc] Fix typo in asyncio-eventloop documentation (GH-22311)Bruno2021-05-191-2/+2
* bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as co...naglis2021-05-191-2/+2
* bpo-26110: Document `CALL_METHOD_KW` (GH-26159)Ken Jin2021-05-191-0/+12
* bpo-4928: Document NamedTemporaryFile non-deletion after SIGKILL (#26198)Catherine Devlin2021-05-191-0/+3
* bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)Tal Einat2021-05-191-0/+6
* bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)Erlend Egeberg Aasland2021-05-191-1/+5
* bpo-41963: document that ConfigParser strips off comments (GH-26197)Jürgen Gmach2021-05-181-0/+7
* Apply edits from Allen Downey's review of the linear_regression docs. (GH-26176)Raymond Hettinger2021-05-171-17/+9
* [doc] Fix typo in os module (GH-24464)Rafael Fontenelle2021-05-161-1/+1
* bpo-32133: Improve numbers docs (GH-26124)Miguel Brito2021-05-151-1/+1
* bpo-44072: fix Complex, Integral docs for `**` (GH-25986)Rory Yorke2021-05-141-4/+5
* bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129)Miguel Brito2021-05-141-0/+21
* Subprocess Protocols Documentation (GH-20950)kudavid2021-05-141-1/+1
* [doc] Fix typos in cgi.rst (#24766)Géry Ogam2021-05-141-4/+4
* Updated code example for asyncio.gather (GH-20604)josephernest2021-05-141-8/+11
* bpo-38250: add version added for FlagBoundary (GH-25820)Shantanu2021-05-141-0/+5
* bpo-44030: Fix formatting error in exceptions docs (GH-25929)Miguel Brito2021-05-131-1/+1
* bpo-10548: expectedFailure does not apply to fixtures (#23201)Irit Katriel2021-05-111-2/+3
* bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016)uniocto2021-05-112-5/+11
* bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (#23192)Irit Katriel2021-05-111-4/+5
* Doc: http.server: directory is not a class attribute, but an argument. (GH-26...Julien Palard2021-05-111-8/+8
* bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...dhoekstra20002021-05-101-0/+21
* Fix a word in dataclasses docs. (GH-26003)Eric V. Smith2021-05-091-1/+1
* bpo-40222: "Zero cost" exception handling (GH-25729)Mark Shannon2021-05-071-31/+27
* Simple Enhancement. Add missing return statements in ftplib documentation. (G...Senthil Kumaran2021-05-071-0/+2
* Fix minor grammar problems in dataclasses documentation (GH-25948)Scott Noyes2021-05-061-7/+7
* docs: clearly document that ":#X" string formatting results in "0X..." (GH-25...Tal Einat2021-05-061-2/+4
* Clarify rx parameter of compileall functions (#25857)Jean-Abou-Samra2021-05-041-4/+6
* bpo-40465: Remove random module features deprecated in 3.9 (GH-25874)Raymond Hettinger2021-05-041-13/+9
* bpo-44001: improve Literal documentation (GH-25877)Jelle Zijlstra2021-05-041-2/+2
* fix enum.property reference in docs (GH-25875)Jelle Zijlstra2021-05-041-1/+1
* Doc: Fix random.uniform example comment. (GH-25784)Julien Palard2021-05-031-1/+1
* dataclasses docs: add a missing word. (GH-25839)Eric V. Smith2021-05-031-1/+1
* More clarification of kw_only args. (GH-25838)Eric V. Smith2021-05-031-13/+20
* Fix invalid markup (#25833)Raymond Hettinger2021-05-031-2/+1
* bpo-25478: Add total() method to collections.Counter (GH-25829)Raymond Hettinger2021-05-031-1/+11
* More work on documenting dataclass keyword-only fields. (GH-25828)Eric V. Smith2021-05-031-16/+40
* bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)Jason R. Coombs2021-05-021-0/+13
* bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)Brandt Bucher2021-05-021-0/+9
* bpo-43997: Add versionadded directives for to match_args, kw_only, and slots ...Shreyan Avigyan2021-05-021-0/+8
* bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817)Christian Heimes2021-05-021-0/+8
* bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)Christian Heimes2021-05-021-2/+17
* bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781)Inada Naoki2021-05-021-0/+4
* bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)larryhastings2021-05-021-0/+7
* Minor tweaks to dataclasses keyword-only fields documentation. (GH-25801)Eric V. Smith2021-05-021-5/+5
* Improve the dataclasses kw_only documentation. (GH-25799)Eric V. Smith2021-05-011-13/+28
* Fix exceptions mentioned in os.setxattr() docs (GH-25742)Shreyash Sharma2021-05-011-2/+2
* bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)Christian Heimes2021-05-011-0/+8
* Fixing doc for callback for lambda (GG-25779)Shreyash Sharma2021-05-011-1/+1