summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-43817: Add inspect.get_annotations(). (#25522)larryhastings2021-04-301-12/+64
* bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)Steve Dower2021-04-301-4/+4
* bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)Ryan Hileman2021-04-294-6/+20
* bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)sblondon2021-04-292-3/+3
* bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and ta...Senthil Kumaran2021-04-291-0/+13
* bpo-43774: Enhance debug build documentation (GH-25712)Victor Stinner2021-04-294-69/+53
* bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)Petr Viktorin2021-04-291-2/+169
* bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)Victor Stinner2021-04-293-51/+123
* bpo-43908: Document Static Types in the C API (GH-25710)Victor Stinner2021-04-296-50/+73
* bpo-43892: Make match patterns explicit in the AST (GH-25585)Nick Coghlan2021-04-291-36/+282
* bpo-41139: Deprecate `cgi.log()` (GH-25625)Inada Naoki2021-04-291-0/+3
* [doc] Be more clear on super() regarding multiple base classes methods (GH-21...Andre Delfino2021-04-291-1/+1