summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge 3.5 (asyncio)Yury Selivanov2016-06-082-240/+0
|\ \ \ | |/ /
| * | asyncio: Remove asyncio.timeout() context manager.Yury Selivanov2016-06-082-240/+0
* | | Merge 3.5 (issue #27136, asyncio)Yury Selivanov2016-06-086-163/+116
|\ \ \ | |/ /
| * | Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-086-163/+116
* | | Issue #25738: Merge HTTP server from 3.5Martin Panter2016-06-082-13/+64
|\ \ \ | |/ /
| * | Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-082-10/+64
* | | Issue #21313: Merge version parsing from 3.5Martin Panter2016-06-082-4/+27
|\ \ \ | |/ /
| * | Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-082-4/+27
* | | Fixed #27251: merged fix from 3.5.Vinay Sajip2016-06-072-3/+4
|\ \ \ | |/ /
| * | Fixed #27251: corrected string/bytes handling in credentials.Vinay Sajip2016-06-072-3/+4
* | | Items for NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-06-071-0/+23
|\ \ \ | |/ /
| * | Items for NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-06-071-0/+11
* | | Issue #26983: Fixed test_format failure.Serhiy Storchaka2016-06-061-1/+1
* | | Issue #27107: mailbox.fcntl = None on WindowsMartin Panter2016-06-061-1/+1
* | | Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek KołodziejMartin Panter2016-06-062-1/+15
* | | Issue #27109: Add InvalidFileException to __all__, by Jacek KołodziejMartin Panter2016-06-062-2/+8
* | | Issue #27108: Add missing names to mimetypes.__all__, by Jacek KołodziejMartin Panter2016-06-062-2/+10
* | | Issue #27107: Add exception classes to mailbox.__all__, by Jacek KołodziejMartin Panter2016-06-062-4/+11
* | | Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patchMartin Panter2016-06-062-1/+7
* | | Issue #27156: Remove more unused idlelib code.Terry Jan Reedy2016-06-062-13/+0
* | | Issue #27164: Merge raw Deflate zdict support from 3.5Martin Panter2016-06-051-0/+9
|\ \ \ | |/ /
| * | Issue #27164: Allow decompressing raw Deflate streams with predefined zdictMartin Panter2016-06-051-0/+9
* | | Issue #21916: Added more tests for the turtle module.Serhiy Storchaka2016-06-051-0/+36
|\ \ \ | |/ /
| * | Issue #21916: Added more tests for the turtle module.Serhiy Storchaka2016-06-051-0/+36
* | | Issue #24291: Merge wsgi partial write fix from 3.5Martin Panter2016-06-053-7/+103
|\ \ \ | |/ /
| * | Issue #24291: Avoid WSGIRequestHandler doing partial writesMartin Panter2016-06-053-7/+103
* | | 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
* | | Fixes whitespace issueKushal Das2016-06-041-1/+0
* | | Issue #25548: Showing memory address of class objects in replKushal Das2016-06-0418-89/+101
* | | - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig.doko@ubuntu.com2016-06-041-31/+4
* | | - merge 3.5doko@ubuntu.com2016-06-041-1/+1
|\ \ \ | |/ /
| * | - Issue #26884: Fix linking extension modules for cross builds.doko@ubuntu.com2016-06-041-1/+1
| * | Merge headsSerhiy Storchaka2016-06-041-0/+6
| |\ \
* | | | Issue #19611: handle implicit parameters in inspect.signatureNick Coghlan2016-06-042-0/+40
* | | | issue27186: add open/io.open; patch by Jelle ZijlstraEthan Furman2016-06-042-0/+28
* | | | issue27186: fix fsencode/fsdecode and update tests; patch by Jelle ZijlstraEthan Furman2016-06-042-8/+15
* | | | 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-041-0/+400
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Issue #21916: Added tests for the turtle module.Serhiy Storchaka2016-06-041-0/+400
| |/ /
* | | 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-041-3/+7
|\ \ \ | |/ /
| * | Issue #26809: Add __all__ to string module. Patch by Emanuel BarryZachary Ware2016-06-041-3/+7
* | | issue27186: add C version of os.fspath(); patch by Jelle ZijlstraEthan Furman2016-06-042-17/+25
* | | 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