R David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								fd1ff1c888 
								
							 
						 
						
							
							
								
								Add versionadded to enum docs.  
							
							
							
						 
						
							2013-12-20 14:20:49 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								98b28fddd8 
								
							 
						 
						
							
							
								
								Issue  #18758 : Fixed and improved cross-references.  
							
							
							
						 
						
							2013-10-13 23:12:09 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								17f1eddcfe 
								
							 
						 
						
							
							
								
								Add missing comma.  
							
							
							
						 
						
							2013-10-05 04:26:06 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								93d7dda914 
								
							 
						 
						
							
							
								
								#19148 : fix markup errors and wording in enum docs.  Patch by Esa Peuha.  
							
							
							
						 
						
							2013-10-05 04:13:18 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								9a1daf5765 
								
							 
						 
						
							
							
								
								Close   #19011 :  Add documentation on some of the non-standard Enum behavior.  
							
							... 
							
							
							
							Issues such as iterating and containment on Enum classes, why Enum member
instances do not show up on other Enum members, and how __new__ should
be used. 
							
						 
						
							2013-09-27 22:58:06 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								101e0746d3 
								
							 
						 
						
							
							
								
								Close   #18989 : enum members will no longer overwrite other attributes, nor be overwritten by them.  
							
							
							
						 
						
							2013-09-15 12:34:36 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								455bfdea2f 
								
							 
						 
						
							
							
								
								Close   #18980 : Enum doc fixes.  Patch from Elazar Gershuni.  
							
							
							
						 
						
							2013-09-08 23:48:34 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								ed0bf8a729 
								
							 
						 
						
							
							
								
								Close   #18908 : Keep Enum docs in their own section.  Patch by Elazar Gershuni.  
							
							
							
						 
						
							2013-09-06 19:53:30 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								ec15a826ce 
								
							 
						 
						
							
							
								
								Close   #18738 :  Route __format__ calls to mixed-in type for mixed Enums (such as IntEnum).  
							
							
							
						 
						
							2013-08-31 19:17:41 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								9026262507 
								
							 
						 
						
							
							
								
								fixed examples to work with changed attribute names  
							
							
							
						 
						
							2013-07-30 12:24:25 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								f24bb35a69 
								
							 
						 
						
							
							
								
								closes issue18042 -- a unique decorator is added to enum.py  
							
							... 
							
							
							
							The docs also clarify the 'Interesting Example' duplicate-free enum is for
demonstration purposes. 
							
						 
						
							2013-07-18 17:05:39 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								e2563462fc 
								
							 
						 
						
							
							
								
								Added rationale for defaulting to 1 in the functional API.  
							
							
							
						 
						
							2013-06-28 19:37:17 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								3fe70b4acc 
								
							 
						 
						
							
							
								
								Added example to enum docs show access to name and value attributes of enum members.  
							
							
							
						 
						
							2013-06-28 14:02:34 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								15e489f7c5 
								
							 
						 
						
							
							
								
								Fix markup of the synopsis along with changing to state what is in the  
							
							... 
							
							
							
							module and not as a definition of what an enumeration is. 
							
						 
						
							2013-06-14 21:59:16 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Furman 
								
							 
						 
						
							
							
							
							
								
							
							
								6b3d64ab5d 
								
							 
						 
						
							
							
								
								Closes issue 17947.  Adds PEP-0435 (Adding an Enum type to the Python standard library).  
							
							... 
							
							
							
							Missing files added.
News entry added. 
							
						 
						
							2013-06-14 16:55:46 -07:00