summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | expose sched.h functions (closes #12655)Benjamin Peterson2011-08-021-0/+149
* | #12665: merge with 3.2Sandro Tosi2011-08-021-1/+1
|\ \ | |/
| * #12665: Dictionary view example has error in set operationSandro Tosi2011-08-021-1/+1
* | #12670: merge with 3.2Sandro Tosi2011-08-021-2/+2
|\ \ | |/
| * #12670: Fix struct code after forward declaration on ctypes docSandro Tosi2011-08-021-2/+2
* | #12183: merge with 3.2.Ezio Melotti2011-08-021-2/+3
|\ \ | |/
| * Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree....Senthil Kumaran2011-08-021-2/+3
* | Merge with 3.2Georg Brandl2011-08-011-1/+1
|\ \ | |/
| * Use attribute access instead of index access for namedtuple.Georg Brandl2011-08-011-1/+1
| * Branch mergeÉric Araujo2011-08-011-8/+17
| |\
* | \ Branch mergeÉric Araujo2011-08-011-8/+17
|\ \ \
| * \ \ Merge fixes for #9860, #11104/#8688 and #12331 from 3.2Éric Araujo2011-07-311-8/+17
| |\ \ \ | | | |/ | | |/|
| | * | Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-311-8/+17
* | | | Closes #12667: Merged fix from 3.2.Vinay Sajip2011-08-011-1/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Closes #12667: Added documentation for SMTPHandler secure argument.Vinay Sajip2011-08-011-1/+7
* | | | Merge typo fix.Ezio Melotti2011-07-311-1/+1
|\ \ \ \ | |/ / /
| * | | Fix typo reported by Sandro Tosi.Ezio Melotti2011-07-311-1/+1
* | | | Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtp...Senthil Kumaran2011-07-311-9/+9
* | | | #12531: merge with 3.2.Ezio Melotti2011-07-301-1/+1
|\ \ \ \ | |/ / /
| * | | #12531: Fix spaces and markup.Ezio Melotti2011-07-301-1/+1
* | | | transition move technically correct to obviously soBenjamin Peterson2011-07-301-4/+4
* | | | we can call singleton types nowBenjamin Peterson2011-07-301-3/+5
* | | | merge 3.2Benjamin Peterson2011-07-301-0/+10
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | add spaceBenjamin Peterson2011-07-301-0/+1
| * | document NotImplementedBenjamin Peterson2011-07-301-0/+9
| |/
| * merging Georg's revisionEli Bendersky2011-07-301-7/+12
| |\
* | \ Merge 3.2: Issue #11699: fix documentation of OptionParser.get_option_group. ...Eli Bendersky2011-07-301-2/+3
|\ \ \ | |/ /
| * | Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Pe...Eli Bendersky2011-07-301-2/+3
* | | Merge with 3.2.Georg Brandl2011-07-301-7/+11
|\ \ \ | | |/ | |/|
| * | Change test.support docs to be more specific about the nature of this module.Georg Brandl2011-07-301-7/+12
| |/
* | Merge from 3.2: Issue #12531: add index entries to documentation of * and ** ...Eli Bendersky2011-07-301-5/+11
|\ \ | |/
| * Issue #12531: add index entries to documentation of * and ** in function callsEli Bendersky2011-07-301-5/+11
* | fixing the smtplib.rst whitespaces.Senthil Kumaran2011-07-301-1/+1
* | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...Senthil Kumaran2011-07-301-8/+25