Adorilson Bezerra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c2276176d5 
								
							 
						 
						
							
							
								
								Add information about negative  indexes to sequence datamodel doc ( #110903 )  
							
							... 
							
							
							
							Co-authored by Terry Jan Reedy 
							
						 
						
							2024-03-25 18:34:20 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Terry Jan Reedy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								025ef7a5f7 
								
							 
						 
						
							
							
								
								gh-56374: Clarify documentation of nonlocal ( #116942 )  
							
							... 
							
							
							
							Define 'nonlocal scopes' in a way that excludes class scopes.
Rearrange the rest of the doc.  Add "Programmer's note". 
							
						 
						
							2024-03-19 13:55:21 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sunghyun Kim 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7f64ae30dd 
								
							 
						 
						
							
							
								
								gh-107607: Update comment about utf-8 BOM being ignored ( #107858 )  
							
							... 
							
							
							
							---------
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> 
							
						 
						
							2024-03-19 11:51:12 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Terry Jan Reedy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4e45c6c54a 
								
							 
						 
						
							
							
								
								gh-116881: Remove erroneous or redundant grammar NULL (GH-116885)  
							
							... 
							
							
							
							In Lexical Analysis f-strings section, NULL in the description
of 'literal character' means '\0'.  In the format_spec grammar
production, it is wrong with that meaning and redundant if
instead interpreted as <nothing>.  Remove it there. 
							
						 
						
							2024-03-18 10:31:13 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								808a77612f 
								
							 
						 
						
							
							
								
								gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)  
							
							
							
						 
						
							2024-03-07 10:05:03 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gouvernathor 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								67f742e03a 
								
							 
						 
						
							
							
								
								gh-72971: Clarify the special no-TypeError behavior for equality ( #110729 )  
							
							
							
						 
						
							2024-03-03 00:45:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gouvernathor 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2713c2abc8 
								
							 
						 
						
							
							
								
								gh-104219: Document that idunders can return NotImplemented ( #104220 )  
							
							... 
							
							
							
							Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> 
							
						 
						
							2024-03-01 16:51:47 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Erlend E. Aasland 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								dbe44f150c 
								
							 
						 
						
							
							
								
								Docs: mark up NotImplemented using the :data: role throughout the docs ( #116135 )  
							
							
							
						 
						
							2024-02-29 20:46:12 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adorilson Bezerra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f7455864f2 
								
							 
						 
						
							
							
								
								Erase some unnecessary quotes on data model doc ( #113521 )  
							
							... 
							
							
							
							Thanks to Pedro Arthur Duarte (pedroarthur.jedi at gmail.com) for help with this bug. 
							
						 
						
							2024-02-24 19:16:19 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Daler 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0c80da4c14 
								
							 
						 
						
							
							
								
								gh-115572: Move codeobject.replace() docs to the data model ( #115631 )  
							
							
							
						 
						
							2024-02-18 14:13:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christophe Papazian 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								de07941729 
								
							 
						 
						
							
							
								
								gh-115405: add versionadded tag for co_qualname in code objects documentation ( #115411 )  
							
							
							
						 
						
							2024-02-13 16:10:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikita Sobolev 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e19103a346 
								
							 
						 
						
							
							
								
								gh-114552: Update __dir__ method docs: it allows returning an iterable ( #114662 )  
							
							
							
						 
						
							2024-02-10 08:34:23 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Terry Jan Reedy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a1332a99cf 
								
							 
						 
						
							
							
								
								Clarify one-item tuple ( #114745 )  
							
							... 
							
							
							
							A 'single tuple' means 'one typle, of whatever length.
Remove the unneeded and slight distracting parenthetical 'singleton' comment. 
							
						 
						
							2024-01-30 18:40:54 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikita Sobolev 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a384b20c0c 
								
							 
						 
						
							
							
								
								gh-101100: Fix sphinx warnings in reference/import.rst ( #114646 )  
							
							
							
						 
						
							2024-01-27 07:30:21 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hugo van Kemenade 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8ccd1ba461 
								
							 
						 
						
							
							
								
								gh-101100: Fix Sphinx warnings in reference/expressions.rst ( #114194 )  
							
							
							
						 
						
							2024-01-22 18:21:14 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									cdzhan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b04c5005cc 
								
							 
						 
						
							
							
								
								Fix the confusing "User-defined methods" reference in the datamodel ( #114276 )  
							
							... 
							
							
							
							Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com> 
							
						 
						
							2024-01-21 03:45:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sergey B Kirpichev 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								029ecee10d 
								
							 
						 
						
							
							
								
								gh-114070: fix token reference warnings in expressions.rst ( #114169 )  
							
							
							
						 
						
							2024-01-17 18:39:50 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									InSync 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a47353d587 
								
							 
						 
						
							
							
								
								datamodel: Fix a typo in `object.__init_subclass__` ( #111599 )  
							
							
							
						 
						
							2024-01-12 22:59:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ned Batchelder 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e68806c712 
								
							 
						 
						
							
							
								
								Docs: Amend codeobject.co_lines docs; end number is exclusive ( #113970 )  
							
							... 
							
							
							
							The end number should be exclusive, not inclusive. 
							
						 
						
							2024-01-12 16:04:14 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a8629816c6 
								
							 
						 
						
							
							
								
								gh-113664: Improve style of Big O notation (GH-113695)  
							
							... 
							
							
							
							Use cursive to make it looking like mathematic formulas. 
							
						 
						
							2024-01-10 15:01:18 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Waygood 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f1f8392432 
								
							 
						 
						
							
							
								
								Document the co_lines method on code objects ( #113682 )  
							
							... 
							
							
							
							Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> 
							
						 
						
							2024-01-03 19:29:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John D. McDonald 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8ff44f8554 
								
							 
						 
						
							
							
								
								gh-81094: Refer to PEP 318 in compound_statements.rst ( #113588 )  
							
							... 
							
							
							
							Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> 
							
						 
						
							2024-01-02 10:40:14 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Raymond Hettinger 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6a5b4736e5 
								
							 
						 
						
							
							
								
								gh-113313: Note that slice support is not required for all sequences. (gh-113377)  
							
							
							
						 
						
							2023-12-21 15:54:59 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rodrigo Girão Serrão 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5a7cc667f8 
								
							 
						 
						
							
							
								
								Fix typo in datamodel docs ( #113314 )  
							
							... 
							
							
							
							Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> 
							
						 
						
							2023-12-20 11:58:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hugo van Kemenade 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								32d87a8899 
								
							 
						 
						
							
							
								
								Docs: Add label to grammar spec for linking from PEPs ( #113235 )  
							
							
							
						 
						
							2023-12-17 12:23:14 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Waygood 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4b3cb082da 
								
							 
						 
						
							
							
								
								gh-101100: Fix Sphinx nitpicks in library/inspect.rst and reference/simple_stmts.rst ( #113107 )  
							
							
							
						 
						
							2023-12-14 13:30:57 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Waygood 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d05a180350 
								
							 
						 
						
							
							
								
								gh-101100: Improve docs on exception attributes (GH-113057)  
							
							... 
							
							
							
							* Improve docs on exception attributes
* thanks sphinx-lint
* fix doctests
* argh, okay, give up on doctests
* Various improvements 
							
						 
						
							2023-12-13 10:59:36 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Waygood 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								81a15ea74e 
								
							 
						 
						
							
							
								
								gh-101100: Further improve docs on function attributes ( #113001 )  
							
							
							
						 
						
							2023-12-12 20:21:12 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Waygood 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4c5b9c107a 
								
							 
						 
						
							
							
								
								gh-101100: Improve documentation on function attributes ( #112933 )  
							
							... 
							
							
							
							Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> 
							
						 
						
							2023-12-11 12:00:42 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hugo van Kemenade 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5bf7580d72 
								
							 
						 
						
							
							
								
								Docs: Use 'f-strings' as header ( #112888 )  
							
							
							
						 
						
							2023-12-10 10:39:51 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Waygood 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								96f64a2b1b 
								
							 
						 
						
							
							
								
								gh-101100: Improve documentation of TracebackType attributes ( #112884 )  
							
							
							
						 
						
							2023-12-09 22:43:53 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Waygood 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ed21d0c1f4 
								
							 
						 
						
							
							
								
								gh-101100: Improve documentation for attributes on instance methods ( #112832 )  
							
							
							
						 
						
							2023-12-08 13:18:53 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Waygood 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e9707d3c3d 
								
							 
						 
						
							
							
								
								gh-101100: Improve documentation of code object attributes ( #112781 )  
							
							
							
						 
						
							2023-12-06 20:15:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Waygood 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d109f637c0 
								
							 
						 
						
							
							
								
								gh-101100: Properly document frame object attributes ( #112735 )  
							
							
							
						 
						
							2023-12-05 19:27:59 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Waygood 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2f20cafdbf 
								
							 
						 
						
							
							
								
								gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs ( #112737 )  
							
							
							
						 
						
							2023-12-05 09:59:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Waygood 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								45650d1c47 
								
							 
						 
						
							
							
								
								gh-101100: Fix most Sphinx nitpicks in inspect.rst ( #112662 )  
							
							
							
						 
						
							2023-12-03 17:32:49 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Raymond Hettinger 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								97f8f28b3e 
								
							 
						 
						
							
							
								
								gh-112331: Fix reference manual description of attribute lookup mechanics (gh-112375)  
							
							
							
						 
						
							2023-11-25 16:20:53 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Terry Jan Reedy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9a2f25d374 
								
							 
						 
						
							
							
								
								gh-111944: Add assignment expression parentheses requirements ( #111977 )  
							
							... 
							
							
							
							gh-111944: Clarify where assignment expressions require ()s
Augment the list of places where parentheses are
required around assignnment statements.  In particular,
'a := 0' and 'a = b := 1' are syntax errors. 
							
						 
						
							2023-11-12 19:06:50 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Irit Katriel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								13405ecffd 
								
							 
						 
						
							
							
								
								gh-79932: raise exception if frame.clear() is called on a suspended frame ( #111792 )  
							
							
							
						 
						
							2023-11-07 08:49:30 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonathan Berthias 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9a2f2f46ca 
								
							 
						 
						
							
							
								
								Fix typos in import system docs ( #111396 )  
							
							
							
						 
						
							2023-10-27 13:20:55 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Turner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								63acf78d71 
								
							 
						 
						
							
							
								
								GH-101100: Fix reference warnings for `__enter__ and __exit__` ( #110112 )  
							
							
							
						 
						
							2023-10-19 18:05:17 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Turner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								da99133710 
								
							 
						 
						
							
							
								
								GH-101100: Fix reference warnings for `__getitem__` ( #110118 )  
							
							
							
						 
						
							2023-10-19 18:05:05 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									partev 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								42a5d21d46 
								
							 
						 
						
							
							
								
								gh-110886 Doc: add a link to BNF Wikipedia article ( #110887 )  
							
							... 
							
							
							
							Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> 
							
						 
						
							2023-10-15 10:52:13 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								41d8ec5a1b 
								
							 
						 
						
							
							
								
								gh-110631: Fix reST indentation in Doc/reference ( #110708 )  
							
							... 
							
							
							
							Fix wrong indentation in the Doc/reference dir. 
							
						 
						
							2023-10-11 22:50:55 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jacob Coffee 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e27adc68cc 
								
							 
						 
						
							
							
								
								gh-109634: Fix :samp: syntax (GH-110073)  
							
							
							
						 
						
							2023-09-29 14:21:34 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								92af0cc580 
								
							 
						 
						
							
							
								
								gh-109634: Use :samp: role (GH-109635)  
							
							
							
						 
						
							2023-09-23 09:31:20 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									James Gerity 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								def828995a 
								
							 
						 
						
							
							
								
								fixes gh-109559: Update unicodedata for Unicode 15.1.0 (GH-109560)  
							
							... 
							
							
							
							---------
Co-authored-by: Benjamin Peterson <benjamin@python.org> 
							
						 
						
							2023-09-19 22:07:47 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Erlend E. Aasland 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								cb1184280b 
								
							 
						 
						
							
							
								
								Docs: Resolve Sphinx warnings in dis.rst ( #108476 )  
							
							... 
							
							
							
							- Link to the code objects reference
- Suppress link to deliberately undocumented builtins.__build_class__
- Suppress links for example methods 
							
						 
						
							2023-08-25 13:28:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Turner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2b7bff0655 
								
							 
						 
						
							
							
								
								Datamodel: Add headings to the standard type hierarchy ( #108146 )  
							
							... 
							
							
							
							Dedent content according to the new layout. 
							
						 
						
							2023-08-25 13:02:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Turner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7f5b1a0661 
								
							 
						 
						
							
							
								
								Docs: Datamodel: Merge "Notes on using __slots__" with the parent section ( #108400 )  
							
							
							
						 
						
							2023-08-25 12:27:36 +02:00