Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-45640: [docs] Tokens are now clickable (GH-29260) | Arthur Milchior | 2021-11-18 | 1 | -4/+4 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | [docs] lexical_analysis: Expand the text on ``_`` (GH-28903) | Petr Viktorin | 2021-10-13 | 1 | -4/+16 |
| | | | | | | | | | | | | | Also: * Expand the discussion into its own entry. (Even before this, text on ``_`` was longet than the text on ``_*``.) * Briefly note the other common convention for `_`: naming unused variables. Co-authored-by: Brandt Bucher <brandtbucher@gmail.com> Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | 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-02-28 | 1 | -0/+21 |
| | | | | | | | | | This is a first edition, ready to go out with the implementation. We'll iterate during the rest of the period leading up to 3.10.0. Co-authored-by: Carol Willing <carolcode@willingconsulting.com> Co-authored-by: Fidget-Spinner <28750310+Fidget-Spinner@users.noreply.github.com> Co-authored-by: Brandt Bucher <brandt@python.org> Co-authored-by: Raymond Hettinger <1623689+rhettinger@users.noreply.github.com> Co-authored-by: Guido van Rossum <guido@python.org> | ||||
* | bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) | Victor Stinner | 2020-09-18 | 1 | -7/+7 |
| | | | | | | | Use an unique identifier for the different grammars documented using the Sphinx productionlist markup. productionlist markups of the same grammar, like "expressions" or "compound statements", use the same identifier "python-grammar". | ||||
* | [doc] Remove superfluous comment about equal in f-strings (GH-22006) | Andre Delfino | 2020-09-09 | 1 | -1/+1 |
| | | | Automerge-Triggered-By: @kushaldas | ||||
* | bpo-41045: Document debug feature of f-strings ('=') (GH-21509) | amaajemyfren | 2020-07-27 | 1 | -5/+32 |
| | | | | | Co-Authored-By: Rishi <rishi93dev@gmail.com> Automerge-Triggered-By: @gvanrossum | ||||
* | Update lexical_analysis.rst (GH-17508) | Géry Ogam | 2020-06-12 | 1 | -1/+1 |
| | | | | | Use Sphinx role markup for `str.format`. Automerge-Triggered-By: @csabella | ||||
* | bpo-40439: Update broken link in lexical analysis docs (GH-20184) | Matteo Bertucci | 2020-05-22 | 1 | -1/+1 |
| | | | Automerge-Triggered-By: @csabella | ||||
* | bpo-40045: Make "dunder" method documentation easier to locate (#19153) | Javad Mokhtari | 2020-03-27 | 1 | -5/+5 |
| | | | | | | | | | * issue 40045 * Update lexical_analysis.rst Make "dunder" method documentation easier(GH-19153) Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> | ||||
* | Update some www.unicode.org URLs to use HTTPS. (GH-18912) | Benjamin Peterson | 2020-03-10 | 1 | -2/+2 |
| | |||||
* | closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) | Benjamin Peterson | 2020-03-10 | 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 |
| | | | https://bugs.python.org/issue39545 | ||||
* | bpo-35224: Additional documentation for Assignment Expressions (GH-15935) | Emily Morehouse | 2019-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | Add or update assignment expression documentation for: - FAQ - Design - Reference - Expressions - Reference - Lexical Analysis https://bugs.python.org/issue35224 Automerge-Triggered-By: @matrixise | ||||
* | bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) | Gregory P. Smith | 2019-08-10 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | DeprecationWarning will continue to be emitted for invalid escape sequences in string and bytes literals just as it did in 3.7. SyntaxWarning may be emitted in the future. But per mailing list discussion, we don't yet know when because we haven't settled on how to do so in a non-disruptive manner. (Applies 4c5b6bac2408f879231c7cd38d67657dd4804e7c to the master branch). (This is https://github.com/python/cpython/pull/15142 for master/3.9) https://bugs.python.org/issue32912 Automerge-Triggered-By: @gpshead | ||||
* | bpo-34682: Wording and grammatical changes to the ↵ | divyag9 | 2019-05-13 | 1 | -1/+1 |
| | | | | | doc(https://docs.python.org/3) (GH-13120) https://bugs.python.org/issue34682 | ||||
* | closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) | Benjamin Peterson | 2019-05-08 | 1 | -1/+1 |
| | | | Adds ㋿. | ||||
* | 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-09 | 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 |
| | | | | for invalid escape sequences in string and bytes literals. | ||||
* | 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-06 | 1 | -2/+2 |
| | | | Also, standardize indentation of generated tables. | ||||
* | bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) | Cheryl Sabella | 2018-01-31 | 1 | -1/+1 |
| | | | | The f-string example for using datetime format specifier does not match the given output. Changed the format from %b to %B so it matches the output of "January". | ||||
* | Lexical Analysis ref doc: Fix a typo in the string concatenation internal ↵ | İsmail Arılık | 2018-01-11 | 1 | -1/+1 |
| | | | | | | | link (GH-5157) In lexical analysis reference documentation, the internal link to the string literal concatenation section was written as`.. _string-catenation:`. Changed that to `.. _string-concatenation:`. | ||||
* | Improve the F-strings and format specifier documentation (GH-4931) | KatherineMichel | 2017-12-19 | 1 | -4/+5 |
| | | | | Mention that the format-specifier mini language in f-strings is the same one used by str.format. | ||||
* | F-strings docs: link to Format Specifiers (GH-4888) | Mariatta | 2017-12-15 | 1 | -1/+2 |
| | | | Link to the Format Specification Mini Language section from f-strings' documentation. | ||||
* | bpo-31810: added missing keywords to docs. (#4140) | Tom Floyer | 2017-11-08 | 1 | -7/+7 |
| | | | | | async and await keywords has been merged into upstream, but they are all missing in the lexical analysis docs. This change adds them to the appropriate keywords section in documentation. | ||||
* | bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) | Guilherme Caminha | 2017-09-25 | 1 | -7/+0 |
| | | | | - Remove the second mention about the `u` prefix - Remove the second mention about numeric literals do not include a sign | ||||
* | bpo-31487: Update F-strings doc example (GH-3627) | Mariatta | 2017-09-17 | 1 | -1/+1 |
| | | | Shorten the comment to: "using integer format specifier" | ||||
* | Improve f-strings documentation (GH-3604) | Mariatta | 2017-09-16 | 1 | -0/+6 |
| | | | | | Provide additional examples of using format specifiers in f-strings Added examples for using integer and date format specifiers. | ||||
* | bpo-30736: upgrade to Unicode 10.0 (#2344) | Benjamin Peterson | 2017-06-22 | 1 | -2/+2 |
| | | | Straightforward. While we're at it, though, strip trailing whitespace from generated tables. | ||||
* | 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 ↵ | Jason R. Coombs | 2016-11-06 | 1 | -7/+12 |
| | | | | allowed), matching recent changes to PEP 498. | ||||
* | Issue #26331: Implement the parsing part of PEP 515. | Brett Cannon | 2016-09-09 | 1 | -16/+29 |
| | | | | Thanks to Georg Brandl for the patch. | ||||
* | #27364: Deprecate invalid escape strings in str/byutes. | R David Murray | 2016-09-08 | 1 | -0/+4 |
| | | | | Patch by Emanuel Barry, reviewed by Serhiy Storchaka and Martin Panter. | ||||
* | Issue #26462: Merge code block fixes from 3.5 | Martin Panter | 2016-07-29 | 1 | -4/+13 |
|\ | |||||
| * | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -4/+13 |
| | | | | | | | | Patch by Julien Palard. | ||||
* | | Issue #24136: Adjust f-strings doc for interable unpacking | Martin Panter | 2016-06-12 | 1 | -1/+2 |
| | | |||||
* | | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
| | | |||||
* | | Issue #18572: Remove redundant note about surrogates in string escape doc | Berker Peksag | 2016-04-24 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Issue #18572: Remove redundant note about surrogates in string escape doc | Berker Peksag | 2016-04-24 | 1 | -2/+1 |
| | | |||||
* | | Issue #25179: Documentation for formatted string literals aka f-strings | Martin Panter | 2016-02-13 | 1 | -2/+106 |
|/ | | | | | Some of the inspiration and wording is taken from the text of PEP 498 by Eric V. Smith, and the existing str.format() documentation. | ||||
* | Issue #24531: Document that encoding lines cannot follow non-comment lines. | Robert Collins | 2015-08-06 | 1 | -2/+4 |
|\ | | | | | | | Patch from Terry Reedy | ||||
| * | Issue #24531: Document that encoding lines cannot follow non-comment lines. | Robert Collins | 2015-08-06 | 1 | -2/+4 |
| | | | | | | | | Patch from Terry Reedy | ||||
* | | upgrade to Unicode 8.0.0 | Benjamin Peterson | 2015-06-27 | 1 | -2/+2 |
| | | |||||
* | | merge | Raymond Hettinger | 2015-05-22 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Issue #24219: Remove duplicate literal in docs. | Raymond Hettinger | 2015-05-22 | 1 | -2/+1 |
| | |