Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								677dc7189f 
								
							 
						 
						
							
							
								
								Branch merge  
							
							
							
						 
						
							2011-09-02 17:30:55 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								793c47a88a 
								
							 
						 
						
							
							
								
								Merge doc changes from 3.2 ( #10454 ,  #12298 )  
							
							
							
						 
						
							2011-09-02 00:03:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								18ddf826e7 
								
							 
						 
						
							
							
								
								Add links from library/functions to other docs.  
							
							... 
							
							
							
							Suggested by Terry J. Reedy in #12298 . 
							
						 
						
							2011-09-01 23:10:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								9edd9f035b 
								
							 
						 
						
							
							
								
								Fix a few links in the table of built-in functions ( #12298 )  
							
							
							
						 
						
							2011-09-01 23:08:55 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								29cf58c9d5 
								
							 
						 
						
							
							
								
								Document that format string don’t support arbitrary dictonary keys.  
							
							... 
							
							
							
							Text adapted from the PEP.  Addition requested by Terry J. Reedy on
2011-02-23 on python-dev. 
							
						 
						
							2011-09-01 18:59:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								c2d9a0226e 
								
							 
						 
						
							
							
								
								Merge doc fix with 3.2.  
							
							
							
						 
						
							2011-09-01 08:13:46 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								222b20844f 
								
							 
						 
						
							
							
								
								From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc.  
							
							
							
						 
						
							2011-09-01 08:11:28 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ross Lagerwall 
								
							 
						 
						
							
							
							
							
								
							
							
								7194efe8b4 
								
							 
						 
						
							
							
								
								Merge with 3.2.  
							
							
							
						 
						
							2011-09-01 07:02:31 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ross Lagerwall 
								
							 
						 
						
							
							
							
							
								
							
							
								a9353db2cd 
								
							 
						 
						
							
							
								
								Remove duplicate text in os documentation.  
							
							
							
						 
						
							2011-09-01 06:58:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								b8edbdf4b9 
								
							 
						 
						
							
							
								
								Merge doc changes from 3.2.  
							
							... 
							
							
							
							rstlint complains about packaging docs but I’m working on those in
another patch. 
							
						 
						
							2011-09-01 05:57:12 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								ec9a5f6399 
								
							 
						 
						
							
							
								
								Add version number for versionchanged directive (backport from 3.3)  
							
							
							
						 
						
							2011-09-01 05:55:26 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								95fc53f2b3 
								
							 
						 
						
							
							
								
								Clean up packaging.util: add __all__, remove some unused functions.  
							
							... 
							
							
							
							This huge module is the heir of six distutils modules, and contains
a number of miscellaneous functions.  I have attempted to help readers
of the source code with an annoted __all__.  Removed or deprecated
functions have been removed from the documentation; I’m working on
another patch to document the remaining public functions.
For the curious:
The unzip_file and untar_file were used by (or intended to be used by)
“pysetup install path/to/archive.tar.gz”, but the code presently used
shutil.unpack_archive and an helper function, so I just deleted them.
They’re still in the repository if we need them in the future.
The find_packages function is not used anymore but I want to discuss
module and package auto-discovery (in “pysetup create”) again before
removing it.
subst_vars now lives in sysconfig; rfc822_escape is inlined in
packaging.metadata.  Other functions are for internal use only, or
deprecated; I have left them out of __all__ and sprinkled TODO notes
for future cleanups. 
							
						 
						
							2011-09-01 05:11:29 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								799bd80d8a 
								
							 
						 
						
							
							
								
								expose linux extended file system attributes ( closes   #12720 )  
							
							
							
						 
						
							2011-08-31 22:15:17 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								37b5f9eebc 
								
							 
						 
						
							
							
								
								Fix some misuses of Sphinx roles and one typo  
							
							
							
						 
						
							2011-09-01 03:19:30 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								941afedd74 
								
							 
						 
						
							
							
								
								Avoid using the default reST role.  Makes Doc/tools/rstlint.py happy.  
							
							
							
						 
						
							2011-09-01 02:47:34 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								be573e7d17 
								
							 
						 
						
							
							
								
								Remove outdated pointer to optparse ( fixes   #11360 ).  
							
							... 
							
							
							
							The doc already points to argparse. 
							
						 
						
							2011-08-26 16:38:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								b008d3d00c 
								
							 
						 
						
							
							
								
								Synchronize packaging docs with distutils’ (includes fix for  #9302 )  
							
							
							
						 
						
							2011-08-26 01:23:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								4fd1e6a3ba 
								
							 
						 
						
							
							
								
								Issue  #12803 : SSLContext.load_cert_chain() now accepts a password argument  
							
							... 
							
							
							
							to be used if the private key is encrypted.  Patch by Adam Simpkins. 
							
						 
						
							2011-08-25 14:39:44 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Tosi 
								
							 
						 
						
							
							
							
							
								
							
							
								d902a14dd0 
								
							 
						 
						
							
							
								
								#12191 : add shutil.chown() to change user and/or group owner of a given path also specifying their names.  
							
							
							
						 
						
							2011-08-22 23:28:27 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nick Coghlan 
								
							 
						 
						
							
							
							
							
								
							
							
								96fe56abec 
								
							 
						 
						
							
							
								
								Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. ( Closes   #6560 )  
							
							
							
						 
						
							2011-08-22 11:55:57 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								795eaeb41f 
								
							 
						 
						
							
							
								
								Issue  #12326 : update sys.platform doc for Linux  
							
							
							
						 
						
							2011-08-21 12:08:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								94e6238e67 
								
							 
						 
						
							
							
								
								Issue  #12213 : make it clear that BufferedRWPair shouldn't be called with the  
							
							... 
							
							
							
							same object as reader and writer, and deemphasize it in document order. 
							
						 
						
							2011-08-20 19:50:32 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								13d2895dbf 
								
							 
						 
						
							
							
								
								Issue  #12213 : make it clear that BufferedRWPair shouldn't be called with the  
							
							... 
							
							
							
							same object as reader and writer, and deemphasize it in document order. 
							
						 
						
							2011-08-20 19:48:43 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Tosi 
								
							 
						 
						
							
							
							
							
								
							
							
								2ec723ad87 
								
							 
						 
						
							
							
								
								#12787 : merge with 3.2  
							
							
							
						 
						
							2011-08-20 17:06:38 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Tosi 
								
							 
						 
						
							
							
							
							
								
							
							
								9daf98d32a 
								
							 
						 
						
							
							
								
								#12787 : link original MultiCall proposal to webarchive and in a footnote  
							
							
							
						 
						
							2011-08-20 17:05:56 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Tosi 
								
							 
						 
						
							
							
							
							
								
							
							
								5f4ea28f49 
								
							 
						 
						
							
							
								
								merge with 3.2  
							
							
							
						 
						
							2011-08-19 22:55:24 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Tosi 
								
							 
						 
						
							
							
							
							
								
							
							
								6a633bb878 
								
							 
						 
						
							
							
								
								fix description of \r; thanks to Thomas Waldmann from docs@  
							
							
							
						 
						
							2011-08-19 22:54:50 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Tosi 
								
							 
						 
						
							
							
							
							
								
							
							
								8e35cf0770 
								
							 
						 
						
							
							
								
								merge with 3.2  
							
							
							
						 
						
							2011-08-19 18:40:56 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Tosi 
								
							 
						 
						
							
							
							
							
								
							
							
								f693810f69 
								
							 
						 
						
							
							
								
								mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@  
							
							
							
						 
						
							2011-08-19 18:40:21 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								87552785c3 
								
							 
						 
						
							
							
								
								Mark abc.abstractproperty as a property  
							
							
							
						 
						
							2011-08-19 03:53:51 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								24d6cc6f4f 
								
							 
						 
						
							
							
								
								Merge 3.2  
							
							
							
						 
						
							2011-08-19 03:19:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								e8b7eb07e1 
								
							 
						 
						
							
							
								
								Link isinstance/issubclass to the ABC glossary entry ( #12256 )  
							
							
							
						 
						
							2011-08-19 02:17:03 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								543edbdab8 
								
							 
						 
						
							
							
								
								Don’t quote characters twice.  
							
							... 
							
							
							
							``code`` markup is enough to mark command-line fragments or to talk
about a character.  ``'c'`` is still used for actual Python string
objects.  I did a similar change in optparse.rst in r86521.
I’ve also ported two minor changes from the 3.3 version of the file
(removing an unnecessary module name in a class directive, adding a
comma). 
							
						 
						
							2011-08-19 01:45:12 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								fde9242631 
								
							 
						 
						
							
							
								
								Don’t use “arg” for “argument”  
							
							
							
						 
						
							2011-08-19 01:30:26 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								19f9b71ffe 
								
							 
						 
						
							
							
								
								Add a few missing source links from 2.7 and harmonize lib docs headers  
							
							
							
						 
						
							2011-08-19 00:49:18 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								d001ffe745 
								
							 
						 
						
							
							
								
								Minor improvements to BadZipFile and BadZipfile docs.  
							
							... 
							
							
							
							I made the doc for the compat alias BadZipfile shorter and used a
directive to document deprecation.
I figured there was no point of talking about zipfile.error (“the old
name” that’s older than the other old name BadZipfile) in the 3.x docs
so I just removed it. 
							
						 
						
							2011-08-19 00:44:31 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								5eada94163 
								
							 
						 
						
							
							
								
								Fix markup to get a target instead of a comment  
							
							
							
						 
						
							2011-08-19 00:41:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								889a7dcb3a 
								
							 
						 
						
							
							
								
								Fix a typo and touch up blank lines  
							
							
							
						 
						
							2011-08-19 00:40:46 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								6e7d0ba309 
								
							 
						 
						
							
							
								
								Add missing reST target for one section of this file  
							
							
							
						 
						
							2011-08-19 00:39:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								b389eec440 
								
							 
						 
						
							
							
								
								Move versionadded directive to the top level, as we do in other files  
							
							
							
						 
						
							2011-08-16 19:10:24 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								e5905a9413 
								
							 
						 
						
							
							
								
								Fix typo  
							
							
							
						 
						
							2011-08-16 19:09:56 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								ae0cbde231 
								
							 
						 
						
							
							
								
								#12204 : merge with 3.2.  
							
							
							
						 
						
							2011-08-15 14:28:46 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								0656a56214 
								
							 
						 
						
							
							
								
								#12204 : document that str.upper().isupper() might be False and add a note about cased characters.  
							
							
							
						 
						
							2011-08-15 14:27:19 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								7ec7fc4c3b 
								
							 
						 
						
							
							
								
								#12725 : merge with 3.2.  
							
							
							
						 
						
							2011-08-14 08:29:49 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								388c945e97 
								
							 
						 
						
							
							
								
								#12725 : fix working. Patch by Ben Hayden.  
							
							
							
						 
						
							2011-08-14 08:28:57 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nadeem Vawda 
								
							 
						 
						
							
							
							
							
								
							
							
								1c38546e49 
								
							 
						 
						
							
							
								
								Issue  #12646 : Add an 'eof' attribute to zlib.Decompress.  
							
							... 
							
							
							
							This will make it easier to detect truncated input streams.
Also, make zlib's error messages more consistent. 
							
						 
						
							2011-08-13 15:22:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Tosi 
								
							 
						 
						
							
							
							
							
								
							
							
								b90770d31b 
								
							 
						 
						
							
							
								
								merge with 3.2  
							
							
							
						 
						
							2011-08-12 19:31:56 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Tosi 
								
							 
						 
						
							
							
							
							
								
							
							
								8a3b657f9e 
								
							 
						 
						
							
							
								
								it's 'rather than'; reported by James Bateman on docs@  
							
							
							
						 
						
							2011-08-12 19:31:32 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								14eba5fa41 
								
							 
						 
						
							
							
								
								Brench merge  
							
							
							
						 
						
							2011-08-12 17:59:25 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								28d39a0c08 
								
							 
						 
						
							
							
								
								Branch merge  
							
							
							
						 
						
							2011-08-12 17:40:25 +02:00