| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes | Serhiy Storchaka | 2016-05-16 | 2 | -1/+222 |
|\ |
|
| * | Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes | Serhiy Storchaka | 2016-05-16 | 2 | -1/+222 |
|
|
* | | Null merge | Serhiy Storchaka | 2016-05-16 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | Backported tests for issue #18531. | Serhiy Storchaka | 2016-05-16 | 2 | -0/+78 |
|
|
* | | Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used | Serhiy Storchaka | 2016-05-16 | 6 | -12/+15 |
|
|
* | | Issue #27033: The default value of the decode_data parameter for | Serhiy Storchaka | 2016-05-16 | 4 | -82/+57 |
|
|
* | | Expand abbreviations FIFO and LIFO. | Serhiy Storchaka | 2016-05-16 | 6 | -14/+21 |
|
|
* | | Issue #27034: Removed deprecated class asynchat.fifo. | Serhiy Storchaka | 2016-05-16 | 4 | -68/+10 |
|
|
* | | Merge with 3.5 | Terry Jan Reedy | 2016-05-16 | 1 | -53/+62 |
|\ \
| |/ |
|
| * | Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope. | Terry Jan Reedy | 2016-05-16 | 1 | -53/+62 |
|
|
* | | Issue #26807: mock_open 'files' no longer error on readline at end of file. | Robert Collins | 2016-05-16 | 4 | -0/+18 |
|\ \
| |/ |
|
| * | Issue #26807: mock_open 'files' no longer error on readline at end of file. | Robert Collins | 2016-05-16 | 4 | -0/+18 |
|
|
* | | Merge with 3.5 | Terry Jan Reedy | 2016-05-16 | 2 | -12/+23 |
|\ \
| |/ |
|
| * | Issue #23977: Tweak IDLE Delegator and its test. | Terry Jan Reedy | 2016-05-16 | 2 | -12/+23 |
|
|
* | | Merge with 3.5 | Terry Jan Reedy | 2016-05-15 | 1 | -9/+0 |
|\ \
| |/ |
|
| * | Issue #25747: remove undependable and possibly useless test. | Terry Jan Reedy | 2016-05-15 | 1 | -9/+0 |
|
|
* | | Merge with 3.5 | Terry Jan Reedy | 2016-05-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #20640: Add https: to url prefixes so test passes on Darwin. | Terry Jan Reedy | 2016-05-15 | 1 | -1/+1 |
|
|
* | | Issue #26870: Poll() also fails on OS X; try select() | Martin Panter | 2016-05-15 | 1 | -6/+13 |
|
|
* | | Issue #26870: Avoid using kqueue() with pseudo-terminals | Martin Panter | 2016-05-15 | 1 | -7/+7 |
|
|
* | | Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. | Serhiy Storchaka | 2016-05-15 | 2 | -3/+12 |
|
|
* | | Merge with 3.5 | Terry Jan Reedy | 2016-05-15 | 3 | -21/+136 |
|\ \
| |/ |
|
| * | Issue #20640: Add tests for idlelib.configHelpSourceEdit. | Terry Jan Reedy | 2016-05-15 | 3 | -21/+136 |
|
|
* | | merge from 3.5 | Senthil Kumaran | 2016-05-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | issue27018 - Fix the documentation of select.epoll.register method. | Senthil Kumaran | 2016-05-15 | 1 | -1/+1 |
|
|
* | | Issue #26870: Temporary debugging for OS X Snow Leopard lockup | Martin Panter | 2016-05-15 | 1 | -1/+6 |
|
|
* | | Issue #26870: Close pty master in case of exception | Martin Panter | 2016-05-15 | 1 | -2/+5 |
|
|
* | | Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton | Martin Panter | 2016-05-15 | 6 | -1/+96 |
|
|
* | | Issue #25533: Merge frozen module docs from 3.5 | Martin Panter | 2016-05-15 | 4 | -13/+15 |
|\ \
| |/ |
|
| * | Issue #25533: Update documentation regarding the frozen modules table | Martin Panter | 2016-05-15 | 4 | -13/+15 |
|
|
* | | Remove old Python 2 compatibility from ctypes test | Martin Panter | 2016-05-14 | 1 | -5/+2 |
|
|
* | | Merge ctypes from 3.5 | Martin Panter | 2016-05-14 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | Remove outdated PEP 291 compatibility requirement comment | Martin Panter | 2016-05-14 | 1 | -4/+0 |
|
|
* | | Merge 3.5 (asyncio) | Yury Selivanov | 2016-05-13 | 2 | -0/+2 |
|\ \
| |/ |
|
| * | asyncio/tests: Ensure a gc_collect for __del__ testing | Yury Selivanov | 2016-05-13 | 2 | -0/+2 |
|
|
* | | Merge 3.5 (asyncio) | Yury Selivanov | 2016-05-13 | 2 | -4/+45 |
|\ \
| |/ |
|
| * | asyncio: Fix unix pipe transport 'repr' methods | Yury Selivanov | 2016-05-13 | 2 | -4/+45 |
|
|
* | | Merge 3.5 (asyncio) | Yury Selivanov | 2016-05-13 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | asyncio: Break reference cycle in StreamReaderProtocol.connection_lost | Yury Selivanov | 2016-05-13 | 1 | -4/+7 |
|
|
* | | Merge 3.5 (asyncio) | Yury Selivanov | 2016-05-13 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | asyncio: ease the cert failed regex | Yury Selivanov | 2016-05-13 | 1 | -2/+2 |
|
|
* | | Merge 3.5 (issue #26848) | Yury Selivanov | 2016-05-13 | 3 | -1/+23 |
|\ \
| |/ |
|
| * | Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. | Yury Selivanov | 2016-05-13 | 3 | -1/+23 |
|
|
* | | Restored test_interleaved. After issue #8886 it was a duplicate of | Serhiy Storchaka | 2016-05-13 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | Restored test_interleaved. After issue #8886 it was a duplicate of | Serhiy Storchaka | 2016-05-13 | 1 | -4/+5 |
|
|
* | | Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP | Serhiy Storchaka | 2016-05-13 | 5 | -127/+295 |
|
|
* | | merge from 3.5 | Senthil Kumaran | 2016-05-13 | 3 | -2/+13 |
|\ \
| |/ |
|
| * | Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. | Senthil Kumaran | 2016-05-13 | 3 | -2/+13 |
|
|
* | | Issue #22274: Merge stderr=STDOUT fix from 3.5 | Martin Panter | 2016-05-13 | 3 | -1/+28 |
|\ \
| |/ |
|
| * | Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li | Martin Panter | 2016-05-13 | 3 | -1/+28 |
|
|