summaryrefslogtreecommitdiffstats
path: root/Doc/reference/lexical_analysis.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-110631: Fix reST indentation in `Doc/reference` (#110708)Ezio Melotti2023-10-111-5/+5
* gh-109634: Fix `:samp:` syntax (GH-110073)Jacob Coffee2023-09-291-1/+1
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-231-42/+42
* fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)James Gerity2023-09-201-4/+4
* gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)Serhiy Storchaka2023-07-291-1/+1
* gh-102111: Add link to string escape sequences in re module (#106995)wulmer2023-07-231-0/+4
* gh-103921: Document PEP 695 (#104642)Jelle Zijlstra2023-05-261-6/+10
* gh-102856: Update "Formatted string literals" docs section after PEP701 (#104...Lysandros Nikolaou2023-05-241-17/+35
* gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)Victor Stinner2022-11-031-6/+12
* closes gh-96734: Update to Unicode 15.0.0. (GH-96809)Benjamin Peterson2022-09-131-4/+4
* gh-95994: Clarify escaped newlines. (#96066)Ezio Melotti2022-08-261-11/+22
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-1/+1
* gh-80143: Add clarification for escape characters (#92292)slateny2022-05-101-3/+7
* gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...Serhiy Storchaka2022-04-301-0/+5
* bpo-24563: Link encoding names to encoding declarations (GH-32274)Terry Jan Reedy2022-04-031-3/+2
* bpo-45640: [docs] Tokens are now clickable (GH-29260)Arthur Milchior2021-11-181-4/+4
* [docs] lexical_analysis: Expand the text on ``_`` (GH-28903)Petr Viktorin2021-10-131-4/+16
* closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)Benjamin Peterson2021-09-141-3/+3
* bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)Daniel F Moisset2021-03-011-0/+21
* bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)Victor Stinner2020-09-181-7/+7
* [doc] Remove superfluous comment about equal in f-strings (GH-22006)Andre Delfino2020-09-101-1/+1
* bpo-41045: Document debug feature of f-strings ('=') (GH-21509)amaajemyfren2020-07-271-5/+32
* Update lexical_analysis.rst (GH-17508)Géry Ogam2020-06-121-1/+1
* bpo-40439: Update broken link in lexical analysis docs (GH-20184)Matteo Bertucci2020-05-231-1/+1
* bpo-40045: Make "dunder" method documentation easier to locate (#19153)Javad Mokhtari2020-03-271-5/+5
* Update some www.unicode.org URLs to use HTTPS. (GH-18912)Benjamin Peterson2020-03-111-2/+2
* closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)Benjamin Peterson2020-03-111-1/+1
* bpo-39545: Document changes in the support of await in f-strings. (GH-18456)Serhiy Storchaka2020-02-131-0/+5
* bpo-35224: Additional documentation for Assignment Expressions (GH-15935)Emily Morehouse2019-09-111-1/+1
* bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)Gregory P. Smith2019-08-101-5/+3
* bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org...divyag92019-05-131-1/+1
* closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)Benjamin Peterson2019-05-091-1/+1
* bpo-36798: Updating f-string docs for := use case (GH-13107)Logan Jones2019-05-061-5/+6
* closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)Benjamin Peterson2019-03-101-1/+1
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-12/+11
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-2/+53
* bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)Serhiy Storchaka2018-10-191-2/+5
* bpo-33766: Document that end of file or string is a newline (GH-7383)Ammar Askar2018-06-091-5/+6
* update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)Benjamin Peterson2018-06-071-2/+2
* bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)Cheryl Sabella2018-01-311-1/+1
* Lexical Analysis ref doc: Fix a typo in the string concatenation internal lin...İsmail Arılık2018-01-121-1/+1
* Improve the F-strings and format specifier documentation (GH-4931)KatherineMichel2017-12-191-4/+5
* F-strings docs: link to Format Specifiers (GH-4888)Mariatta2017-12-151-1/+2
* bpo-31810: added missing keywords to docs. (#4140)Tom Floyer2017-11-081-7/+7
* bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)Guilherme Caminha2017-09-251-7/+0
* bpo-31487: Update F-strings doc example (GH-3627)Mariatta2017-09-171-1/+1
* Improve f-strings documentation (GH-3604)Mariatta2017-09-161-0/+6
* bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson2017-06-231-2/+2
* bpo-28739: Document that f-strings cannot be used as docstring (GH-592)Mariatta2017-03-101-0/+11
* Update docs to reflect new behavior around backslashes in expressions (not al...Jason R. Coombs2016-11-061-7/+12