summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | |
* | | Issue 27216: Fix typo (noticed by Alex Chan).Ned Deily2016-06-041-1/+1
|\ \ \ | |/ /
| * | Issue 27216: Fix typo (noticed by Alex Chan).Ned Deily2016-06-041-1/+1
| | |
* | | Merge Element Tree doc string from 3.5Martin Panter2016-06-041-1/+1
|\ \ \ | |/ /
| * | Clarify deprecation of ElementTree.XMLParser(html=...) parameterMartin Panter2016-06-041-1/+1
| | |
* | | Merge with 3.5Terry Jan Reedy2016-06-041-2/+2
|\ \ \ | |/ /
| * | IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.Terry Jan Reedy2016-06-041-2/+2
| | |
* | | merge 3.5Benjamin Peterson2016-06-040-0/+0
|\ \ \ | |/ /
| * | merge headsBenjamin Peterson2016-06-046-6/+6
| |\ \
* | \ \ merge headsBenjamin Peterson2016-06-048-13/+18
|\ \ \ \
| * | | | Issue #22797: Synchronize urlopen() doc string with RST documentationMartin Panter2016-06-041-6/+11
| | | | |
| * | | | More typo fixes for 3.6Martin Panter2016-06-042-2/+2
| | | | |
| * | | | Merge typo fixes from 3.5Martin Panter2016-06-046-6/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix typos in code comment and documentationMartin Panter2016-06-046-6/+6
| | | | |
* | | | | merge 3.5Benjamin Peterson2016-06-041-7/+7
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | fix indentation of commentBenjamin Peterson2016-06-041-7/+7
| |/ /
* | | Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings.Terry Jan Reedy2016-06-045-10/+20
|\ \ \ | |/ /
| * | Issue #27196: Stop 'application destroyed' warnings when running IDLE tests.Terry Jan Reedy2016-06-045-10/+22
| | | | | | | | | | | | The update_idletasks solution was provided by Serhiy Storchaka.
* | | Issue 20567: Revise idle_test/README.txt and some tests to match new advice.Terry Jan Reedy2016-06-049-34/+39
|\ \ \ | |/ /
| * | Issue 20567: Revise idle_test/README.txt and some tests to match new advice.Terry Jan Reedy2016-06-049-34/+39
| | |
* | | Issue #24225: Fix additional renamed module references.Ned Deily2016-06-043-3/+3
| | |
* | | merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicateGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-043-5/+69
|\ \ \ | |/ / | | | | | | | | | now correctly ignores BrokenPipeError when the child process dies before .communicate() is called in more (all?) circumstances.
| * | Fixes Issue #26373: subprocess.Popen.communicate now correctly ignoresGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-043-5/+69
| | | | | | | | | | | | | | | BrokenPipeError when the child process dies before .communicate() is called in more (all?) circumstances.
* | | Clean up urlopen doc string.R David Murray2016-06-042-6/+7
| | | | | | | | | | | | | | | | | | Clarifies what is returned when and that the methods are common between the two. Patch by Alexander Liu as part of #22797.
* | | Merge: #16484: Fix pydoc doc links to modules whose names are mixed case.R David Murray2016-06-033-6/+21
|\ \ \ | |/ /
| * | #16484: Fix pydoc doc links to modules whose names are mixed case.R David Murray2016-06-033-6/+21
| | | | | | | | | | | | Patch by Sean Rodman, test by Kaushik N.
* | | final final step in backout of bad default->3.5 merge d085b4f779af: null ↵Ned Deily2016-06-030-0/+0
|\ \ \ | |/ / | | | | | | merge 3.5->default
| * | final step in backout of bad default->3.5 merge d085b4f779af. merge 3.5 headsNed Deily2016-06-030-0/+0
| |\ \