Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								d68442b164 
								
							 
						 
						
							
							
								
								Lots of minor fixes, many suggested by Detlef Lannert  
							
							... 
							
							
							
							<lannert@uni-duesseldorf.de>. 
							
						 
						
							2000-09-21 22:01:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								31f5550fbe 
								
							 
						 
						
							
							
								
								Thomas Wouters <thomas@xs4all.net>:  
							
							... 
							
							
							
							Reference manual docs for augmented assignment.
This closes SourceForge patch #101418 . 
							
						 
						
							2000-09-12 20:32:18 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								33f785fc1e 
								
							 
						 
						
							
							
								
								Document "print >> None"  
							
							
							
						 
						
							2000-08-29 04:57:34 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								8c0a242289 
								
							 
						 
						
							
							
								
								PEP 214, Extended print Statement, has been accepted by the BDFL.  
							
							... 
							
							
							
							Document the extended print form.  Fred, please double check the
markup! 
							
						 
						
							2000-08-21 15:45:16 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Wouters 
								
							 
						 
						
							
							
							
							
								
							
							
								8bad612881 
								
							 
						 
						
							
							
								
								Disallow "import mod.submod as m", because the result is ambiguous. Does it  
							
							... 
							
							
							
							load mod.submod as m, or mod as m ? Both can be achieved differently, and
unambiguously. Also attempt to document this restriction (editor
appreciated!)
Note that this is an artificial check during compile, because incorporating
this in the grammar is hard, and then adjusting the compiler to do the right
thing with the right nodes is harder. 
							
						 
						
							2000-08-19 20:55:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Wouters 
								
							 
						 
						
							
							
							
							
								
							
							
								5215225ea1 
								
							 
						 
						
							
							
								
								Apply SF patch  #101135 , adding 'import module as m' and 'from module import  
							
							... 
							
							
							
							name as n'. By doing some twists and turns, "as" is not a reserved word.
There is a slight change in semantics for 'from module import name' (it will
now honour the 'global' keyword) but only in cases that are explicitly
undocumented. 
							
						 
						
							2000-08-17 22:55:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Wouters 
								
							 
						 
						
							
							
							
							
								
							
							
								f9b526dbfd 
								
							 
						 
						
							
							
								
								More of Rob W. W. Hooft's spelling fixes. The only ones left now are the  
							
							... 
							
							
							
							distutils patches, which I'll leave to the distutils maintainers.
Tip: review the patch like this:
grep "^[\!+-] " <patchfile>
To get a quick and easy way to review the actual changes. Most of the
changes are single-line ones, anyway. 
							
						 
						
							2000-07-16 19:05:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								191a28218f 
								
							 
						 
						
							
							
								
								Typo: "This table table" -> "This table is"  
							
							... 
							
							
							
							Noted by Nicholas Spies <ns11@voicenet.com>. 
							
						 
						
							2000-07-06 00:50:42 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Greg Ward 
								
							 
						 
						
							
							
							
							
								
							
							
								38c28e379c 
								
							 
						 
						
							
							
								
								Added a note to the section on 'exec' about the need for a trailing newline  
							
							... 
							
							
							
							in certain circumstances.  (Apparently, this is a CPython problem.) 
							
						 
						
							2000-04-27 18:32:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								011f6fca31 
								
							 
						 
						
							
							
								
								Typo: "Otherwose" --> "Otherwise"  (reported by Joakim Sernbrant  
							
							... 
							
							
							
							<joakim.sernbrant@front.se>).
Misc. small fixes to the logical markup. 
							
						 
						
							1999-04-14 12:52:14 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								b1f97d6765 
								
							 
						 
						
							
							
								
								Suggestion by Tim Peters clarifying what "before global" means.  
							
							... 
							
							
							
							(Also added an XXX comment requesting clarification of module
initialization -- TBD later.) 
							
						 
						
							1998-12-21 18:57:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								2b3730e284 
								
							 
						 
						
							
							
								
								Minor adjustments to a few index entries.  
							
							
							
						 
						
							1998-11-25 17:40:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								d4c3352288 
								
							 
						 
						
							
							
								
								Fix encoding of \n in a couple of places (reported by Lorenzo  
							
							... 
							
							
							
							M. Catucci <lorenzo@argon.roma2.infn.it>). 
							
						 
						
							1998-10-01 20:39:47 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								f5a80a4a88 
								
							 
						 
						
							
							
								
								Describe what happens when ``raise C, x'' is called where C is a class  
							
							... 
							
							
							
							and x is not an instance of C (nor of a class derived of C). 
							
						 
						
							1998-08-25 14:45:41 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								1a0b872665 
								
							 
						 
						
							
							
								
								At least mark the URL to the Packages essay using \url.  
							
							
							
						 
						
							1998-08-07 17:40:20 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								61c7728cc9 
								
							 
						 
						
							
							
								
								Make sure all chapters, sections, and subsections have a \label to give them  
							
							... 
							
							
							
							semantic file names in the HTML.  No more node#.html files! 
							
						 
						
							1998-07-28 19:34:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								246837d0f5 
								
							 
						 
						
							
							
								
								Fix markup of an \indexiii --> only two parameters were given.  
							
							
							
						 
						
							1998-07-24 20:28:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								56c2013d15 
								
							 
						 
						
							
							
								
								Changes copied from the FrameMaker version.  Also documented some  
							
							... 
							
							
							
							previously undocumented features.
Packages and the import mechanism in general are still left
undocumented. 
							
						 
						
							1998-07-24 18:25:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								5f574aace9 
								
							 
						 
						
							
							
								
								Added back the description of the exec statement.  It appears that I  
							
							... 
							
							
							
							accidentally cut it out when removing the access statement!  Added a
paragraph on __builtins__ and other possible manipulations of the key
space of the dictionaries.  Added some index entries. 
							
						 
						
							1998-07-06 13:18:39 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								dde91f000a 
								
							 
						 
						
							
							
								
								Fix a bogus \code@...@ to be \code{...}.  
							
							... 
							
							
							
							Normalize some other markup. 
							
						 
						
							1998-05-06 20:59:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								f666917ab7 
								
							 
						 
						
							
							
								
								The Python Reference Manual.  
							
							
							
						 
						
							1998-05-06 19:52:49 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								1f17543ee7 
								
							 
						 
						
							
							
								
								Removed LaTeX version of reference manual.  Added ref/ref.ps.  
							
							
							
						 
						
							1996-10-22 20:00:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								0a94dfcab8 
								
							 
						 
						
							
							
								
								Erase all memory of the access statement  
							
							
							
						 
						
							1996-08-20 17:35:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								7710f1f00c 
								
							 
						 
						
							
							
								
								explain global better  
							
							
							
						 
						
							1996-06-26 19:26:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								c5d0d79714 
								
							 
						 
						
							
							
								
								make access obsolete  
							
							
							
						 
						
							1995-10-08 00:52:14 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								611be707c2 
								
							 
						 
						
							
							
								
								replace vars() with locals() and globals(); 3rd raise arg; typos  
							
							
							
						 
						
							1995-07-07 23:06:33 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								46f2157279 
								
							 
						 
						
							
							
								
								added ref to vars()  
							
							
							
						 
						
							1995-03-07 10:09:34 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								eb8b0d20c1 
								
							 
						 
						
							
							
								
								added classes as exceptions  
							
							
							
						 
						
							1995-02-07 14:37:17 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								31cce97374 
								
							 
						 
						
							
							
								
								copyright.tex: Add 1995 to copyright message.  
							
							... 
							
							
							
							lib.tex: add libimp; remove bogus warning about lineii.
libmath.tex: document hypot().
libmd5.tex: rename md5.md5() to md5.new().
libposix.tex: document chown().
libposixfile.tex: openfile() instead of fileopen().
libsocket.tex: document gethostbyaddr().
libtypes.tex: add footnote explaining why readline() keeps the newline.
ref3.tex: correct typos, add back*quotes to index.
ref4.tex: don't use \verb inside footnote.
ref5.tex: explain repr() and str() and add them + back*quotes to index.
ref6.tex: correct typo, don't use \verb in footnote.
ref7.tex: don't use \verb in footnote. 
							
						 
						
							1995-01-04 19:17:34 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								bd851cd167 
								
							 
						 
						
							
							
								
								* Doc/libtime.tex: get rid of references to millitime() and  
							
							... 
							
							
							
							millisleep(); document clock()
	* Doc/ref6.tex (section{Assignment statements}): added warning
	about overlaps in lhs of assignment (e.g. "i, x[i] = 1, 2") 
							
						 
						
							1994-08-23 13:26:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								e9914961b8 
								
							 
						 
						
							
							
								
								Merge lost revisions back  
							
							
							
						 
						
							1994-08-01 12:38:14 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								a75d306e2b 
								
							 
						 
						
							
							
								
								"exec" is now a statement.  execfile() is obsolete.  
							
							... 
							
							
							
							(Also added a stub for "access".) 
							
						 
						
							1993-10-18 17:59:42 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								da43a4ab88 
								
							 
						 
						
							
							
								
								Initial revision  
							
							
							
						 
						
							1992-08-14 09:17:29 +00:00