summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti)Éric Araujo2011-08-011-2/+1
* Merge 3.2Éric Araujo2011-08-010-0/+0
|\
| * Branch mergeÉric Araujo2011-08-017-47/+111
| |\
* | \ Branch mergeÉric Araujo2011-08-018-78/+148
|\ \ \
| * | | Stop trying to write into the stdlib during packaging tests (#12331).Éric Araujo2011-07-312-23/+34
| * | | Small cleanupÉric Araujo2011-07-311-9/+4
| * | | Merge fixes for #9860, #11104/#8688 and #12331 from 3.2Éric Araujo2011-07-317-47/+111
| |\ \ \ | | | |/ | | |/|
| | * | Stop trying to write into the stdlib during lib2to3 tests (#12331).Éric Araujo2011-07-312-7/+14
| | * | Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-315-33/+84
| | * | Let “make patchcheck” work for out-of-dir builds (#9860)Éric Araujo2011-07-301-7/+13
* | | | 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
* | | | Fix build error in _curses module when not using libncursesw.Nadeem Vawda2011-07-312-0/+10
* | | | Oops, "make buildbottest" isn't supposed to use -j0.Nadeem Vawda2011-07-311-8/+8
* | | | using support.transient_internet helper method in the urllib2net test.Senthil Kumaran2011-07-311-10/+14
|\ \ \ \ | |/ / /
| * | | using support.transient_internet helper method in the urllib2net test.Senthil Kumaran2011-07-311-10/+14
* | | | merge heads.Senthil Kumaran2011-07-311-25/+15
|\ \ \ \
| * | | | Issue #11651: Improve Makefile test targets.Nadeem Vawda2011-07-301-25/+15
* | | | | Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtp...Senthil Kumaran2011-07-313-28/+39
|/ / / /
* | | | test_smtpnet: Skip STARTTLS test if the server doesn't support it.Nadeem Vawda2011-07-301-1/+7
* | | | #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
| |/
* | merge from 3.2 - headsEli Bendersky2011-07-300-0/+0
|\ \ | |/
| * 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
* | merge 3.2Benjamin Peterson2011-07-301-3/+0
|\ \ | |/
| * remove duplicated type readyBenjamin Peterson2011-07-301-3/+0
* | merge headsBenjamin Peterson2011-07-305-22/+75
|\ \
| * | fixing the smtplib.rst whitespaces.Senthil Kumaran2011-07-301-1/+1
| * | merge heads.Senthil Kumaran2011-07-304-0/+108
| |\ \
| * | | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...Senthil Kumaran2011-07-305-22/+75
* | | | plug refleakBenjamin Peterson2011-07-301-0/+1
| |/ / |/| |
* | | also make NotImplementedType callableBenjamin Peterson2011-07-293-3/+38
* | | merge headsBenjamin Peterson2011-07-293-6/+40
|\ \ \ | |/ /
| * | Issue #12626: In regrtest, allow to filter tests using a glob filterAntoine Pitrou2011-07-293-6/+40
| |\ \ | | |/
| | * Issue #12626: In regrtest, allow to filter tests using a glob filterAntoine Pitrou2011-07-293-6/+37
* | | make the types of None and Ellipsis callableBenjamin Peterson2011-07-294-0/+73
|/ /
* | bytes -> bytearrayBenjamin Peterson2011-07-291-1/+1