summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-46725: Document starred expressions in for statements (GH-31481)Pablo Galindo Salgado2022-02-221-8/+13
* bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)Zackery Spytz2022-02-031-0/+3
* bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...Kinshuk Dua2022-01-271-8/+10
* [doc]: Spotted errors while working on rstlint. (GH-30879)Julien Palard2022-01-271-1/+1
* bpo-24650: Use full term "generator function" in yield expressions docs (GH-2...Jacob Walls2022-01-071-2/+2
* bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)Irit Katriel2022-01-061-1/+47
* bpo-46095: Improve SeqIter documentation. (GH-30316)Raymond Hettinger2022-01-011-21/+0
* bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...Alex Waygood2021-12-191-3/+6
* Fix some false positives of documentation syntax problemsPablo Galindo2021-12-081-1/+1
* bpo-20751: Match variable name to the example. (GH-29980)Raymond Hettinger2021-12-081-4/+8
* bpo-45840: Improve cross-references in the data model documentation (GH-29633)Alex Waygood2021-12-051-54/+76
* bpo-20751: Replace method example with attribute example, matching the descr...Raymond Hettinger2021-12-041-4/+32
* bpo-45711: Change exc_info related APIs to derive type and traceback from the...Irit Katriel2021-11-301-0/+6
* bpo-45619: documentation of execution model: clarify and update binding summa...Arthur Milchior2021-11-261-9/+19
* [doc] Clarify MRO precedence in descriptor super binding section (GH-29539)Jouke Witteveen2021-11-201-1/+1
* bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...Brett Cannon2021-11-201-14/+12
* bpo-45640: [docs] Tokens are now clickable (GH-29260)Arthur Milchior2021-11-183-53/+53
* [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in th...Alex Waygood2021-11-181-18/+146
* [doc] minor fixes to expressions.rst (GH-29444)Ethan Furman2021-11-061-3/+3
* bpo-45583: Correct datamodel documentation of int() (GH-29182)Arthur Milchior2021-10-281-2/+2
* bpo-45530: speed listobject.c's unsafe_tuple_compare() (GH-29076)Tim Peters2021-10-251-0/+2
* bpo-45463: Clarify that global statements allows multiple names (GH-28851)Luca Chiodini2021-10-161-4/+4
* [docs] lexical_analysis: Expand the text on ``_`` (GH-28903)Petr Viktorin2021-10-131-4/+16
* Fix class pattern docs to refer to class patterns (GH-28849)Christophe Nanteuil2021-10-101-1/+1
* [doc] Fix typos found using codespell (GH-28744)Christian Clauss2021-10-051-1/+1
* bpo-45346: Keep docs consistent regarding true and false values (GH-28697)Raymond Hettinger2021-10-021-4/+4
* [docs] Improve the markup of powers (GH-28598)Serhiy Storchaka2021-09-281-1/+1
* [codemod] Fix non-matching bracket pairs (GH-28473)Mohamad Mansour2021-09-211-1/+1
* bpo-45198: __set_name__ documentation not clear about its usage with non-desc...Raymond Hettinger2021-09-181-29/+34