Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								5255c791cc 
								
							 
						 
						
							
							
								
								select.select():  Add note that though this function accepts empty lists,  
							
							... 
							
							
							
							using *only* empty lists may not be acceptable on all
                  platforms, with the specific caveat that it does not
                  work on Windows.  Also clarified list of acceptable
                  objects that may be in the lists, to let the user know
                  that file objects are not usable here on Windows. 
							
						 
						
							2000-12-11 15:50:07 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew M. Kuchling 
								
							 
						 
						
							
							
							
							
								
							
							
								99a3701618 
								
							 
						 
						
							
							
								
								Documentation for poll() interface (SF patch  #100852 )  
							
							
							
						 
						
							2000-08-25 01:21:28 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								38e5d27cae 
								
							 
						 
						
							
							
								
								Merged changes from the 1.5.2p2 release.  
							
							... 
							
							
							
							(Very rough.) 
							
						 
						
							2000-04-03 20:13:55 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								283c588402 
								
							 
						 
						
							
							
								
								Work around LaTeX2HTML comment-handling bug.  
							
							
							
						 
						
							1999-04-21 17:57:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								e9af64c373 
								
							 
						 
						
							
							
								
								Remove superfluous index entry for posix.popen(); no longer  
							
							... 
							
							
							
							appropriate since popen() is only documented in os. 
							
						 
						
							1999-04-16 19:00:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								bbac43223c 
								
							 
						 
						
							
							
								
								Shorten a few section titles.  
							
							
							
						 
						
							1999-02-20 00:14:17 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								9814a943a5 
								
							 
						 
						
							
							
								
								Add warning that on Windows it only works on sockets.  
							
							
							
						 
						
							1998-09-28 14:28:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								295da24eaf 
								
							 
						 
						
							
							
								
								New section header style.  
							
							... 
							
							
							
							Fix up a few synopses. 
							
						 
						
							1998-08-10 19:42:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								b91e934cf1 
								
							 
						 
						
							
							
								
								Adjusted to use the new module synopsis support macros.  
							
							
							
						 
						
							1998-07-23 17:59:49 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								3a0351cf85 
								
							 
						 
						
							
							
								
								Remove all uses of \sectcode; we can now use logical markup everywhere.  
							
							
							
						 
						
							1998-04-04 07:23:21 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								b401637bd8 
								
							 
						 
						
							
							
								
								Markup nits, index entries.  
							
							
							
						 
						
							1998-04-02 18:44:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								cce1090d49 
								
							 
						 
						
							
							
								
								Change "\," to just "," in function signatures.  This is easier to maintain,  
							
							... 
							
							
							
							works better with LaTeX2HTML, and allows some simplification of the python.sty
macros. 
							
						 
						
							1998-03-17 06:33:25 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								1947991c2f 
								
							 
						 
						
							
							
								
								Remove all \bcode / \ecode cruft; this is no longer needed.  See previous  
							
							... 
							
							
							
							checkin of myformat.sty.
Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}"
everywhere.
Some other minor nits that I happened to come across. 
							
						 
						
							1998-02-13 06:58:54 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								e47da0ae04 
								
							 
						 
						
							
							
								
								AMK's megapatch:  
							
							... 
							
							
							
							* \bcode, \ecode added everywhere
	* \label{module-foo} added everywhere
	* A few \seealso sections added.
	* Indentation fixed inside verbatim in lib*tex files 
							
						 
						
							1997-07-17 16:34:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								02ee80d408 
								
							 
						 
						
							
							
								
								minor things  
							
							
							
						 
						
							1995-04-04 12:29:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								470be14c8a 
								
							 
						 
						
							
							
								
								mass changes; fix titles; add examples; correct typos; clarifications;  
							
							... 
							
							
							
							unified style; etc. 
							
						 
						
							1995-03-17 16:07:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								5fdeeeae2a 
								
							 
						 
						
							
							
								
								Restructured library documentation  
							
							
							
						 
						
							1994-01-02 01:22:07 +00:00