summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | - Use -j0 option by default - Remove duplicate test run in "make test" and "make testuniversal" - Remove "make memtest" altogether
* | | Addressing the review comments by Antoine Pitrou for smtplib.py and ↵Senthil Kumaran2011-07-313-28/+39
|/ / | | | | | | test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst
* | test_smtpnet: Skip STARTTLS test if the server doesn't support it.Nadeem Vawda2011-07-301-1/+7
| | | | | | | | | | This issue can arise with ISPs that redirect all connections on port 25 to their own (crappy) mail servers.
* | #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
|\ \ \ | |/ / | | | | | | Patch by Petri Lehtinen
| * | Issue #11699: fix documentation of OptionParser.get_option_group. Patch by ↵Eli Bendersky2011-07-301-2/+3
| | | | | | | | | | | | Petri Lehtinen
* | | 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
|\ \ | |/ | | | | in function calls
| * 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 ↵Senthil Kumaran2011-07-305-22/+75
| | | | | | | | | | | | | | | | adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine.
* | | | 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
| |\ \ | | |/ | | | | | | | | | | | | with the `-m` (or `--match`) option. This works with all test cases using the unittest module. This is useful with long test suites such as test_io or test_subprocess.
| | * Issue #12626: In regrtest, allow to filter tests using a glob filterAntoine Pitrou2011-07-293-6/+37
| | | | | | | | | | | | | | | | | | with the `-m` (or `--match`) option. This works with all test cases using the unittest module. This is useful with long test suites such as test_io or test_subprocess.
* | | make the types of None and Ellipsis callableBenjamin Peterson2011-07-294-0/+73
|/ /
* | bytes -> bytearrayBenjamin Peterson2011-07-291-1/+1
| |
* | bytes should be verboten in sum() (fixes #12654)Benjamin Peterson2011-07-293-0/+10
| |
* | Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:Charles-François Natali2011-07-293-1/+26
|\ \ | |/ | | | | fix it. Patch by Petri Lehtinen.
| * Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:Charles-François Natali2011-07-294-1/+27
| | | | | | | | fix it. Patch by Petri Lehtinen.
* | Merge from 3.2 (#9254, #8982, #9788)Éric Araujo2011-07-293-18/+16
|\ \ | |/
| * Document that atexit execution order is undefined (#9788)Éric Araujo2011-07-291-1/+3
| |
| * Add a link target for argparse.Namespace (#8982)Éric Araujo2011-07-291-7/+10
| |
| * Let the doc of __import__ link to importlib (#9254).Éric Araujo2011-07-291-10/+3
| | | | | | | | | | | | importlib.import_module eschews a number of issues that __import__ has. Reviewed by Brett Cannon. (The docstring of __import__ was already updated in 3d490c3a019e, for #7397.)
* | Merge fix for #8887 from 3.2Éric Araujo2011-07-293-6/+28
|\ \ | |/
| * Make “pydoc somebuiltin.somemethod” work (#8887)Éric Araujo2011-07-293-6/+28
| |
* | Merge fix for reindent.pyJason R. Coombs2011-07-291-2/+2
|\ \
| * | Issue #10639: spec_newline wasn't defined globally unless main() was called; ↵Jason R. Coombs2011-07-291-2/+2
| | | | | | | | | | | | now spec_newline is set at module import/execution
* | | Expand shlex.quote example (#9723)Éric Araujo2011-07-291-5/+22
| | |
* | | Merge 3.2Éric Araujo2011-07-290-0/+0
|\ \ \ | | |/ | |/|
| * | Branch mergeÉric Araujo2011-07-2933-162/+113
| |\ \
| | * | Change one line I missed in 7527f3f9829Éric Araujo2011-07-291-1/+1
| | | |