summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Also work around separate Open BSD bug with kill() of a zombie.
* | Issue #26870: Avoid using kqueue() with pseudo-terminalsMartin Panter2016-05-151-7/+7
| | | | | | | | Also force terminate the child process in case it hangs for any reason.
* | Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.Serhiy Storchaka2016-05-152-3/+12
| | | | | | | | Patch by Thomas Kluyver.
* | Merge with 3.5Terry Jan Reedy2016-05-153-21/+136
|\ \ | |/
| * Issue #20640: Add tests for idlelib.configHelpSourceEdit.Terry Jan Reedy2016-05-153-21/+136
| | | | | | | | Patch by Saimadhav Heblikar.
* | merge from 3.5Senthil Kumaran2016-05-151-1/+1
|\ \ | |/ | | | | issue27018 - Fix the documentation of select.epoll.register method.
| * issue27018 - Fix the documentation of select.epoll.register method.Senthil Kumaran2016-05-151-1/+1
| |
* | 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-156-1/+96
| |
* | Issue #25533: Merge frozen module docs from 3.5Martin Panter2016-05-154-13/+15
|\ \ | |/
| * Issue #25533: Update documentation regarding the frozen modules tableMartin Panter2016-05-154-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 testMartin Panter2016-05-141-5/+2
| |
* | Merge ctypes from 3.5Martin Panter2016-05-141-4/+0
|\ \ | |/
| * Remove outdated PEP 291 compatibility requirement commentMartin Panter2016-05-141-4/+0
| |
* | Merge 3.5 (asyncio)Yury Selivanov2016-05-132-0/+2
|\ \ | |/
| * asyncio/tests: Ensure a gc_collect for __del__ testingYury Selivanov2016-05-132-0/+2
| | | | | | | | Patch by Philip Jenvey
* | Merge 3.5 (asyncio)Yury Selivanov2016-05-132-4/+45
|\ \ | |/
| * asyncio: Fix unix pipe transport 'repr' methodsYury Selivanov2016-05-132-4/+45
| | | | | | | | | | Patch by Vincent Michel. See also https://github.com/python/asyncio/pull/326
* | 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
| | | | | | | | Patch by Philip Jenvey
* | 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
|\ \ | |/ | | | | test_different_file.
| * Restored test_interleaved. After issue #8886 it was a duplicate ofSerhiy Storchaka2016-05-131-4/+5
| | | | | | | | test_different_file.
* | Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIPSerhiy Storchaka2016-05-135-127/+295
| | | | | | | | file, as well as for extracting data. Patch by Thomas Kluyver.
* | merge from 3.5Senthil Kumaran2016-05-133-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 Kumaran2016-05-133-2/+13
| | | | | | | | Patch contributed by Chi Hsuan Yen.
* | 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
| | | | | | | | It is better to not change this in bugfix release.
* | 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
| |