Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #27251: merged fix from 3.5. | Vinay Sajip | 2016-06-07 | 2 | -3/+4 |
|\ | |||||
| * | Fixed #27251: corrected string/bytes handling in credentials. | Vinay Sajip | 2016-06-07 | 2 | -3/+4 |
| | | |||||
* | | Items for NEWS and idlelib/NEWS.txt. | Terry Jan Reedy | 2016-06-07 | 1 | -0/+23 |
|\ \ | |/ | |||||
| * | Items for NEWS and idlelib/NEWS.txt. | Terry Jan Reedy | 2016-06-07 | 1 | -0/+11 |
| | | |||||
* | | Issue #26983: Fixed test_format failure. | Serhiy Storchaka | 2016-06-06 | 1 | -1/+1 |
| | | | | | | | | Patch by SilentGhost. | ||||
* | | Issue #27107: mailbox.fcntl = None on Windows | Martin Panter | 2016-06-06 | 1 | -1/+1 |
| | | |||||
* | | Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej | Martin Panter | 2016-06-06 | 2 | -1/+15 |
| | | |||||
* | | Issue #27109: Add InvalidFileException to __all__, by Jacek Kołodziej | Martin Panter | 2016-06-06 | 2 | -2/+8 |
| | | |||||
* | | Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej | Martin Panter | 2016-06-06 | 2 | -2/+10 |
| | | |||||
* | | Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej | Martin Panter | 2016-06-06 | 2 | -4/+11 |
| | | |||||
* | | Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch | Martin Panter | 2016-06-06 | 2 | -1/+7 |
| | | |||||
* | | Issue #27156: Remove more unused idlelib code. | Terry Jan Reedy | 2016-06-06 | 2 | -13/+0 |
| | | |||||
* | | Issue #27164: Merge raw Deflate zdict support from 3.5 | Martin Panter | 2016-06-05 | 1 | -0/+9 |
|\ \ | |/ | |||||
| * | Issue #27164: Allow decompressing raw Deflate streams with predefined zdict | Martin Panter | 2016-06-05 | 1 | -0/+9 |
| | | | | | | | | Based on patch by Xiang Zhang. | ||||
* | | Issue #21916: Added more tests for the turtle module. | Serhiy Storchaka | 2016-06-05 | 1 | -0/+36 |
|\ \ | |/ | | | | | Original patch by Jelle Zijlstra. | ||||
| * | Issue #21916: Added more tests for the turtle module. | Serhiy Storchaka | 2016-06-05 | 1 | -0/+36 |
| | | | | | | | | Original patch by Jelle Zijlstra. | ||||
* | | Issue #24291: Merge wsgi partial write fix from 3.5 | Martin Panter | 2016-06-05 | 3 | -7/+103 |
|\ \ | |/ | |||||
| * | Issue #24291: Avoid WSGIRequestHandler doing partial writes | Martin Panter | 2016-06-05 | 3 | -7/+103 |
| | | | | | | | | | | | | | | | | | | 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. (moves the issue26372 tests to the proper class) | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-06-05 | 1 | -46/+46 |
|\ \ | |/ | |||||
| * | Move the BrokenPipeError tests to the POSIXProcessTestCase class | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-06-05 | 1 | -46/+46 |
| | | | | | | | | | | instead of the generic ProcessTestCase class as they are posix specific. | ||||
* | | Fixes whitespace issue | Kushal Das | 2016-06-04 | 1 | -1/+0 |
| | | |||||
* | | Issue #25548: Showing memory address of class objects in repl | Kushal Das | 2016-06-04 | 18 | -89/+101 |
| | | |||||
* | | - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig. | doko@ubuntu.com | 2016-06-04 | 1 | -31/+4 |
| | | |||||
* | | - merge 3.5 | doko@ubuntu.com | 2016-06-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | - Issue #26884: Fix linking extension modules for cross builds. | doko@ubuntu.com | 2016-06-04 | 1 | -1/+1 |
| | | | | | | | | Patch by Xavier de Gaye. | ||||
| * | Merge heads | Serhiy Storchaka | 2016-06-04 | 1 | -0/+6 |
| |\ | |||||
* | | | Issue #19611: handle implicit parameters in inspect.signature | Nick Coghlan | 2016-06-04 | 2 | -0/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Zijlstra | Ethan Furman | 2016-06-04 | 2 | -0/+28 |
| | | | |||||
* | | | issue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra | Ethan Furman | 2016-06-04 | 2 | -8/+15 |
| | | | |||||
* | | | Merge heads | Serhiy Storchaka | 2016-06-04 | 1 | -0/+6 |
|\ \ \ | |||||
| * \ \ | Merge with 3.5 | Terry Jan Reedy | 2016-06-04 | 1 | -0/+6 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Issue #24759: Add 'private' notice for idlelib.idle_test. | Terry Jan Reedy | 2016-06-04 | 1 | -0/+6 |
| | | | | |||||
* | | | | Issue #21916: Added tests for the turtle module. | Serhiy Storchaka | 2016-06-04 | 1 | -0/+400 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | Patch by ingrid, Gregory Loyse and Jelle Zijlstra. | ||||
| * | | Issue #21916: Added tests for the turtle module. | Serhiy Storchaka | 2016-06-04 | 1 | -0/+400 |
| |/ | | | | | | | Patch by ingrid, Gregory Loyse and Jelle Zijlstra. | ||||
* | | Merge: Revise and synchronize idle_test.test_configdialog. | Terry Jan Reedy | 2016-06-04 | 1 | -8/+7 |
|\ \ | |/ | |||||
| * | Revise and synchronize idle_test.test_configdialog. | Terry Jan Reedy | 2016-06-04 | 1 | -8/+6 |
| | | |||||
* | | issue27186: add PathLike ABC | Ethan Furman | 2016-06-04 | 2 | -1/+18 |
| | | |||||
* | | Closes #26809: Merge with 3.5 | Zachary Ware | 2016-06-04 | 1 | -3/+7 |
|\ \ | |/ | |||||
| * | Issue #26809: Add __all__ to string module. Patch by Emanuel Barry | Zachary Ware | 2016-06-04 | 1 | -3/+7 |
| | | |||||
* | | issue27186: add C version of os.fspath(); patch by Jelle Zijlstra | Ethan Furman | 2016-06-04 | 2 | -17/+25 |
| | | |||||
* | | issue26372 - use os.devnull instead of /dev/null | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-06-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | issue26372 - use os.devnull instead of /dev/null | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-06-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #20041: Fixed TypeError when frame.f_trace is set to None. | Serhiy Storchaka | 2016-06-04 | 1 | -0/+9 |
|\ \ | |/ | | | | | Patch by Xavier de Gaye. | ||||
| * | Issue #20041: Fixed TypeError when frame.f_trace is set to None. | Serhiy Storchaka | 2016-06-04 | 1 | -0/+9 |
| | | | | | | | | Patch by Xavier de Gaye. | ||||
* | | issue27182: update fsencode and fsdecode for os.path(); patch by Dusty Phillips | Ethan Furman | 2016-06-04 | 2 | -8/+29 |
| | | |||||
* | | Merge Element Tree doc string from 3.5 | Martin Panter | 2016-06-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Clarify deprecation of ElementTree.XMLParser(html=...) parameter | Martin Panter | 2016-06-04 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.5 | Terry Jan Reedy | 2016-06-04 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. | Terry Jan Reedy | 2016-06-04 | 1 | -2/+2 |
| | | |||||
* | | Issue #22797: Synchronize urlopen() doc string with RST documentation | Martin Panter | 2016-06-04 | 1 | -6/+11 |
| | |