Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #11572: improvements to copy module tests along with removal of old test suite | Sandro Tosi | 2011-08-05 | 2 | -138/+95 |
| | |||||
* | Fix wrong use of root logger in packaging (also a NameError) | Éric Araujo | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Issue #12540: Prevent zombie IDLE processes on Windows due to changes | Ned Deily | 2011-08-05 | 1 | -26/+15 |
|\ | | | | | | | in os.kill(). Original patch by Eli Bendersky. | ||||
| * | Issue #12540: Prevent zombie IDLE processes on Windows due to changes | Ned Deily | 2011-08-03 | 1 | -26/+15 |
| | | | | | | | | in os.kill(). Original patch by Eli Bendersky. | ||||
* | | Silence the altered state warning about threadgs when running test_httplib. | Brett Cannon | 2011-08-05 | 1 | -4/+4 |
| | | |||||
* | | Silence altered execution state warnings from test_telnetlib involving threads. | Brett Cannon | 2011-08-05 | 1 | -0/+1 |
| | | |||||
* | | Explicitly close a file to stop raising a ResourceWarning. | Brett Cannon | 2011-08-05 | 1 | -12/+13 |
| | | |||||
* | | merge from 3.2 - change the extra svn to svn+ssh | Senthil Kumaran | 2011-08-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | change the redundant svn scheme urljoin test case to svn+ssh scheme. | Senthil Kumaran | 2011-08-03 | 1 | -1/+1 |
| | | |||||
| * | merged heads | Senthil Kumaran | 2011-08-03 | 1 | -2/+2 |
| |\ | |||||
* | \ | merge heads | Senthil Kumaran | 2011-08-03 | 3 | -6/+17 |
|\ \ \ | |||||
| * \ \ | Merge with 3.2. | Georg Brandl | 2011-08-03 | 1 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fix spacing in string literal. | Georg Brandl | 2011-08-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | handle sched_rr_get_interval not working on current | Benjamin Peterson | 2011-08-03 | 1 | -1/+8 |
| | | | | |||||
| * | | | fix punctuation | Benjamin Peterson | 2011-08-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix indentation | Benjamin Peterson | 2011-08-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | merge heads | Benjamin Peterson | 2011-08-03 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * | | | Issue #11049: fix test_forget on installed Python - add os.curdir to sys.path | Eli Bendersky | 2011-08-03 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | OSX doesn't check sched_get_priority_(min/max) argument | Benjamin Peterson | 2011-08-03 | 1 | -2/+4 |
| |/ / / | |||||
* | | | | merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join ↵ | Senthil Kumaran | 2011-08-03 | 2 | -1/+4 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | of svn scheme. | ||||
| * | | Fix closes issue12683 - urljoin to work with relative join of svn scheme. | Senthil Kumaran | 2011-08-03 | 2 | -1/+4 |
| |/ | |||||
* | | bsd doesn't like letting normal processes set the scheduler | Benjamin Peterson | 2011-08-02 | 1 | -1/+5 |
| | | |||||
* | | check individually for some for sched_ functions | Benjamin Peterson | 2011-08-02 | 1 | -2/+2 |
| | | |||||
* | | sched.h can exist without sched affinity support | Benjamin Peterson | 2011-08-02 | 1 | -4/+6 |
| | | |||||
* | | expose sched.h functions (closes #12655) | Benjamin Peterson | 2011-08-02 | 1 | -1/+132 |
| | | |||||
* | | add ThreadError to threading.__all__ (closes #12679) | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
| | | |||||
* | | Fix closes Issue12676 - Invalid identifier used in TypeError message in ↵ | Senthil Kumaran | 2011-08-02 | 2 | -1/+8 |
|\ \ | |/ | | | | | | | | | http.client. Reported by Popa Claudiu and Patch by Santoso Wijaya. | ||||
| * | Fix closes Issue12676 - Invalid identifier used in TypeError message in ↵ | Senthil Kumaran | 2011-08-02 | 2 | -1/+8 |
| | | | | | | | | | | | | http.client. Reported by Popa Claudiu and Patch by Santoso Wijaya. | ||||
* | | Issue #11049: fix test_forget to work on installed Python, by using a ↵ | Eli Bendersky | 2011-08-02 | 1 | -3/+11 |
| | | | | | | | | temporary module for import/forget | ||||
* | | Merge 68b5f87566fb | Stefan Krah | 2011-08-01 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug. | Stefan Krah | 2011-08-01 | 1 | -0/+3 |
| | | | | | | | | See: https://bugzilla.redhat.com/show_bug.cgi?id=726536 | ||||
* | | Issue #11651: Move options for running tests into a Python script. | Nadeem Vawda | 2011-08-01 | 1 | -0/+7 |
| | | | | | | | | | | | | This will be particularly useful to Windows users. run_tests.py originally written by Brett Cannon. | ||||
* | | Merge #12295 fix from 3.2 | Éric Araujo | 2011-08-01 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Fix resource warning when looking at turtledemo’s help (#12295) | Éric Araujo | 2011-08-01 | 1 | -2/+3 |
| | | |||||
| * | Branch merge | Éric Araujo | 2011-08-01 | 3 | -32/+73 |
| |\ | |||||
* | | | Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti) | Éric Araujo | 2011-08-01 | 1 | -2/+1 |
| | | | |||||
* | | | Branch merge | Éric Araujo | 2011-08-01 | 4 | -55/+104 |
|\ \ \ | |||||
| * | | | Stop trying to write into the stdlib during packaging tests (#12331). | Éric Araujo | 2011-07-31 | 1 | -23/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 | Éric Araujo | 2011-07-31 | 3 | -32/+73 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Stop trying to write into the stdlib during lib2to3 tests (#12331). | Éric Araujo | 2011-07-31 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | | | | | | 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 | 2 | -25/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | 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 |
| | |/ | |/| | |||||
* | | | Addressing the review comments by Antoine Pitrou for smtplib.py and ↵ | Senthil Kumaran | 2011-07-31 | 2 | -19/+30 |
| | | | | | | | | | | | | 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. | ||||
* | | merge heads. | Senthil Kumaran | 2011-07-30 | 1 | -0/+7 |
|\ \ | |||||
| * | | also make NotImplementedType callable | Benjamin Peterson | 2011-07-29 | 1 | -1/+1 |
| | | | |||||
| * | | merge heads | Benjamin Peterson | 2011-07-29 | 2 | -6/+35 |
| |\ \ | |||||
| * | | | make the types of None and Ellipsis callable | Benjamin Peterson | 2011-07-29 | 1 | -0/+7 |
| | | | | |||||
* | | | | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which ↵ | Senthil Kumaran | 2011-07-30 | 3 | -14/+46 |
| |/ / |/| | | | | | | | | adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. |