summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Merge doc changes from 3.2.Éric Araujo2011-09-016-26/+26
|\
| * Fix some misuses of Sphinx roles and one typoÉric Araujo2011-09-011-1/+1
| * Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.Éric Araujo2011-09-015-25/+25
| * Remove outdated pointer to optparse (fixes #11360).Éric Araujo2011-08-261-3/+0
* | Clean up packaging.util: add __all__, remove some unused functions.Éric Araujo2011-09-011-37/+0
* | Synchronize packaging docs with distutils’ (includes fix for #9302)Éric Araujo2011-08-252-32/+41
* | Issue #12803: SSLContext.load_cert_chain() now accepts a password argumentAntoine Pitrou2011-08-251-1/+17
* | #12191: add shutil.chown() to change user and/or group owner of a given path ...Sandro Tosi2011-08-222-0/+17
* | Add support for the send/recvmsg API to the socket module. Patch by David Wat...Nick Coghlan2011-08-221-0/+182
* | Issue #12326: update sys.platform doc for LinuxVictor Stinner2011-08-211-7/+12
* | Issue #12213: make it clear that BufferedRWPair shouldn't be called with theAntoine Pitrou2011-08-201-19/+23
|\ \ | |/
| * Issue #12213: make it clear that BufferedRWPair shouldn't be called with theAntoine Pitrou2011-08-201-19/+23
* | #12787: merge with 3.2Sandro Tosi2011-08-201-2/+9
|\ \ | |/
| * #12787: link original MultiCall proposal to webarchive and in a footnoteSandro Tosi2011-08-201-2/+9
* | merge with 3.2Sandro Tosi2011-08-191-1/+1
|\ \ | |/
| * fix description of \r; thanks to Thomas Waldmann from docs@Sandro Tosi2011-08-191-1/+1
* | merge with 3.2Sandro Tosi2011-08-191-2/+2
|\ \ | |/
| * mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@Sandro Tosi2011-08-191-2/+2
* | Mark abc.abstractproperty as a propertyÉric Araujo2011-08-191-1/+1
* | Merge 3.2Éric Araujo2011-08-1912-53/+65
|\ \ | |/
| * Link isinstance/issubclass to the ABC glossary entry (#12256)Éric Araujo2011-08-191-2/+4
| * Don’t quote characters twice.Éric Araujo2011-08-181-17/+17
| * Don’t use “arg” for “argument”Éric Araujo2011-08-181-15/+15
| * Add a few missing source links from 2.7 and harmonize lib docs headersÉric Araujo2011-08-187-16/+23
| * Minor improvements to BadZipFile and BadZipfile docs.Éric Araujo2011-08-181-3/+4
| * Fix markup to get a target instead of a commentÉric Araujo2011-08-181-1/+1
| * Fix a typo and touch up blank linesÉric Araujo2011-08-181-2/+2
| * Add missing reST target for one section of this fileÉric Araujo2011-08-181-0/+3
* | Move versionadded directive to the top level, as we do in other filesÉric Araujo2011-08-161-2/+3
* | Fix typoÉric Araujo2011-08-161-1/+1
* | #12204: merge with 3.2.Ezio Melotti2011-08-151-18/+21
|\ \ | |/
| * #12204: document that str.upper().isupper() might be False and add a note abo...Ezio Melotti2011-08-151-18/+21
* | #12725: merge with 3.2.Ezio Melotti2011-08-141-3/+3
|\ \ | |/
| * #12725: fix working. Patch by Ben Hayden.Ezio Melotti2011-08-141-3/+3
* | Issue #12646: Add an 'eof' attribute to zlib.Decompress.Nadeem Vawda2011-08-131-8/+12
* | merge with 3.2Sandro Tosi2011-08-121-1/+1
|\ \ | |/
| * it's 'rather than'; reported by James Bateman on docs@Sandro Tosi2011-08-121-1/+1
| * Branch mergeÉric Araujo2011-08-121-19/+19
| |\
* | \ Brench mergeÉric Araujo2011-08-122-20/+20
|\ \ \
| * | | Fix directive markupÉric Araujo2011-08-101-1/+1
| * | | Merge 3.2Éric Araujo2011-08-101-19/+19
| |\ \ \ | | | |/ | | |/|
| | * | Use real word in English text (i.e. not code)Éric Araujo2011-08-101-19/+19
* | | | Closes #12718: Merge documentation fix from 3.2.Vinay Sajip2011-08-111-0/+25
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #12718: Add documentation on using custom importers.Vinay Sajip2011-08-111-0/+25
| | |/ | |/|
| * | Branch mergeÉric Araujo2011-08-081-36/+88
| |\ \
* | | | Add support for unary plus and unary minus to collections.Counter()Raymond Hettinger2011-08-091-1/+13
| |_|/ |/| |
* | | Branch mergeÉric Araujo2011-08-082-43/+95
|\ \ \
| * | | Clean up shutil.disk_usage.Éric Araujo2011-08-081-2/+3
| * | | Merge doc changes from 3.2 (#8617, #10745).Éric Araujo2011-08-061-41/+92
| |\ \ \ | | | |/ | | |/|
| | * | Add documentation for PEP 370 features in distutils (#10745).Éric Araujo2011-08-061-2/+4