summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.2Sandro Tosi2011-08-161-1/+1
|\
| * #12761: fix wording of zlib license sectionSandro Tosi2011-08-161-1/+1
* | 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-142-3/+4
|\ \ | |/
| * #12725: fix working. Patch by Ben Hayden.Ezio Melotti2011-08-142-3/+4
* | Issue #12646: Add an 'eof' attribute to zlib.Decompress.Nadeem Vawda2011-08-131-8/+12
* | merge with 3.2Sandro Tosi2011-08-121-1/+1
|\ \ | |/
| * let PySequence_Check me a link; thanks to tomo cocoa from docs@Sandro Tosi2011-08-121-1/+1
* | 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
* | | | Issue #12672: fix code samples in extending/newtypes.html for PEP-7 complianceEli Bendersky2011-08-124-93/+85
* | | | Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724.Brian Curtin2011-08-111-0/+13
* | | | 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
* | | | merge headsBenjamin Peterson2011-08-091-1/+13
|\ \ \ \
| * | | | Add support for unary plus and unary minus to collections.Counter()Raymond Hettinger2011-08-091-1/+13
| | |/ / | |/| |
* | | | merge 3.2 (#12719)Benjamin Peterson2011-08-091-0/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | note mutating tp_dict is bad (closes #12719)Benjamin Peterson2011-08-091-0/+5
| |/
| * Branch mergeÉric Araujo2011-08-095-97/+255
| |\
| | * Branch mergeÉric Araujo2011-08-085-97/+255
| | |\
* | | \ Branch mergeÉric Araujo2011-08-098-163/+413
|\ \ \ \
| * \ \ \ Branch mergeÉric Araujo2011-08-088-163/+413
| |\ \ \ \
| | * | | | Clean up shutil.disk_usage.Éric Araujo2011-08-081-2/+3
| | * | | | Merge doc changes from 3.2 (#8617, #10745).Éric Araujo2011-08-067-161/+410
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Add documentation for PEP 370 features in distutils (#10745).Éric Araujo2011-08-063-57/+138
| | | * | | Improve documentation for PEP 370 support in site module (#8617).Éric Araujo2011-08-054-43/+120
* | | | | | Merge with 3.2.Georg Brandl2011-08-081-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Confirm that the prime example is actually correct. We get so many complaint...Georg Brandl2011-08-081-0/+3
| | |_|/ | |/| |
* | | | #12709: merge with 3.2Sandro Tosi2011-08-081-1/+1
|\ \ \ \ | |/ / /
| * | | #12709: add error_callback argument to map_async documentationSandro Tosi2011-08-081-1/+1
* | | | #10741: merge with 3.2Sandro Tosi2011-08-071-0/+8
|\ \ \ \ | |/ / /
| * | | #10741: add documentation for PyGILState_GetThisThreadState()Sandro Tosi2011-08-071-0/+8
* | | | #12677: merge with 3.2Sandro Tosi2011-08-071-2/+2
|\ \ \ \ | |/ / /
| * | | #12677: correct turtle orientation in docSandro Tosi2011-08-071-2/+2
* | | | Fix grammarEli Bendersky2011-08-061-3/+3
|\ \ \ \ | |/ / /
| * | | Fix grammarEli Bendersky2011-08-061-3/+3
* | | | merge from 3.2 - Fix closes Issue12697 - Update the usage syntax of timeit mo...Senthil Kumaran2011-08-061-6/+6
|\ \ \ \ | |/ / /
| * | | Fix closes Issue12697 - Update the usage syntax of timeit module in the docs.Senthil Kumaran2011-08-061-6/+6
* | | | merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew description...Senthil Kumaran2011-08-061-2/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description...Senthil Kumaran2011-08-061-2/+2
| |/
* | Fix closes issue12663 - Correcting the ArgumentParser.error description. Patc...Senthil Kumaran2011-08-021-1/+1
|\ \ | |/
| * Fix closes issue12663 - Correcting the ArgumentParser.error description. Patc...Senthil Kumaran2011-08-021-1/+1