summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* gh-81611: Improve `range` paragraph in 8.3 of language reference (#98353)4l4k4z4m2023-01-031-3/+2
* fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)Kumar Aditya2023-01-021-1/+1
* gh-100201: Document behavior with a bare `yield` statement (#100416)ram vikram singh2023-01-011-1/+3
* GH-85979: Clarify specification of `object.__await__` (#22320)Paolo Lammens2022-12-311-0/+8
* gh-48496: Added example and link to faq for UnboundLocalError in reference (#...Stanley2022-12-221-0/+2
* "Compound statement" docs: Fix with-statement step indexing (#100286)Frank Dana2022-12-161-1/+1
* Fix typo in `__match_args__` doc (#99785)Terry Jan Reedy2022-11-261-1/+1
* doc: Formatting and typo fixes (#98974)jmcb2022-11-072-5/+5
* gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)Victor Stinner2022-11-031-6/+12
* Docs: Add 'as, match statement' to the index (#99001)Hugo van Kemenade2022-11-031-0/+1
* Python documents state elsewhere that a comma is not an operator, so … (GH-...Gerardwx2022-10-271-1/+1
* docs: Change links to label refs (#98454)Stanley2022-10-261-0/+2
* gh-98172: [doc] mention that except* handles naked exceptions (GH-98496)Irit Katriel2022-10-211-1/+13
* gh-98227: executionmodel.rst: except* can also bind names (#98256)BiscuitCandy2022-10-151-1/+1
* gh-98172: Fix formatting in `except*` docs (#98173)Jelle Zijlstra2022-10-111-12/+11
* gh-97913 Docs: Add walrus operator to the index (#97921)Hugo van Kemenade2022-10-081-0/+6
* gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...Barry Warsaw2022-10-071-0/+8
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-073-10/+2
* gh-97850: Remove the open issues section from the import reference (#97935)Brett Cannon2022-10-061-19/+0
* gh-86482: Document assignment expression need for ()s (#23291)Terry Jan Reedy2022-10-061-0/+7
* gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...Brett Cannon2022-10-051-6/+24
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-1/+1
* gh-95975: Move except/*/finally ref labels to more precise locations (#95976)C.A.M. Gerlach2022-10-021-45/+76
* gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...Ofey Chan2022-09-302-1/+17
* Fix docs on conditional expression grouping (GH-96447)Andrew Kay2022-09-281-1/+1
* gh-96397: Document that keywords in calls need not be identifiers (#96393)Jeff Allen2022-09-221-2/+12
* closes gh-96734: Update to Unicode 15.0.0. (GH-96809)Benjamin Peterson2022-09-131-4/+4
* GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)Jonathan Oberländer2022-08-281-1/+1
* gh-95994: Clarify escaped newlines. (#96066)Ezio Melotti2022-08-261-11/+22
* gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...Barry Warsaw2022-08-051-16/+4
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-041-3/+3
* Fix async method reference links in `compound_stmts` docs (GH-94935)July Tikhonov2022-07-221-2/+2
* gh-91181: drop support for bytes on sys.path (GH-31934)Thomas Grainger2022-07-171-4/+2
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-053-4/+4
* gh-93675: Fix typos in `Doc/` (GH-93676)luzpaz2022-06-211-1/+1
* bpo-45393: help() on operator precedence has misleading entries (GH-31246)Zackery Spytz2022-05-191-2/+2
* gh-80143: Add clarification for escape characters (#92292)slateny2022-05-101-3/+7
* gh-87304: Improve comments in language reference for imports (#92164)Robert Yang2022-05-031-3/+3
* gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...Serhiy Storchaka2022-04-301-0/+5
* bpo-21761: Clarify __file__/__cached__ in import reference (GH-31565)slateny2022-04-261-4/+5
* gh-89885: Improve import example in language reference (#91523)slateny2022-04-171-6/+4
* Language reference: Remove duplicated text about iterable unpacking (GH-25212)Jiashuo Li2022-04-031-3/+1
* bpo-46033: Clarify for-statement execution (GH-30025)Michał D2022-04-031-11/+8
* bpo-24563: Link encoding names to encoding declarations (GH-32274)Terry Jan Reedy2022-04-031-3/+2
* bpo-14911: Corrected generator.throw() documentation (GH-32207)Dave Goncalves2022-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)jmcb2022-03-201-1/+1
* Removed confusing reference to sys (GH-31638)David Gilbertson2022-03-081-3/+3
* Removed ambiguity in __init_subclass__ docs (GH-31540)David Gilbertson2022-03-081-1/+1
* bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29...Alex Waygood2022-03-081-20/+30