Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								f954c4b9fb 
								
							 
						 
						
							
							
								
								Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.  
							
							
							
						 
						
							2008-06-04 11:41:32 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Neal Norwitz 
								
							 
						 
						
							
							
							
							
								
							
							
								7096760b25 
								
							 
						 
						
							
							
								
								Get rid of xreadlines() (methods).  
							
							
							
						 
						
							2006-03-17 08:29:44 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Matthias Klose 
								
							 
						 
						
							
							
							
							
								
							
							
								31a58df5ed 
								
							 
						 
						
							
							
								
								fix two typos in python(1)  
							
							
							
						 
						
							2005-03-20 14:16:03 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew M. Kuchling 
								
							 
						 
						
							
							
							
							
								
							
							
								3afe4f371c 
								
							 
						 
						
							
							
								
								Add helpful comment  
							
							
							
						 
						
							2004-10-07 12:30:54 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew M. Kuchling 
								
							 
						 
						
							
							
							
							
								
							
							
								6f5932502d 
								
							 
						 
						
							
							
								
								Take out Guido's name and put in the PSF  
							
							
							
						 
						
							2004-10-07 12:27:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew M. Kuchling 
								
							 
						 
						
							
							
							
							
								
							
							
								895f245954 
								
							 
						 
						
							
							
								
								Update two URLs  
							
							
							
						 
						
							2004-10-07 12:23:12 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew M. Kuchling 
								
							 
						 
						
							
							
							
							
								
							
							
								166e625d6c 
								
							 
						 
						
							
							
								
								Add -m to man page  
							
							
							
						 
						
							2004-10-07 12:04:50 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								816065f0f9 
								
							 
						 
						
							
							
								
								Remove -U from argument list.  
							
							
							
						 
						
							2003-05-26 05:15:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sjoerd Mullender 
								
							 
						 
						
							
							
							
							
								
							
							
								b6434f2c2f 
								
							 
						 
						
							
							
								
								Document that -u puts stdin, stdout, and stderr in binary mode.  
							
							
							
						 
						
							2002-08-09 13:37:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								611a7101ca 
								
							 
						 
						
							
							
								
								Patch  #552812 : Better description in "python -h" for -u.  
							
							
							
						 
						
							2002-07-28 10:34:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew M. Kuchling 
								
							 
						 
						
							
							
							
							
								
							
							
								b2cb37f298 
								
							 
						 
						
							
							
								
								Fix typo  
							
							
							
						 
						
							2002-05-09 14:33:18 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								9abaf4d3b7 
								
							 
						 
						
							
							
								
								SF patch  #467455  : Enhanced environment variables, by Toby Dickenson.  
							
							... 
							
							
							
							This patch changes to logic to:
   if env.var. set and non-empty:
       if env.var. is an integer:
           set flag to that integer
   if flag is zero: # [actually, <= 0 --GvR]
       set flag to 1
   Under this patch, anyone currently using
   PYTHONVERBOSE=yes will get the same output as before.
   PYTHONVERBNOSE=2 will generate more verbosity than
   before.
   The only unusual case that the following three are
   still all equivalent:
   PYTHONVERBOSE=yespleas
   PYTHONVERBOSE=1
   PYTHONVERBOSE=0 
							
						 
						
							2001-10-12 22:17:56 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								97bac53c14 
								
							 
						 
						
							
							
								
								Change the date field to use $Date$ so it won't be outrageously out of  
							
							... 
							
							
							
							date. 
							
						 
						
							2001-09-05 18:57:51 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								b674baf70e 
								
							 
						 
						
							
							
								
								Document -Q.  Move arguments around to be in strict alphabetical  
							
							... 
							
							
							
							order.  Add breaks in SYNOPSIS. 
							
						 
						
							2001-09-05 18:55:34 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								bd2e3b03d6 
								
							 
						 
						
							
							
								
								Document the PYTHONY2K environment variable that had been left out of this  
							
							... 
							
							
							
							list.
Present the URLs at the bottom in a consistent manner, conforming to the
style guide.
Remove the lone use of "e.g.", which the style guide does not allow. 
							
						 
						
							2001-07-26 21:25:58 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Neil Schemenauer 
								
							 
						 
						
							
							
							
							
								
							
							
								7d4bb9f179 
								
							 
						 
						
							
							
								
								Add -E command line switch (ignore environment variables like PYTHONHOME  
							
							... 
							
							
							
							and PYTHONPATH). 
							
						 
						
							2001-07-23 16:30:27 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew M. Kuchling 
								
							 
						 
						
							
							
							
							
								
							
							
								88717f4825 
								
							 
						 
						
							
							
								
								Mention pydoc in the man page  
							
							
							
						 
						
							2001-04-05 14:50:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								1378c32dd8 
								
							 
						 
						
							
							
								
								Document the -W option as best as I can.  
							
							... 
							
							
							
							Get rid of BeOpen references. 
							
						 
						
							2000-12-19 03:21:54 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								645693783c 
								
							 
						 
						
							
							
								
								Describe the -h and -V flags.  Closes patch  #101496  
							
							
							
						 
						
							2000-09-15 18:39:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								f4a090d579 
								
							 
						 
						
							
							
								
								Clean up a bit.  Drop -X option, update date, remove documentation  
							
							... 
							
							
							
							URLs, add various useful URLs.  Update address and email.  Drop PSA
and copyright.  Add license info. 
							
						 
						
							2000-09-01 20:36:34 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								fd71b9e9d4 
								
							 
						 
						
							
							
								
								Change copyright notice.  
							
							
							
						 
						
							2000-06-30 23:50:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								f2e9e2978e 
								
							 
						 
						
							
							
								
								Oops, better update the date on the .TH line.  
							
							
							
						 
						
							1999-08-20 13:30:49 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								4c9be9dffa 
								
							 
						 
						
							
							
								
								Various updates, mostly to add information to the SEE ALSO and  
							
							... 
							
							
							
							INTERNET RESOURCES sections based on c.l.py comments. 
							
						 
						
							1999-08-20 13:10:20 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								07c44c7ad5 
								
							 
						 
						
							
							
								
								Document -x too.  
							
							
							
						 
						
							1998-04-10 19:46:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								29d465bef7 
								
							 
						 
						
							
							
								
								Document -t flag.  
							
							
							
						 
						
							1998-04-10 19:36:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								4cf4de5d11 
								
							 
						 
						
							
							
								
								Brought up to date with new options and env vars.  
							
							
							
						 
						
							1997-09-08 04:06:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								8aea8d9600 
								
							 
						 
						
							
							
								
								Remove -s option and $PYTHONSUPPRESS environment variable.  
							
							
							
						 
						
							1997-07-19 20:46:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								d266eb460e 
								
							 
						 
						
							
							
								
								New permission notice, includes CNRI.  
							
							
							
						 
						
							1996-10-25 14:44:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								74faed299f 
								
							 
						 
						
							
							
								
								Got rid of all references to stdwin.  
							
							... 
							
							
							
							Documented insertion of script directory in path.
Updated author's address.
Changed MAILING LIST section to INTERNET RESOURCES. 
							
						 
						
							1996-07-30 19:27:05 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								227a0a1e2d 
								
							 
						 
						
							
							
								
								Added 1995 to copyright message; added a few people to acks again...  
							
							
							
						 
						
							1995-01-04 19:21:21 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								36a373407f 
								
							 
						 
						
							
							
								
								Document -s option -- suppress printing of top-level expressions  
							
							
							
						 
						
							1994-05-30 13:41:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								ef5bca380c 
								
							 
						 
						
							
							
								
								Documented -u (unbuffered), undocumented -k (killprint)  
							
							
							
						 
						
							1994-05-03 14:15:32 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								9f65ae0093 
								
							 
						 
						
							
							
								
								Fix weird messed up paragraphs  
							
							
							
						 
						
							1994-02-23 09:10:27 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								a7925f18de 
								
							 
						 
						
							
							
								
								Initial revision  
							
							
							
						 
						
							1994-01-26 10:20:16 +00:00