index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
reference
/
lexical_analysis.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110631: Fix reST indentation in `Doc/reference` (#110708)
Ezio Melotti
2023-10-11
1
-5/+5
*
gh-109634: Fix `:samp:` syntax (GH-110073)
Jacob Coffee
2023-09-29
1
-1/+1
*
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka
2023-09-23
1
-42/+42
*
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
James Gerity
2023-09-20
1
-4/+4
*
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka
2023-07-29
1
-1/+1
*
gh-102111: Add link to string escape sequences in re module (#106995)
wulmer
2023-07-23
1
-0/+4
*
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra
2023-05-26
1
-6/+10
*
gh-102856: Update "Formatted string literals" docs section after PEP701 (#104...
Lysandros Nikolaou
2023-05-24
1
-17/+35
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
1
-6/+12
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
1
-4/+4
*
gh-95994: Clarify escaped newlines. (#96066)
Ezio Melotti
2022-08-26
1
-11/+22
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-1/+1
*
gh-80143: Add clarification for escape characters (#92292)
slateny
2022-05-10
1
-3/+7
*
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...
Serhiy Storchaka
2022-04-30
1
-0/+5
*
bpo-24563: Link encoding names to encoding declarations (GH-32274)
Terry Jan Reedy
2022-04-03
1
-3/+2
*
bpo-45640: [docs] Tokens are now clickable (GH-29260)
Arthur Milchior
2021-11-18
1
-4/+4
*
[docs] lexical_analysis: Expand the text on ``_`` (GH-28903)
Petr Viktorin
2021-10-13
1
-4/+16
*
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
Benjamin Peterson
2021-09-14
1
-3/+3
*
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
Daniel F Moisset
2021-03-01
1
-0/+21
*
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Victor Stinner
2020-09-18
1
-7/+7
*
[doc] Remove superfluous comment about equal in f-strings (GH-22006)
Andre Delfino
2020-09-10
1
-1/+1
*
bpo-41045: Document debug feature of f-strings ('=') (GH-21509)
amaajemyfren
2020-07-27
1
-5/+32
*
Update lexical_analysis.rst (GH-17508)
Géry Ogam
2020-06-12
1
-1/+1
*
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
Matteo Bertucci
2020-05-23
1
-1/+1
*
bpo-40045: Make "dunder" method documentation easier to locate (#19153)
Javad Mokhtari
2020-03-27
1
-5/+5
*
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Benjamin Peterson
2020-03-11
1
-2/+2
*
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Benjamin Peterson
2020-03-11
1
-1/+1
*
bpo-39545: Document changes in the support of await in f-strings. (GH-18456)
Serhiy Storchaka
2020-02-13
1
-0/+5
*
bpo-35224: Additional documentation for Assignment Expressions (GH-15935)
Emily Morehouse
2019-09-11
1
-1/+1
*
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
Gregory P. Smith
2019-08-10
1
-5/+3
*
bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org...
divyag9
2019-05-13
1
-1/+1
*
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Benjamin Peterson
2019-05-09
1
-1/+1
*
bpo-36798: Updating f-string docs for := use case (GH-13107)
Logan Jones
2019-05-06
1
-5/+6
*
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
Benjamin Peterson
2019-03-10
1
-1/+1
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
1
-12/+11
*
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka
2018-10-26
1
-2/+53
*
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)
Serhiy Storchaka
2018-10-19
1
-2/+5
*
bpo-33766: Document that end of file or string is a newline (GH-7383)
Ammar Askar
2018-06-09
1
-5/+6
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Benjamin Peterson
2018-06-07
1
-2/+2
*
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)
Cheryl Sabella
2018-01-31
1
-1/+1
*
Lexical Analysis ref doc: Fix a typo in the string concatenation internal lin...
İsmail Arılık
2018-01-12
1
-1/+1
*
Improve the F-strings and format specifier documentation (GH-4931)
KatherineMichel
2017-12-19
1
-4/+5
*
F-strings docs: link to Format Specifiers (GH-4888)
Mariatta
2017-12-15
1
-1/+2
*
bpo-31810: added missing keywords to docs. (#4140)
Tom Floyer
2017-11-08
1
-7/+7
*
bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)
Guilherme Caminha
2017-09-25
1
-7/+0
*
bpo-31487: Update F-strings doc example (GH-3627)
Mariatta
2017-09-17
1
-1/+1
*
Improve f-strings documentation (GH-3604)
Mariatta
2017-09-16
1
-0/+6
*
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson
2017-06-23
1
-2/+2
*
bpo-28739: Document that f-strings cannot be used as docstring (GH-592)
Mariatta
2017-03-10
1
-0/+11
*
Update docs to reflect new behavior around backslashes in expressions (not al...
Jason R. Coombs
2016-11-06
1
-7/+12
[next]