summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* doc: Formatting and typo fixes (GH-98974)Miss Islington (bot)2022-11-072-5/+5
* Docs: Add 'as, match statement' to the index (GH-99001)Miss Islington (bot)2022-11-031-0/+1
* [3.10] Change links to label refs (GH-98454) (#98726)Stanley2022-10-261-0/+2
* [3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)C.A.M. Gerlach2022-10-173-10/+2
* gh-97913 Docs: Add walrus operator to the index (GH-97921)Miss Islington (bot)2022-10-081-0/+6
* gh-97850: Remove the open issues section from the import reference (GH-97935)Miss Islington (bot)2022-10-061-19/+0
* gh-86482: Document assignment expression need for ()s (GH-23291)Miss Islington (bot)2022-10-061-0/+7
* [3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...Łukasz Langa2022-10-051-1/+1
* gh-96397: Document that keywords in calls need not be identifiers (GH-96393)Miss Islington (bot)2022-09-221-2/+12
* GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)Miss Islington (bot)2022-08-291-1/+1
* [3.10] gh-95994: Clarify escaped newlines. (GH-96066) (#96360)Ezio Melotti2022-08-281-11/+21
* [3.10] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...Serhiy Storchaka2022-08-041-3/+3
* Fix async method reference links in `compound_stmts` docs (GH-94935)Miss Islington (bot)2022-07-221-2/+2
* [3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...Łukasz Langa2022-07-053-4/+4
* [3.10] gh-93675: Fix typos in `Doc/` (GH-93676) (GH-94080)Łukasz Langa2022-06-211-1/+1
* bpo-45393: help() on operator precedence has misleading entries (GH-31246) (G...Miss Islington (bot)2022-05-191-2/+2
* gh-80143: Add clarification for escape characters (GH-92292) (GH-92629)Miss Islington (bot)2022-05-161-3/+7
* gh-87304: Improve comments in language reference for imports (GH-92164)Miss Islington (bot)2022-05-031-3/+3
* gh-89885: Improve import example in language reference (GH-91523)Miss Islington (bot)2022-04-171-6/+4
* Language reference: Remove duplicated text about iterable unpacking (GH-25212)Miss Islington (bot)2022-04-031-3/+1
* bpo-24563: Link encoding names to encoding declarations (GH-32274)Miss Islington (bot)2022-04-031-3/+2
* bpo-14911: Corrected generator.throw() documentation (GH-32207)Miss Islington (bot)2022-03-312-3/+17
* bpo-12029: [doc] clarify that except does not match virtual subclasses of the...Irit Katriel2022-03-212-5/+7
* bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32005)Miss Islington (bot)2022-03-201-1/+1
* Removed confusing reference to sys (GH-31638)Miss Islington (bot)2022-03-081-3/+3
* Removed ambiguity in __init_subclass__ docs (GH-31540)Miss Islington (bot)2022-03-081-1/+1
* bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29...Miss Islington (bot)2022-03-081-20/+30
* [3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without arg...Miss Islington (bot)2022-01-271-8/+10
* [3.10] bpo-24650: Use full term "generator function" in yield expressions doc...Miss Islington (bot)2022-01-071-2/+2
* bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330)Miss Islington (bot)2022-01-011-21/+0
* bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...Miss Islington (bot)2021-12-191-3/+6
* bpo-45840: Improve cross-references in the data model documentation (GH-29633...Alex Waygood2021-12-131-54/+76
* [doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (...Miss Islington (bot)2021-12-111-1/+1
* bpo-45619: documentation of execution model: clarify and update binding summa...Miss Islington (bot)2021-11-261-9/+19
* [3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsist...Brett Cannon2021-11-221-14/+12
* [3.10] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`...Miss Islington (bot)2021-11-181-18/+146
* bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621)Miss Islington (bot)2021-11-183-53/+53
* bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29285)Miss Islington (bot)2021-10-281-2/+2
* [3.10]bpo-45463: Clarify that global statements allows multiple names (GH-288...Miss Islington (bot)2021-10-161-4/+4
* [docs] lexical_analysis: Expand the text on ``_`` (GH-28903) (GH-28933)Miss Islington (bot)2021-10-131-4/+16
* Fix class pattern docs to refer to class patterns (GH-28849)Miss Islington (bot)2021-10-101-1/+1
* bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (G...Miss Islington (bot)2021-10-021-4/+4
* [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)Łukasz Langa2021-09-281-1/+1
* [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-211-1/+1
* bpo-45198: __set_name__ documentation not clear about its usage with non-desc...Miss Islington (bot)2021-09-181-29/+34
* bpo-44964: Correct the note about the f_lasti field (GH-28208) (GH-28276)Miss Islington (bot)2021-09-101-3/+2
* bpo-45104: Clarify when __init__ is called (GH-28210)Miss Islington (bot)2021-09-071-1/+1
* bpo-44964: Add a note explaining the new semantics of f_last_i in frame objec...Miss Islington (bot)2021-09-071-2/+3
* bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951...Miss Islington (bot)2021-08-261-1/+1
* bpo-39452: Rewrite and expand __main__.rst (GH-26883)Miss Islington (bot)2021-08-241-0/+2