| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									sqlite3
									
								
							
						
					
				 | 
				
					
						
							
							caught is the right pp of catch; thanks to Don Bennett from docs@
						
					
				 | 
				2011-10-31 02:41:06 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								dbpickle.py
							
						
					
				 | 
				
					
						
							
							Issue 11929: Minor whitespace clean-ups.
						
					
				 | 
				2011-04-26 13:55:55 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								email-alternative.py
							
						
					
				 | 
				
					
						
							
							convert shebang lines: python -> python3
						
					
				 | 
				2010-03-11 22:53:45 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								email-dir.py
							
						
					
				 | 
				
					
						
							
							Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
						
					
				 | 
				2011-04-30 17:29:08 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								email-headers.py
							
						
					
				 | 
				
					
						
							
							Syntax fixes for examples in the Doc/includes
						
					
				 | 
				2010-10-17 11:42:21 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								email-mime.py
							
						
					
				 | 
				
					
						
							
							Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
						
					
				 | 
				2011-04-30 17:29:08 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								email-simple.py
							
						
					
				 | 
				
					
						
							
							Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
						
					
				 | 
				2011-04-30 17:29:08 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								email-unpack.py
							
						
					
				 | 
				
					
						
							
							convert shebang lines: python -> python3
						
					
				 | 
				2010-03-11 22:53:45 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								minidom-example.py
							
						
					
				 | 
				
					
						
							
							Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from
						
					
				 | 
				2010-03-21 22:36:19 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mp_benchmarks.py
							
						
					
				 | 
				
					
						
							
							Issue 11929: Minor whitespace clean-ups.
						
					
				 | 
				2011-04-26 13:55:55 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mp_newtype.py
							
						
					
				 | 
				
					
						
							
							Merged revisions 86670 via svnmerge from
						
					
				 | 
				2010-11-22 03:18:24 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mp_pool.py
							
						
					
				 | 
				
					
						
							
							Issue 11929: Minor whitespace clean-ups.
						
					
				 | 
				2011-04-26 13:55:55 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mp_synchronize.py
							
						
					
				 | 
				
					
						
							
							Issue 11929: Minor whitespace clean-ups.
						
					
				 | 
				2011-04-26 13:55:55 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mp_webserver.py
							
						
					
				 | 
				
					
						
							
							Issue 11929: Minor whitespace clean-ups.
						
					
				 | 
				2011-04-26 13:55:55 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mp_workers.py
							
						
					
				 | 
				
					
						
							
							Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from
						
					
				 | 
				2008-11-30 22:46:23 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								noddy.c
							
						
					
				 | 
				
					
						
							
							#5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examples.
						
					
				 | 
				2009-05-05 07:55:26 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								noddy2.c
							
						
					
				 | 
				
					
						
							
							Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
						
					
				 | 
				2011-11-06 15:10:48 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								noddy3.c
							
						
					
				 | 
				
					
						
							
							Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
						
					
				 | 
				2011-11-06 15:10:48 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								noddy4.c
							
						
					
				 | 
				
					
						
							
							Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
						
					
				 | 
				2011-11-06 15:10:48 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								run-func.c
							
						
					
				 | 
				
					
						
							
							Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
						
					
				 | 
				2007-12-02 14:31:20 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								setup.py
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								shoddy.c
							
						
					
				 | 
				
					
						
							
							Merged revisions 74613,74615,74619-74620,74622 via svnmerge from
						
					
				 | 
				2009-09-01 08:13:16 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test.py
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								turtle-star.py
							
						
					
				 | 
				
					
						
							
							Issue #7061: Added a 'Turtle star' sidebar
						
					
				 | 
				2010-11-09 18:40:03 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								typestruct.h
							
						
					
				 | 
				
					
						
							
							Issue #1717, continued: Doc fixes and other cleanup related
						
					
				 | 
				2009-02-02 21:29:40 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								tzinfo-examples.py
							
						
					
				 | 
				
					
						
							
							Issue 11929: Minor whitespace clean-ups.
						
					
				 | 
				2011-04-26 13:55:55 -07:00 |