summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-133-1/+23
|\ \ | |/
| * Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.Yury Selivanov2016-05-133-1/+23
* | 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-135-127/+295
* | merge from 3.5Senthil Kumaran2016-05-133-2/+13
|\ \ | |/
| * Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.Senthil Kumaran2016-05-133-2/+13
* | Issue #22274: Merge stderr=STDOUT fix from 3.5Martin Panter2016-05-133-1/+28
|\ \ | |/
| * Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira LiMartin Panter2016-05-133-1/+28
* | merge 3.5Benjamin Peterson2016-05-131-3/+3
|\ \ | |/
| * fix indentation of comments in cellobject.c (closes #27011)Benjamin Peterson2016-05-131-3/+3
* | Issue #21099: Switch applicable importlib tests to use PEP 451 API.Eric Snow2016-05-108-38/+108
* | 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-126-21/+56
|\ \ | |/
| * Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.Serhiy Storchaka2016-05-126-21/+56
* | Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs().Serhiy Storchaka2016-05-121-1/+1
* | Issue #27005: Optimized the float.fromhex() class method for exact float.Serhiy Storchaka2016-05-122-6/+8
* | Merge 3.5.Serhiy Storchaka2016-05-111-2/+0
|\ \ | |/
| * Removed duplicated NEWS entity for issue #26881.Serhiy Storchaka2016-05-111-2/+0
* | Null mergeSerhiy Storchaka2016-05-110-0/+0
|\ \ | |/
| * Issue #26881: Restored the name of scan_opcodes_25().Serhiy Storchaka2016-05-111-2/+3
* | Update NEWS.Steven D'Aprano2016-05-111-0/+8
* | Merge NEWS update from 3.5 for issue #26977.Steven D'Aprano2016-05-111-0/+3
|\ \ | |/
| * NEWS message for issue #26977.Steven D'Aprano2016-05-111-0/+3
* | Branch merge for issue 26977Steven D'Aprano2016-05-110-0/+0
|\ \ | |/
| * 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-102-1/+35
* | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-1063-413/+449
|\ \ | |/
| * Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-1063-413/+449
* | merge 3.5 (#26986)Benjamin Peterson2016-05-101-2/+3
|\ \ | |/
| * improve PyFunction_New docs (closes #26986)Benjamin Peterson2016-05-101-2/+3
* | Closes #26987: Merge with 3.5Zachary Ware2016-05-091-1/+1
|\ \ | |/
| * Issue #26987: Correct implementation to match commentZachary Ware2016-05-091-1/+1
* | Issue #25745: Fixed leaking a userptr in curses panel destructor.Serhiy Storchaka2016-05-082-0/+7
|\ \ | |/
| * Issue #25745: Fixed leaking a userptr in curses panel destructor.Serhiy Storchaka2016-05-082-0/+7
* | Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-084-55/+60
|\ \ | |/
| * Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-084-56/+61
* | Issue #18531: Single var-keyword argument of dict subtype was passedSerhiy Storchaka2016-05-084-1/+82
* | Issue #26156: Make expressions grammar description more semantically correct.Serhiy Storchaka2016-05-081-2/+2
|\ \ | |/
| * Issue #26156: Make expressions grammar description more semantically correct.Serhiy Storchaka2016-05-081-2/+2
* | Issue #23815: Fixed crashes related to directly created instances of types inSerhiy Storchaka2016-05-085-3/+16
|\ \ | |/
| * Issue #23815: Fixed crashes related to directly created instances of types inSerhiy Storchaka2016-05-085-3/+16
* | Merge typo fixes from 3.5Martin Panter2016-05-0818-26/+26
|\ \ | |/