Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | * "ctypes" documentation was using Python 2 bytes-str equivalence. * PyImport_FrozenModules is a pointer to const as of Python 3.4 | ||||
* | | 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 |
| | | | | | | | | Patch by Philip Jenvey | ||||
* | | 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 |
| | | | | | | | | | | Patch by Vincent Michel. See also https://github.com/python/asyncio/pull/326 | ||||
* | | 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 |
| | | | | | | | | Patch by Philip Jenvey | ||||
* | | 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 |
|\ \ | |/ | | | | | test_different_file. | ||||
| * | Restored test_interleaved. After issue #8886 it was a duplicate of | Serhiy Storchaka | 2016-05-13 | 1 | -4/+5 |
| | | | | | | | | test_different_file. | ||||
* | | Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP | Serhiy Storchaka | 2016-05-13 | 5 | -127/+295 |
| | | | | | | | | file, as well as for extracting data. Patch by Thomas Kluyver. | ||||
* | | merge from 3.5 | Senthil Kumaran | 2016-05-13 | 3 | -2/+13 |
|\ \ | |/ | | | | | | | | | Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. Patch contributed by Chi Hsuan Yen. | ||||
| * | Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. | Senthil Kumaran | 2016-05-13 | 3 | -2/+13 |
| | | | | | | | | Patch contributed by Chi Hsuan Yen. | ||||
* | | 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 |
| | | |||||
* | | merge 3.5 | Benjamin Peterson | 2016-05-12 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | fix indentation of comments in cellobject.c (closes #27011) | Benjamin Peterson | 2016-05-12 | 1 | -3/+3 |
| | | |||||
* | | Issue #21099: Switch applicable importlib tests to use PEP 451 API. | Eric Snow | 2016-05-10 | 8 | -38/+108 |
| | | |||||
* | | Make bytes and bytearray subclass tests compatible with base types tests. | Serhiy Storchaka | 2016-05-12 | 1 | -15/+17 |
|\ \ | |/ | |||||
| * | Make bytes and bytearray subclass tests compatible with base types tests. | Serhiy Storchaka | 2016-05-12 | 1 | -15/+17 |
| | | |||||
* | | Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. | Serhiy Storchaka | 2016-05-12 | 6 | -21/+56 |
|\ \ | |/ | |||||
| * | Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. | Serhiy Storchaka | 2016-05-12 | 6 | -21/+56 |
| | | |||||
* | | Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs(). | Serhiy Storchaka | 2016-05-12 | 1 | -1/+1 |
| | | |||||
* | | Issue #27005: Optimized the float.fromhex() class method for exact float. | Serhiy Storchaka | 2016-05-12 | 2 | -6/+8 |
| | | |||||
* | | Merge 3.5. | Serhiy Storchaka | 2016-05-11 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Removed duplicated NEWS entity for issue #26881. | Serhiy Storchaka | 2016-05-11 | 1 | -2/+0 |
| | | |||||
* | | Null merge | Serhiy Storchaka | 2016-05-11 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #26881: Restored the name of scan_opcodes_25(). | Serhiy Storchaka | 2016-05-11 | 1 | -2/+3 |
| | | | | | | | | It is better to not change this in bugfix release. | ||||
* | | Update NEWS. | Steven D'Aprano | 2016-05-11 | 1 | -0/+8 |
| | | |||||
* | | Merge NEWS update from 3.5 for issue #26977. | Steven D'Aprano | 2016-05-11 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | NEWS message for issue #26977. | Steven D'Aprano | 2016-05-11 | 1 | -0/+3 |
| | | |||||
* | | Branch merge for issue 26977 | Steven D'Aprano | 2016-05-11 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). | Steven D'Aprano | 2016-05-11 | 1 | -1/+0 |
| | | |||||
* | | Fixes #19711: Add tests for reloading namespace packages. | Eric Snow | 2016-05-10 | 2 | -1/+35 |
| | | |||||
* | | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 63 | -413/+449 |
|\ \ | |/ | | | | | Original patch by James Edwards. | ||||
| * | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 63 | -413/+449 |
| | | | | | | | | Original patch by James Edwards. | ||||
* | | merge 3.5 (#26986) | Benjamin Peterson | 2016-05-09 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | improve PyFunction_New docs (closes #26986) | Benjamin Peterson | 2016-05-09 | 1 | -2/+3 |
| | | | | | | | | Patch from Xiang Zhang. | ||||
* | | Closes #26987: Merge with 3.5 | Zachary Ware | 2016-05-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26987: Correct implementation to match comment | Zachary Ware | 2016-05-09 | 1 | -1/+1 |
| | | | | | | | | | | This was inadvertently changed in 644b677c2ae5 to use self._stderr instead of _sys.stderr. | ||||
* | | Issue #25745: Fixed leaking a userptr in curses panel destructor. | Serhiy Storchaka | 2016-05-09 | 2 | -0/+7 |
|\ \ | |/ | |||||
| * | Issue #25745: Fixed leaking a userptr in curses panel destructor. | Serhiy Storchaka | 2016-05-09 | 2 | -0/+7 |
| | | |||||
* | | Issue #26881: The modulefinder module now supports extended opcode arguments. | Serhiy Storchaka | 2016-05-08 | 4 | -55/+60 |
|\ \ | |/ |