Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti) | Éric Araujo | 2011-08-01 | 1 | -2/+1 |
| | |||||
* | Merge 3.2 | Éric Araujo | 2011-08-01 | 0 | -0/+0 |
|\ | |||||
| * | Branch merge | Éric Araujo | 2011-08-01 | 7 | -47/+111 |
| |\ | |||||
* | \ | Branch merge | Éric Araujo | 2011-08-01 | 8 | -78/+148 |
|\ \ \ | |||||
| * | | | Stop trying to write into the stdlib during packaging tests (#12331). | Éric Araujo | 2011-07-31 | 2 | -23/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents tests from failing when run from a Python installed in a read-only directory. The code is a bit uglier; shutil.copytree calls copystat on directories behind our back, so I had to add an os.walk with os.chmod (*and* os.path.join!) calls. shutil, I am disappoint. This changeset is dedicated to the hundreds of neurons that were lost while I was debugging this on an otherwise fine afternoon. | ||||
| * | | | Small cleanup | Éric Araujo | 2011-07-31 | 1 | -9/+4 |
| | | | | |||||
| * | | | Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 | Éric Araujo | 2011-07-31 | 7 | -47/+111 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Stop trying to write into the stdlib during lib2to3 tests (#12331). | Éric Araujo | 2011-07-31 | 2 | -7/+14 |
| | | | | | | | | | | | | | | | | | | | | This prevents tests from failing when run from a Python installed in a read-only directory. | ||||
| | * | | Fix regression with distutils MANIFEST handing (#11104, #8688). | Éric Araujo | 2011-07-31 | 5 | -33/+84 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changed behavior of sdist in 3.1 broke packaging for projects that wanted to use a manually-maintained MANIFEST file (instead of having a MANIFEST.in template and letting distutils generate the MANIFEST). The fixes that were committed for #8688 (76643c286b9f by Tarek and d54da9248ed9 by me) did not fix all issues exposed in the bug report, and also added one problem: the MANIFEST file format gained comments, but the read_manifest method was not updated to handle (i.e. ignore) them. This changeset should fix everything; the tests have been expanded and I successfully tested the 2.7 version with Mercurial, which suffered from this regression. I have grouped the versionchanged directives for these bugs in one place and added micro version numbers to help users know the quirks of the exact version they’re using. Initial report, thorough diagnosis and patch by John Dennis, further work on the patch by Stephen Thorne, and a few edits and additions by me. | ||||
| | * | | Let “make patchcheck” work for out-of-dir builds (#9860) | Éric Araujo | 2011-07-30 | 1 | -7/+13 |
| | | | | |||||
* | | | | Closes #12667: Merged fix from 3.2. | Vinay Sajip | 2011-08-01 | 1 | -1/+7 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Closes #12667: Added documentation for SMTPHandler secure argument. | Vinay Sajip | 2011-08-01 | 1 | -1/+7 |
| | | | | |||||
* | | | | Merge typo fix. | Ezio Melotti | 2011-07-31 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix typo reported by Sandro Tosi. | Ezio Melotti | 2011-07-31 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix build error in _curses module when not using libncursesw. | Nadeem Vawda | 2011-07-31 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | Code extracted from Victor Stinner's patch for issue #12567. | ||||
* | | | | Oops, "make buildbottest" isn't supposed to use -j0. | Nadeem Vawda | 2011-07-31 | 1 | -8/+8 |
| | | | | |||||
* | | | | using support.transient_internet helper method in the urllib2net test. | Senthil Kumaran | 2011-07-31 | 1 | -10/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | using support.transient_internet helper method in the urllib2net test. | Senthil Kumaran | 2011-07-31 | 1 | -10/+14 |
| | | | | |||||
* | | | | merge heads. | Senthil Kumaran | 2011-07-31 | 1 | -25/+15 |
|\ \ \ \ | |||||
| * | | | | Issue #11651: Improve Makefile test targets. | Nadeem Vawda | 2011-07-30 | 1 | -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 Kumaran | 2011-07-31 | 3 | -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 Vawda | 2011-07-30 | 1 | -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 Melotti | 2011-07-30 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | #12531: Fix spaces and markup. | Ezio Melotti | 2011-07-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | transition move technically correct to obviously so | Benjamin Peterson | 2011-07-30 | 1 | -4/+4 |
| | | | | |||||
* | | | | we can call singleton types now | Benjamin Peterson | 2011-07-30 | 1 | -3/+5 |
| | | | | |||||
* | | | | merge 3.2 | Benjamin Peterson | 2011-07-30 | 1 | -0/+10 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | add space | Benjamin Peterson | 2011-07-30 | 1 | -0/+1 |
| | | | |||||
| * | | document NotImplemented | Benjamin Peterson | 2011-07-30 | 1 | -0/+9 |
| |/ | |||||
* | | merge from 3.2 - heads | Eli Bendersky | 2011-07-30 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | merging Georg's revision | Eli Bendersky | 2011-07-30 | 1 | -7/+12 |
| |\ | |||||
* | \ | Merge 3.2: Issue #11699: fix documentation of OptionParser.get_option_group. ↵ | Eli Bendersky | 2011-07-30 | 1 | -2/+3 |
|\ \ \ | |/ / | | | | | | | Patch by Petri Lehtinen | ||||
| * | | Issue #11699: fix documentation of OptionParser.get_option_group. Patch by ↵ | Eli Bendersky | 2011-07-30 | 1 | -2/+3 |
| | | | | | | | | | | | | Petri Lehtinen | ||||
* | | | Merge with 3.2. | Georg Brandl | 2011-07-30 | 1 | -7/+11 |
|\ \ \ | | |/ | |/| | |||||
| * | | Change test.support docs to be more specific about the nature of this module. | Georg Brandl | 2011-07-30 | 1 | -7/+12 |
| |/ | |||||
* | | Merge from 3.2: Issue #12531: add index entries to documentation of * and ** ↵ | Eli Bendersky | 2011-07-30 | 1 | -5/+11 |
|\ \ | |/ | | | | | in function calls | ||||
| * | Issue #12531: add index entries to documentation of * and ** in function calls | Eli Bendersky | 2011-07-30 | 1 | -5/+11 |
| | | |||||
* | | merge 3.2 | Benjamin Peterson | 2011-07-30 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | remove duplicated type ready | Benjamin Peterson | 2011-07-30 | 1 | -3/+0 |
| | | |||||
* | | merge heads | Benjamin Peterson | 2011-07-30 | 5 | -22/+75 |
|\ \ | |||||
| * | | fixing the smtplib.rst whitespaces. | Senthil Kumaran | 2011-07-30 | 1 | -1/+1 |
| | | | |||||
| * | | merge heads. | Senthil Kumaran | 2011-07-30 | 4 | -0/+108 |
| |\ \ | |||||
| * | | | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which ↵ | Senthil Kumaran | 2011-07-30 | 5 | -22/+75 |
| | | | | | | | | | | | | | | | | adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. | ||||
* | | | | plug refleak | Benjamin Peterson | 2011-07-30 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | also make NotImplementedType callable | Benjamin Peterson | 2011-07-29 | 3 | -3/+38 |
| | | | |||||
* | | | merge heads | Benjamin Peterson | 2011-07-29 | 3 | -6/+40 |
|\ \ \ | |/ / | |||||
| * | | Issue #12626: In regrtest, allow to filter tests using a glob filter | Antoine Pitrou | 2011-07-29 | 3 | -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 filter | Antoine Pitrou | 2011-07-29 | 3 | -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 callable | Benjamin Peterson | 2011-07-29 | 4 | -0/+73 |
|/ / | |||||
* | | bytes -> bytearray | Benjamin Peterson | 2011-07-29 | 1 | -1/+1 |
| | |