Ammar Askar 
								
							 
						 
						
							
							
							
							
								
							
							
								0aa17ee6a7 
								
							 
						 
						
							
							
								
								bpo-33766: Document that end of file or string is a newline (GH-7383)  
							
							
							
						 
						
							2018-06-09 19:49:39 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7c69c1c0fb 
								
							 
						 
						
							
							
								
								update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)  
							
							... 
							
							
							
							Also, standardize indentation of generated tables. 
							
						 
						
							2018-06-06 20:14:28 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheryl Sabella 
								
							 
						 
						
							
							
							
							
								
							
							
								b299393cc3 
								
							 
						 
						
							
							
								
								bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)  
							
							... 
							
							
							
							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". 
							
						 
						
							2018-01-31 16:37:51 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									İsmail Arılık 
								
							 
						 
						
							
							
							
							
								
							
							
								3764bb075a 
								
							 
						 
						
							
							
								
								Lexical Analysis ref doc: Fix a typo in the string concatenation internal 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:`. 
							
						 
						
							2018-01-11 22:18:54 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									KatherineMichel 
								
							 
						 
						
							
							
							
							
								
							
							
								f4e21a2a72 
								
							 
						 
						
							
							
								
								Improve the F-strings and format specifier documentation (GH-4931)  
							
							... 
							
							
							
							Mention that the format-specifier mini language in f-strings
is the same one used by str.format. 
							
						 
						
							2017-12-19 13:03:09 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Mariatta 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d924fa523d 
								
							 
						 
						
							
							
								
								F-strings docs: link to Format Specifiers (GH-4888)  
							
							... 
							
							
							
							Link to the Format Specification Mini Language section from f-strings' documentation. 
							
						 
						
							2017-12-15 10:07:01 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Tom Floyer 
								
							 
						 
						
							
							
							
							
								
							
							
								bf9d317626 
								
							 
						 
						
							
							
								
								bpo-31810: added missing keywords to docs. ( #4140 )  
							
							... 
							
							
							
							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. 
							
						 
						
							2017-11-08 12:31:26 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guilherme Caminha 
								
							 
						 
						
							
							
							
							
								
							
							
								4a2d00cb45 
								
							 
						 
						
							
							
								
								bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)  
							
							... 
							
							
							
							- Remove the second mention about the `u` prefix
- Remove the second mention about numeric literals do not include a sign 
							
						 
						
							2017-09-25 16:16:54 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Mariatta 
								
							 
						 
						
							
							
							
							
								
							
							
								63c591c0b0 
								
							 
						 
						
							
							
								
								bpo-31487: Update F-strings doc example (GH-3627)  
							
							... 
							
							
							
							Shorten the comment to: "using integer format specifier" 
							
						 
						
							2017-09-17 07:43:31 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Mariatta 
								
							 
						 
						
							
							
							
							
								
							
							
								f361897069 
								
							 
						 
						
							
							
								
								Improve f-strings documentation (GH-3604)  
							
							... 
							
							
							
							Provide additional examples of using format specifiers in f-strings
Added examples for using integer and date format specifiers. 
							
						 
						
							2017-09-16 11:46:43 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								279a96206f 
								
							 
						 
						
							
							
								
								bpo-30736: upgrade to Unicode 10.0 ( #2344 )  
							
							... 
							
							
							
							Straightforward. While we're at it, though, strip trailing whitespace from generated tables. 
							
						 
						
							2017-06-22 22:31:08 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Mariatta 
								
							 
						 
						
							
							
							
							
								
							
							
								d4e89287b3 
								
							 
						 
						
							
							
								
								bpo-28739: Document that f-strings cannot be used as docstring (GH-592)  
							
							
							
						 
						
							2017-03-10 08:58:40 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason R. Coombs 
								
							 
						 
						
							
							
							
							
								
							
							
								f66f03bd35 
								
							 
						 
						
							
							
								
								Update docs to reflect new behavior around backslashes in expressions (not allowed), matching recent changes to PEP 498.  
							
							
							
						 
						
							2016-11-06 11:27:17 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								a721abac29 
								
							 
						 
						
							
							
								
								Issue  #26331 : Implement the parsing part of PEP 515.  
							
							... 
							
							
							
							Thanks to Georg Brandl for the patch. 
							
						 
						
							2016-09-09 14:57:09 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									R David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								110b6fecbb 
								
							 
						 
						
							
							
								
								#27364 : Deprecate invalid escape strings in str/byutes.  
							
							... 
							
							
							
							Patch by Emanuel Barry, reviewed by Serhiy Storchaka and Martin Panter. 
							
						 
						
							2016-09-08 15:34:08 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								6a09315ff0 
								
							 
						 
						
							
							
								
								Issue  #26462 : Merge code block fixes from 3.5  
							
							
							
						 
						
							2016-07-29 01:49:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								1050d2d0c7 
								
							 
						 
						
							
							
								
								Issue  #26462 : Doc: reduce literal_block warnings, fix syntax highlighting.  
							
							... 
							
							
							
							Patch by Julien Palard. 
							
						 
						
							2016-07-26 11:18:21 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								ed74e243c6 
								
							 
						 
						
							
							
								
								Issue  #24136 : Adjust f-strings doc for interable unpacking  
							
							
							
						 
						
							2016-06-12 01:56:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								1acbf853c8 
								
							 
						 
						
							
							
								
								Issue  #26736 : Used HTTPS for external links in the documentation if possible.  
							
							
							
						 
						
							2016-05-07 10:49:58 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								6dff0205b7 
								
							 
						 
						
							
							
								
								Issue  #26736 : Used HTTPS for external links in the documentation if possible.  
							
							
							
						 
						
							2016-05-07 10:49:07 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								c61d80cc83 
								
							 
						 
						
							
							
								
								Issue  #18572 : Remove redundant note about surrogates in string escape doc  
							
							
							
						 
						
							2016-04-24 03:14:01 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								4f35d79d65 
								
							 
						 
						
							
							
								
								Issue  #18572 : Remove redundant note about surrogates in string escape doc  
							
							
							
						 
						
							2016-04-24 03:13:40 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								bc1ee460dc 
								
							 
						 
						
							
							
								
								Issue  #25179 : Documentation for formatted string literals aka f-strings  
							
							... 
							
							
							
							Some of the inspiration and wording is taken from the text of PEP 498 by Eric
V. Smith, and the existing str.format() documentation. 
							
						 
						
							2016-02-13 00:41:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Collins 
								
							 
						 
						
							
							
							
							
								
							
							
								888a6729da 
								
							 
						 
						
							
							
								
								Issue  #24531 : Document that encoding lines cannot follow non-comment lines.  
							
							... 
							
							
							
							Patch from Terry Reedy 
							
						 
						
							2015-08-06 21:14:34 +12:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Collins 
								
							 
						 
						
							
							
							
							
								
							
							
								0b2833eaf2 
								
							 
						 
						
							
							
								
								Issue  #24531 : Document that encoding lines cannot follow non-comment lines.  
							
							... 
							
							
							
							Patch from Terry Reedy 
							
						 
						
							2015-08-06 21:08:44 +12:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								4801383c29 
								
							 
						 
						
							
							
								
								upgrade to Unicode 8.0.0  
							
							
							
						 
						
							2015-06-27 15:45:56 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Raymond Hettinger 
								
							 
						 
						
							
							
							
							
								
							
							
								ab89f9c27f 
								
							 
						 
						
							
							
								
								merge  
							
							
							
						 
						
							2015-05-22 16:38:16 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Raymond Hettinger 
								
							 
						 
						
							
							
							
							
								
							
							
								9ecf9e2944 
								
							 
						 
						
							
							
								
								Issue  #24219 : Remove duplicate literal in docs.  
							
							
							
						 
						
							2015-05-22 16:37:49 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								e21a531ef1 
								
							 
						 
						
							
							
								
								merge with 3.4  
							
							
							
						 
						
							2014-10-31 10:39:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								a4c8c47961 
								
							 
						 
						
							
							
								
								#22613 : remaining corrections in extending/reference docs (thanks Jacques Ducasse)  
							
							
							
						 
						
							2014-10-31 10:38:49 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									R David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								2623a5db6f 
								
							 
						 
						
							
							
								
								Merge:  #18176 : Change generic UCD PropList link to version specific link.  
							
							
							
						 
						
							2014-10-09 20:47:31 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									R David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								5f16f90d1b 
								
							 
						 
						
							
							
								
								#18176 : Change generic UCD PropList link to version specific link.  
							
							
							
						 
						
							2014-10-09 20:45:59 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									R David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								532783bd5e 
								
							 
						 
						
							
							
								
								Merge:  #18176 : fix another reference and add it to the makeunicodedata comment.  
							
							
							
						 
						
							2014-10-09 17:41:55 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									R David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								5bd62420f4 
								
							 
						 
						
							
							
								
								#18176 : fix another reference and add it to the makeunicodedata comment.  
							
							
							
						 
						
							2014-10-09 17:39:48 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								bd592417f4 
								
							 
						 
						
							
							
								
								add matrix multiplication operator to correct lists ( closes   #22142 )  
							
							
							
						 
						
							2014-08-06 22:50:30 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									R David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								f7f981829b 
								
							 
						 
						
							
							
								
								#18628 : clarify index entry for source file encoding declaration.  
							
							... 
							
							
							
							Patch by Sam Lucidi. 
							
						 
						
							2014-04-16 21:48:04 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								97f962339f 
								
							 
						 
						
							
							
								
								Add "->" as a delimiter token.  Found by James Harding on docs@.  
							
							
							
						 
						
							2013-10-08 21:28:22 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								e7f90375b1 
								
							 
						 
						
							
							
								
								#16127 : remove outdated references to narrow builds.  Patch by Serhiy Storchaka.  
							
							
							
						 
						
							2012-10-05 03:33:31 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								0182f38dec 
								
							 
						 
						
							
							
								
								Fix small overeager edit from 8e47e9af826e.  
							
							
							
						 
						
							2012-06-20 11:26:03 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								0b3847de6d 
								
							 
						 
						
							
							
								
								Issue  #15096 : Drop support for the ur string prefix  
							
							
							
						 
						
							2012-06-20 11:17:58 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Armin Ronacher 
								
							 
						 
						
							
							
							
							
								
							
							
								50364b4a5c 
								
							 
						 
						
							
							
								
								Basic documentation for PEP 414  
							
							
							
						 
						
							2012-03-04 12:33:51 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								79d38788ee 
								
							 
						 
						
							
							
								
								update unicode link  
							
							
							
						 
						
							2012-02-20 22:35:25 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								3a5d4cb940 
								
							 
						 
						
							
							
								
								Issue  #13748 : Raw bytes literals can now be written with the rb prefix as well as br.  
							
							
							
						 
						
							2012-01-12 22:46:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								931b8aac80 
								
							 
						 
						
							
							
								
								#12753 : Add support for Unicode name aliases and named sequences.  
							
							
							
						 
						
							2011-10-21 21:57:36 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								0dbebc02ed 
								
							 
						 
						
							
							
								
								Issue  #10542 : Document that identifiers use XID_Start XID_Continue*.  
							
							
							
						 
						
							2010-12-30 08:36:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Belopolsky 
								
							 
						 
						
							
							
							
							
								
							
							
								1a7a2e03b2 
								
							 
						 
						
							
							
								
								Both PEP 3131 and the current implementation use NFKC normalization  
							
							... 
							
							
							
							for identifiers.  Fixed the documentation to agree. 
							
						 
						
							2010-12-22 01:37:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								7d180a0da1 
								
							 
						 
						
							
							
								
								#9451 : strengthen warning about __*__ special name usage.  
							
							
							
						 
						
							2010-08-02 19:32:43 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								162dd7484e 
								
							 
						 
						
							
							
								
								note that byte strings can be raw, too  #9114  
							
							
							
						 
						
							2010-06-29 15:57:57 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								e43baaba73 
								
							 
						 
						
							
							
								
								Fix nits in the lexical analysis section: \u requires four digits, backtick is not allowed in source in 3.x.  
							
							
							
						 
						
							2010-05-10 21:17:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Florent Xicluna 
								
							 
						 
						
							
							
							
							
								
							
							
								4e0f8910bf 
								
							 
						 
						
							
							
								
								Fix \xhh specs,  #1889 .  (an oversight of r60193, r60210).  
							
							
							
						 
						
							2010-03-15 13:14:39 +00:00