aboutsummaryrefslogtreecommitdiff
path: root/Doc/reference
AgeCommit message (Expand)Author
2023-05-06[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)Miss Islington (bot)
2023-05-04[3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#10...Miss Islington (bot)
2023-05-04[3.11] GH-97950: Use new-style index directive ('exception') (GH-104160) (#10...Adam Turner
2023-05-04[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)Miss Islington (bot)
2023-05-04[3.11] GH-97950: Use new-style index directive ('operator') (GH-104156) (#104...Miss Islington (bot)
2023-05-04[3.11] GH-97950: Use new-style index directive ('keyword') (GH-104153) (#104155)Miss Islington (bot)
2023-05-04[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)Adam Turner
2023-05-02[3.11] gh-103590: do not wrap a single exception raised from a try-except* (#...Irit Katriel
2023-05-02[3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)Rafael Fontenelle
2023-04-11gh-103373: `__mro_entries__` docs: improve cross references (GH-103398)Miss Islington (bot)
2023-04-08gh-103373: Improve documentation for `__mro_entries__` (GH-103374)Miss Islington (bot)
2023-03-14gh-100315: clarification to `__slots__` docs. (GH-102621)Miss Islington (bot)
2023-03-13[3.11] Fix duplicated words in the docs (#102644)Alex Waygood
2023-02-21gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...Miss Islington (bot)
2023-02-14GH-101898: Fix missing term references for hashable definition (GH-101899)Miss Islington (bot)
2023-01-04[3.11] gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-9...Miss Islington (bot)
2023-01-02fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)Miss Islington (bot)
2023-01-01gh-100201: Document behavior with a bare `yield` statement (GH-100416)Miss Islington (bot)
2022-12-30GH-85979: Clarify specification of `object.__await__` (GH-22320)Miss Islington (bot)
2022-12-22gh-48496: Added example and link to faq for UnboundLocalError in reference (G...Miss Islington (bot)
2022-12-16[3.11] "Compound statement" docs: Fix with-statement step indexing (GH-100286...Miss Islington (bot)
2022-11-25Fix typo in `__match_args__` doc (GH-99785)Miss Islington (bot)
2022-11-07doc: Formatting and typo fixes (GH-98974)Miss Islington (bot)
2022-11-02Docs: Add 'as, match statement' to the index (GH-99001)Miss Islington (bot)
2022-10-28[3.11] Python documents state elsewhere that a comma is not an operator (GH-9...Miss Islington (bot)
2022-10-26[3.11] Change links to label refs (GH-98454) (#98725)Stanley
2022-10-21gh-98172: [doc] mention that except* handles naked exceptions (GH-98496)Miss Islington (bot)
2022-10-18[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)C.A.M. Gerlach
2022-10-15gh-98227: executionmodel.rst: except* can also bind names (GH-98256)Miss Islington (bot)
2022-10-11gh-98172: Fix formatting in `except*` docs (GH-98173)Miss Islington (bot)
2022-10-08gh-97913 Docs: Add walrus operator to the index (GH-97921)Miss Islington (bot)
2022-10-06[3.11] gh-97850: Remove the open issues section from the import reference (GH...Miss Islington (bot)
2022-10-06gh-86482: Document assignment expression need for ()s (GH-23291)Miss Islington (bot)
2022-10-05[3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...Łukasz Langa
2022-10-01gh-95975: Move except/*/finally ref labels to more precise locations (GH-95976)Miss Islington (bot)
2022-09-28Fix docs on conditional expression grouping (GH-96447) (GH-97606)Miss Islington (bot)
2022-09-22gh-96397: Document that keywords in calls need not be identifiers (GH-96393)Miss Islington (bot)
2022-08-29GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)Miss Islington (bot)
2022-08-26gh-95994: Clarify escaped newlines. (GH-96066)Miss Islington (bot)
2022-08-04[3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...Serhiy Storchaka
2022-07-22Fix async method reference links in `compound_stmts` docs (GH-94935)Miss Islington (bot)
2022-07-16gh-91181: drop support for bytes on sys.path (GH-31934)Miss Islington (bot)
2022-07-05Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Miss Islington (bot)
2022-06-21[3.11] gh-93675: Fix typos in `Doc/` (GH-93676) (GH-94079)Łukasz Langa
2022-05-19bpo-45393: help() on operator precedence has misleading entries (GH-31246) (G...Miss Islington (bot)
2022-05-03gh-87304: Improve comments in language reference for imports (#92164)Robert Yang
2022-04-30gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...Serhiy Storchaka
2022-04-26bpo-21761: Clarify __file__/__cached__ in import reference (GH-31565)slateny
2022-04-17gh-89885: Improve import example in language reference (#91523)slateny
2022-04-02Language reference: Remove duplicated text about iterable unpacking (GH-25212)Jiashuo Li