summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #27033: The default value of the decode_data parameter forSerhiy Storchaka2016-05-162-59/+27
* Issue #27034: Removed deprecated class asynchat.fifo.Serhiy Storchaka2016-05-162-60/+0
* Merge with 3.5Terry Jan Reedy2016-05-161-53/+62
|\
| * Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope.Terry Jan Reedy2016-05-161-53/+62
* | Issue #26807: mock_open 'files' no longer error on readline at end of file.Robert Collins2016-05-162-0/+14
|\ \ | |/
| * Issue #26807: mock_open 'files' no longer error on readline at end of file.Robert Collins2016-05-162-0/+14
* | Merge with 3.5Terry Jan Reedy2016-05-162-12/+23
|\ \ | |/
| * Issue #23977: Tweak IDLE Delegator and its test.Terry Jan Reedy2016-05-162-12/+23
* | Merge with 3.5Terry Jan Reedy2016-05-151-9/+0
|\ \ | |/
| * Issue #25747: remove undependable and possibly useless test.Terry Jan Reedy2016-05-151-9/+0
* | Merge with 3.5Terry Jan Reedy2016-05-151-1/+1
|\ \ | |/
| * Issue #20640: Add https: to url prefixes so test passes on Darwin.Terry Jan Reedy2016-05-151-1/+1
* | Issue #26870: Poll() also fails on OS X; try select()Martin Panter2016-05-151-6/+13
* | Issue #26870: Avoid using kqueue() with pseudo-terminalsMartin Panter2016-05-151-7/+7
* | Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.Serhiy Storchaka2016-05-151-1/+2
* | Merge with 3.5Terry Jan Reedy2016-05-153-21/+136
|\ \ | |/
| * Issue #20640: Add tests for idlelib.configHelpSourceEdit.Terry Jan Reedy2016-05-153-21/+136
* | Issue #26870: Temporary debugging for OS X Snow Leopard lockupMartin Panter2016-05-151-1/+6
* | Issue #26870: Close pty master in case of exceptionMartin Panter2016-05-151-2/+5
* | Issue #26870: Add readline.set_auto_history(), originally by Tyler CromptonMartin Panter2016-05-151-0/+49
* | Issue #25533: Merge frozen module docs from 3.5Martin Panter2016-05-151-5/+6
|\ \ | |/
| * Issue #25533: Update documentation regarding the frozen modules tableMartin Panter2016-05-151-5/+6
* | Remove old Python 2 compatibility from ctypes testMartin Panter2016-05-141-5/+2
* | Merge 3.5 (asyncio)Yury Selivanov2016-05-132-0/+2
|\ \ | |/
| * asyncio/tests: Ensure a gc_collect for __del__ testingYury Selivanov2016-05-132-0/+2
* | Merge 3.5 (asyncio)Yury Selivanov2016-05-132-4/+45
|\ \ | |/
| * asyncio: Fix unix pipe transport 'repr' methodsYury Selivanov2016-05-132-4/+45
* | Merge 3.5 (asyncio)Yury Selivanov2016-05-131-4/+7
|\ \ | |/
| * asyncio: Break reference cycle in StreamReaderProtocol.connection_lostYury Selivanov2016-05-131-4/+7
* | Merge 3.5 (asyncio)Yury Selivanov2016-05-131-2/+2
|\ \ | |/
| * asyncio: ease the cert failed regexYury Selivanov2016-05-131-2/+2
* | Merge 3.5 (issue #26848)Yury Selivanov2016-05-132-1/+20
|\ \ | |/
| * Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.Yury Selivanov2016-05-132-1/+20
* | Restored test_interleaved. After issue #8886 it was a duplicate ofSerhiy Storchaka2016-05-131-4/+5
|\ \ | |/
| * Restored test_interleaved. After issue #8886 it was a duplicate ofSerhiy Storchaka2016-05-131-4/+5
* | Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIPSerhiy Storchaka2016-05-132-111/+262
* | merge from 3.5Senthil Kumaran2016-05-132-2/+10
|\ \ | |/
| * Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.Senthil Kumaran2016-05-132-2/+10
* | Issue #22274: Merge stderr=STDOUT fix from 3.5Martin Panter2016-05-132-1/+25
|\ \ | |/
| * Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira LiMartin Panter2016-05-132-1/+25
* | Issue #21099: Switch applicable importlib tests to use PEP 451 API.Eric Snow2016-05-107-38/+106
* | Make bytes and bytearray subclass tests compatible with base types tests.Serhiy Storchaka2016-05-121-15/+17
|\ \ | |/
| * Make bytes and bytearray subclass tests compatible with base types tests.Serhiy Storchaka2016-05-121-15/+17
* | Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.Serhiy Storchaka2016-05-124-0/+51
|\ \ | |/
| * Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.Serhiy Storchaka2016-05-124-0/+51
| * Issue #26881: Restored the name of scan_opcodes_25().Serhiy Storchaka2016-05-111-2/+3
| * Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).Steven D'Aprano2016-05-111-1/+0
* | Fixes #19711: Add tests for reloading namespace packages.Eric Snow2016-05-101-1/+33
* | Closes #26987: Merge with 3.5Zachary Ware2016-05-091-1/+1
|\ \ | |/
| * Issue #26987: Correct implementation to match commentZachary Ware2016-05-091-1/+1