summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.Serhiy Storchaka2016-06-051-1/+3
|\ | | | | | | Patch by Xiang Zhang.
| * Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.Serhiy Storchaka2016-06-051-1/+3
| | | | | | | | Patch by Xiang Zhang.
* | Issue #21916: Added more tests for the turtle module.Serhiy Storchaka2016-06-051-0/+36
|\ \ | |/ | | | | Original patch by Jelle Zijlstra.
| * Issue #21916: Added more tests for the turtle module.Serhiy Storchaka2016-06-051-0/+36
| | | | | | | | Original patch by Jelle Zijlstra.
* | Issue #24291: Merge wsgi partial write fix from 3.5Martin Panter2016-06-055-7/+111
|\ \ | |/
| * Issue #24291: Avoid WSGIRequestHandler doing partial writesMartin Panter2016-06-055-7/+111
| | | | | | | | | | | | | | | | | | If the underlying send() method indicates a partial write, such as when the call is interrupted to handle a signal, the server would silently drop the remaining data. Also add deprecated support for SimpleHandler.stdout.write() doing partial writes.
* | [merge from 3.5] - issue27202 - Fix the mistake in changesets 70af472451cb ↵Senthil Kumaran2016-06-052-5/+34
|\ \ | |/ | | | | | | | | | | | | | | (3.5) and 2bb806539ca6 (3.6) exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It was incorrect exclude 2.x rsts in that. This fix contributed again Jelle Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using doctests skip option.
| * issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and ↵Senthil Kumaran2016-06-052-5/+34
| | | | | | | | | | | | | | | | | | 2bb806539ca6 (3.6) exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It was incorrect exclude 2.x rsts in that. This fix contributed again Jelle Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using doctests skip option.
* | Issue #17888: Merge from 3.5Berker Peksag2016-06-051-3/+7
|\ \ | |/
| * Issue #17888: Add a note about contributing to Python docsBerker Peksag2016-06-051-3/+7
| | | | | | | | Patch by Terry Chia and Laura Rupprecht.
* | Fix typos in datetime documentation.Berker Peksag2016-06-051-2/+2
| |
* | [merge from 3.5] - issue27202 - Exclude 2.x release notes from python3 make ↵Senthil Kumaran2016-06-051-2/+3
|\ \ | |/ | | | | | | | | doctests. Patch contributed by Jelle Zijlstra.
| * issue27202 - Exclude 2.x release notes from python3 make doctests.Senthil Kumaran2016-06-051-2/+3
| | | | | | | | Patch contributed by Jelle Zijlstra.
* | [merge from 3.5] - Issue27203 - Fix doctests Doc/faq/programming.rst.Senthil Kumaran2016-06-051-8/+20
|\ \ | |/ | | | | Patch contributed by Jelle Zijlstra.
| * Issue27203 - Fix doctests Doc/faq/programming.rst.Senthil Kumaran2016-06-051-8/+20
| | | | | | | | Patch contributed by Jelle Zijlstra.
* | merge from 3.5. (moves the issue26372 tests to the proper class)Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-051-46/+46
|\ \ | |/
| * Move the BrokenPipeError tests to the POSIXProcessTestCase classGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-051-46/+46
| | | | | | | | | | instead of the generic ProcessTestCase class as they are posix specific.
* | Issue #26930: merge from 3.5Ned Deily2016-06-052-3/+9
|\ \ | |/
| * Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.Ned Deily2016-06-052-5/+5
| |
* | - Issue #21277: Don't try to link _ctypes with a ffi_convenience library.doko@ubuntu.com2016-06-042-1/+3
| |
* | Fixes whitespace issueKushal Das2016-06-041-1/+0
| |
* | Issue #25548: Showing memory address of class objects in replKushal Das2016-06-0420-92/+106
| |
* | - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig.doko@ubuntu.com2016-06-042-31/+6
| |
* | add Dusty Phillips to ACKSEthan Furman2016-06-041-0/+1
| |
* | - merge 3.5doko@ubuntu.com2016-06-042-1/+4
|\ \ | |/
| * - Issue #26884: Fix linking extension modules for cross builds.doko@ubuntu.com2016-06-042-1/+4
| | | | | | | | Patch by Xavier de Gaye.
* | Issue #19611: handle implicit parameters in inspect.signatureNick Coghlan2016-06-045-0/+56
| | | | | | | | | | | | | | | | inspect.signature now reports the implicit ``.0`` parameters generated by the compiler for comprehension and generator expression scopes as if they were positional-only parameters called ``implicit0``. Patch by Jelle Zijlstra.
* | issue27186: add open/io.open; patch by Jelle ZijlstraEthan Furman2016-06-044-21/+65
| |
* | issue27186: fix fsencode/fsdecode and update tests; patch by Jelle ZijlstraEthan Furman2016-06-042-8/+15
| |
* | Null mergeSerhiy Storchaka2016-06-040-0/+0
|\ \ | |/
| * Merge headsSerhiy Storchaka2016-06-041-0/+6
| |\
* | \ Merge headsSerhiy Storchaka2016-06-041-0/+6
|\ \ \
| * \ \ Merge with 3.5Terry Jan Reedy2016-06-041-0/+6
| |\ \ \ | | | |/ | | |/|
| | * | Issue #24759: Add 'private' notice for idlelib.idle_test.Terry Jan Reedy2016-06-041-0/+6
| | | |
* | | | Issue #21916: Added tests for the turtle module.Serhiy Storchaka2016-06-042-0/+403
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| Patch by ingrid, Gregory Loyse and Jelle Zijlstra.
| * | Issue #21916: Added tests for the turtle module.Serhiy Storchaka2016-06-042-0/+403
| |/ | | | | | | Patch by ingrid, Gregory Loyse and Jelle Zijlstra.
* | Merge: Revise and synchronize idle_test.test_configdialog.Terry Jan Reedy2016-06-041-8/+7
|\ \ | |/
| * Revise and synchronize idle_test.test_configdialog.Terry Jan Reedy2016-06-041-8/+6
| |
* | issue27186: add PathLike ABCEthan Furman2016-06-042-1/+18
| |
* | Closes #26809: Merge with 3.5Zachary Ware2016-06-042-3/+9
|\ \ | |/
| * Issue #26809: Add __all__ to string module. Patch by Emanuel BarryZachary Ware2016-06-042-3/+9
| |
* | issue27186: add C version of os.fspath(); patch by Jelle ZijlstraEthan Furman2016-06-046-18/+125
| |
* | issue26372 - use os.devnull instead of /dev/nullGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-041-1/+1
|\ \ | |/
| * issue26372 - use os.devnull instead of /dev/nullGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-041-1/+1
| |
* | Issue #20041: Fixed TypeError when frame.f_trace is set to None.Serhiy Storchaka2016-06-043-0/+14
|\ \ | |/ | | | | Patch by Xavier de Gaye.
| * Issue #20041: Fixed TypeError when frame.f_trace is set to None.Serhiy Storchaka2016-06-043-5/+15
| | | | | | | | Patch by Xavier de Gaye.
* | NULL mergeKushal Das2016-06-042-8/+29
|\ \
| * | issue27182: update fsencode and fsdecode for os.path(); patch by Dusty PhillipsEthan Furman2016-06-042-8/+29
| | |
* | | Issue #19234: Merge from 3.5Kushal Das2016-06-041-3/+2
|\ \ \ | |/ / |/| / | |/
| * Issue #19234: Documents socket.fileno() returns -1 on failureKushal Das2016-06-041-3/+2
| |