| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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-23 | 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 |
| | | | |||||
| * | | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -19/+19 |
| |\ \ | |/ | |||||
| | * | #22613: remaining corrections in extending/reference docs (thanks Jacques ↵ | Georg Brandl | 2014-10-31 | 1 | -19/+19 |
| | | | | | | | | | Ducasse) | ||||
| * | | Merge: #18176: Change generic UCD PropList link to version specific link. | R David Murray | 2014-10-10 | 1 | -1/+3 |
| |\ \ | |/ | |||||
| | * | #18176: Change generic UCD PropList link to version specific link. | R David Murray | 2014-10-10 | 1 | -1/+3 |
| | | | |||||
| * | | Merge: #18176: fix another reference and add it to the makeunicodedata comment. | R David Murray | 2014-10-09 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | #18176: fix another reference and add it to the makeunicodedata comment. | R David Murray | 2014-10-09 | 1 | -1/+1 |
| | | | |||||
| * | | add matrix multiplication operator to correct lists (closes #22142) | Benjamin Peterson | 2014-08-07 | 1 | -2/+2 |
| |/ | |||||
| * | #18628: clarify index entry for source file encoding declaration. | R David Murray | 2014-04-17 | 1 | -1/+1 |
| | | | | | Patch by Sam Lucidi. | ||||
| * | Add "->" as a delimiter token. Found by James Harding on docs@. | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
| | | |||||
| * | #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. | Ezio Melotti | 2012-10-05 | 1 | -3/+1 |
| | | |||||
| * | Fix small overeager edit from 8e47e9af826e. | Georg Brandl | 2012-06-20 | 1 | -1/+1 |
| | | |||||
| * | Issue #15096: Drop support for the ur string prefix | Christian Heimes | 2012-06-20 | 1 | -6/+8 |
| | | |||||
| * | Basic documentation for PEP 414 | Armin Ronacher | 2012-03-04 | 1 | -1/+9 |
| | | |||||
| * | update unicode link | Benjamin Peterson | 2012-02-21 | 1 | -1/+1 |
| | | |||||
| * | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as ↵ | Antoine Pitrou | 2012-01-12 | 1 | -1/+5 |
| | | | | | well as `br`. | ||||
| * | #12753: Add support for Unicode name aliases and named sequences. | Ezio Melotti | 2011-10-21 | 1 | -4/+13 |
| | | |||||
| * | Issue #10542: Document that identifiers use XID_Start XID_Continue*. | Martin v. Löwis | 2010-12-30 | 1 | -1/+5 |
| | | |||||
| * | Both PEP 3131 and the current implementation use NFKC normalization | Alexander Belopolsky | 2010-12-22 | 1 | -2/+2 |
| | | | | | for identifiers. Fixed the documentation to agree. | ||||
| * | #9451: strengthen warning about __*__ special name usage. | Georg Brandl | 2010-08-02 | 1 | -5/+6 |
| | | |||||
| * | note that byte strings can be raw, too #9114 | Benjamin Peterson | 2010-06-29 | 1 | -9/+9 |
| | | |||||
| * | Fix nits in the lexical analysis section: \u requires four digits, backtick ↵ | Georg Brandl | 2010-05-10 | 1 | -4/+4 |
| | | | | | is not allowed in source in 3.x. | ||||
| * | Fix \xhh specs, #1889. (an oversight of r60193, r60210). | Florent Xicluna | 2010-03-15 | 1 | -1/+1 |
| | | |||||
| * | Merged revisions 72288 via svnmerge from | Georg Brandl | 2009-05-04 | 1 | -1/+3 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72288 | georg.brandl | 2009-05-04 22:42:08 +0200 (Mo, 04 Mai 2009) | 1 line #5925: fix highlighting of keyword table. ........ | ||||
| * | Fix a few remaining problems found by rstlint. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | | |||||
| * | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
| | | |||||
| * | #4603: Note that inconsistent tab/space use is now illegal. | Georg Brandl | 2008-12-15 | 1 | -6/+10 |
| | | |||||
| * | #4000: fix several 2.x atavisms. | Georg Brandl | 2008-10-04 | 1 | -2/+2 |
| | | |||||
| * | Merged revisions 66452 via svnmerge from | Georg Brandl | 2008-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r66452 | georg.brandl | 2008-09-13 19:41:16 +0200 (Sat, 13 Sep 2008) | 2 lines Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. ........ | ||||
| * | Remove mentions of "plain" integers. | Georg Brandl | 2008-05-11 | 1 | -3/+3 |
| | | |||||
