summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-28307: Convert simple C-style formatting with literal format into f-strin...Serhiy Storchaka2021-05-081-1/+4
* bpo-43149: Correct the syntax error message for multiple exception types (GH-...Pablo Galindo2021-05-081-1/+1
* Update references to master to point to main in customsourcelink.html (GH-25993)Pablo Galindo2021-05-081-1/+1
* bpo-42725: mention the changes on what's new (GH-25974)Batuhan Taskaya2021-05-081-0/+10
* Fix the whatsnew/3.11.rst to link to the blurb-generated changelog. (GH-25979)Ned Deily2021-05-081-1/+1
* Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25977)Pablo Galindo2021-05-081-1/+1
* bpo-40222: "Zero cost" exception handling (GH-25729)Mark Shannon2021-05-072-32/+30
* Simple Enhancement. Add missing return statements in ftplib documentation. (G...Senthil Kumaran2021-05-071-0/+2
* Doc: What's new in Python 3.11 (GH-25963)Julien Palard2021-05-072-0/+114
* bpo-44029: Remove Py_UNICODE APIs (GH-25881)Inada Naoki2021-05-073-290/+0
* 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-32822: Add finally with return/break/continue to the tutorial (#25600)Roberto Hueso2021-05-041-0/+4
* Fix error in Enum documentation example code that was referring to the wrong ...krisaoe2021-05-041-1/+1
* Copyedits to 3.10 What's New (#25787)Jelle Zijlstra2021-05-041-46/+46
* bpo-44025: Clarify when '_' is a keyword. (#25873)Terry Jan Reedy2021-05-041-2/+4
* 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-043-5/+5
* fix enum.property reference in docs (GH-25875)Jelle Zijlstra2021-05-041-1/+1
* Python 3.11.0a0Pablo Galindo2021-05-033-8/+8
* bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...Pablo Galindo2021-05-031-1/+0
* 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
* bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)Tal Einat2021-05-031-0/+26
* More work on documenting dataclass keyword-only fields. (GH-25828)Eric V. Smith2021-05-031-16/+40
* bpo-43977: Document the new pattern matching type flags (GH-25734)Brandt Bucher2021-05-021-0/+44
* 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-43990: Fix the footnote ordering in the operator precedence docs (GH-25805)Zackery Spytz2021-05-021-3/+3
* 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-022-0/+63
* bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)Christian Heimes2021-05-023-4/+31
* 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-026-21/+297
* 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-013-1/+20
* Fixing doc for callback for lambda (GG-25779)Shreyash Sharma2021-05-011-1/+1
* Noted my recent contributions in "What's New In Python 3.10". (#25771)larryhastings2021-05-011-20/+33
* bpo-42269: Add slots parameter to dataclass decorator (GH-24171)Yurii Karabas2021-05-012-5/+16
* bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the c...Pablo Galindo2021-05-011-0/+1
* bpo-43971: Add spaces around annotated arg default '=' (GH-25702)Mohamed Moselhy2021-04-301-1/+1
* bpo-43928: Fix 'succesfully' typo in document (GH-25569)JT2021-04-301-1/+1
* bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)Victor Stinner2021-04-302-3/+29
* bpo-43954: Fix a missing word in the unittest docs (GH-25672)Zackery Spytz2021-04-301-2/+3