Martin Panter
|
2e1d8683c1
|
Issue #26870: Avoid using kqueue() with pseudo-terminals
Also force terminate the child process in case it hangs for any reason.
|
2016-05-15 13:21:25 +00:00 |
Serhiy Storchaka
|
f47fc5553b
|
Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.
Patch by Thomas Kluyver.
|
2016-05-15 12:27:16 +03:00 |
Terry Jan Reedy
|
3d3f7e8b41
|
Merge with 3.5
|
2016-05-15 01:31:01 -04:00 |
Terry Jan Reedy
|
c64d942e8d
|
Issue #20640: Add tests for idlelib.configHelpSourceEdit.
Patch by Saimadhav Heblikar.
|
2016-05-15 01:30:47 -04:00 |
Senthil Kumaran
|
0594cff293
|
merge from 3.5
issue27018 - Fix the documentation of select.epoll.register method.
|
2016-05-14 21:29:03 -07:00 |
Senthil Kumaran
|
507898d35d
|
issue27018 - Fix the documentation of select.epoll.register method.
|
2016-05-14 21:28:22 -07:00 |
Martin Panter
|
3e2a0715d7
|
Issue #26870: Temporary debugging for OS X Snow Leopard lockup
|
2016-05-15 03:59:59 +00:00 |
Martin Panter
|
3712686956
|
Issue #26870: Close pty master in case of exception
|
2016-05-15 03:05:36 +00:00 |
Martin Panter
|
f0dbf7a6ab
|
Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton
|
2016-05-15 01:26:25 +00:00 |
Martin Panter
|
4dd27f0adc
|
Issue #25533: Merge frozen module docs from 3.5
|
2016-05-15 00:41:40 +00:00 |
Martin Panter
|
f47a400347
|
Issue #25533: Update documentation regarding the frozen modules table
* "ctypes" documentation was using Python 2 bytes-str equivalence.
* PyImport_FrozenModules is a pointer to const as of Python 3.4
|
2016-05-15 00:13:04 +00:00 |
Martin Panter
|
38e2f175ea
|
Remove old Python 2 compatibility from ctypes test
|
2016-05-14 06:17:43 +00:00 |
Martin Panter
|
0e40df6e54
|
Merge ctypes from 3.5
|
2016-05-14 06:17:30 +00:00 |
Martin Panter
|
2dc1bbb659
|
Remove outdated PEP 291 compatibility requirement comment
|
2016-05-14 05:55:38 +00:00 |
Yury Selivanov
|
e9e3a7cd3c
|
Merge 3.5 (asyncio)
|
2016-05-13 16:11:00 -04:00 |
Yury Selivanov
|
f11352c114
|
asyncio/tests: Ensure a gc_collect for __del__ testing
Patch by Philip Jenvey
|
2016-05-13 16:10:43 -04:00 |
Yury Selivanov
|
2e413f7cc7
|
Merge 3.5 (asyncio)
|
2016-05-13 16:05:05 -04:00 |
Yury Selivanov
|
5dc093336f
|
asyncio: Fix unix pipe transport 'repr' methods
Patch by Vincent Michel.
See also https://github.com/python/asyncio/pull/326
|
2016-05-13 16:04:43 -04:00 |
Yury Selivanov
|
8308db5cd5
|
Merge 3.5 (asyncio)
|
2016-05-13 15:59:48 -04:00 |
Yury Selivanov
|
32dae3d50f
|
asyncio: Break reference cycle in StreamReaderProtocol.connection_lost
|
2016-05-13 15:58:00 -04:00 |
Yury Selivanov
|
91f9def428
|
Merge 3.5 (asyncio)
|
2016-05-13 15:43:05 -04:00 |
Yury Selivanov
|
04eb87e4ef
|
asyncio: ease the cert failed regex
Patch by Philip Jenvey
|
2016-05-13 15:42:39 -04:00 |
Yury Selivanov
|
059320bab8
|
Merge 3.5 (issue #26848)
|
2016-05-13 15:39:09 -04:00 |
Yury Selivanov
|
7657f6ba21
|
Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.
|
2016-05-13 15:35:28 -04:00 |
Serhiy Storchaka
|
91762da45b
|
Restored test_interleaved. After issue #8886 it was a duplicate of
test_different_file.
|
2016-05-13 21:19:22 +03:00 |
Serhiy Storchaka
|
d76c7c2bed
|
Restored test_interleaved. After issue #8886 it was a duplicate of
test_different_file.
|
2016-05-13 21:18:58 +03:00 |
Serhiy Storchaka
|
18ee29d0b8
|
Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP
file, as well as for extracting data. Patch by Thomas Kluyver.
|
2016-05-13 13:52:49 +03:00 |
Senthil Kumaran
|
5d1110a952
|
merge from 3.5
Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.
Patch contributed by Chi Hsuan Yen.
|
2016-05-13 01:35:29 -07:00 |
Senthil Kumaran
|
9642eedc0a
|
Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.
Patch contributed by Chi Hsuan Yen.
|
2016-05-13 01:32:42 -07:00 |
Martin Panter
|
f94ec1bd83
|
Issue #22274: Merge stderr=STDOUT fix from 3.5
|
2016-05-13 07:45:21 +00:00 |
Benjamin Peterson
|
99740925ed
|
merge 3.5
|
2016-05-12 23:14:28 -07:00 |
Benjamin Peterson
|
07451ddd4f
|
fix indentation of comments in cellobject.c (closes #27011)
|
2016-05-12 23:12:21 -07:00 |
Martin Panter
|
c76358924f
|
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
|
2016-05-13 01:54:44 +00:00 |
Serhiy Storchaka
|
e78592d42c
|
Make bytes and bytearray subclass tests compatible with base types tests.
|
2016-05-12 12:33:21 +03:00 |
Serhiy Storchaka
|
ea36c941a1
|
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
|
2016-05-12 10:37:58 +03:00 |
Serhiy Storchaka
|
9de7efe5ab
|
Removed duplicated NEWS entity for issue #26881.
|
2016-05-11 22:25:05 +03:00 |
Serhiy Storchaka
|
ec5d54575f
|
Issue #26881: Restored the name of scan_opcodes_25().
It is better to not change this in bugfix release.
|
2016-05-11 22:19:49 +03:00 |
Steven D'Aprano
|
3414e4a34f
|
NEWS message for issue #26977.
|
2016-05-11 12:41:19 +10:00 |
Steven D'Aprano
|
bc62aae923
|
Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).
|
2016-05-11 11:50:13 +10:00 |
Eric Snow
|
228ab1ff6b
|
Issue #21099: Switch applicable importlib tests to use PEP 451 API.
|
2016-05-10 16:21:03 -06:00 |
Serhiy Storchaka
|
3fa86a0612
|
Make bytes and bytearray subclass tests compatible with base types tests.
|
2016-05-12 12:33:41 +03:00 |
Serhiy Storchaka
|
1f364438ad
|
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
|
2016-05-12 10:39:32 +03:00 |
Serhiy Storchaka
|
5787ef621a
|
Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs().
|
2016-05-12 10:32:30 +03:00 |
Serhiy Storchaka
|
25885d1dc5
|
Issue #27005: Optimized the float.fromhex() class method for exact float.
|
2016-05-12 10:21:14 +03:00 |
Serhiy Storchaka
|
871639a6d5
|
Merge 3.5.
|
2016-05-11 22:25:31 +03:00 |
Serhiy Storchaka
|
75687f2194
|
Null merge
|
2016-05-11 22:20:57 +03:00 |
Steven D'Aprano
|
441581a79f
|
Update NEWS.
|
2016-05-11 13:01:42 +10:00 |
Steven D'Aprano
|
6494449a98
|
Merge NEWS update from 3.5 for issue #26977.
|
2016-05-11 12:46:40 +10:00 |
Steven D'Aprano
|
0218127b76
|
Branch merge for issue 26977
|
2016-05-11 11:53:01 +10:00 |
Eric Snow
|
d65018b17c
|
Fixes #19711: Add tests for reloading namespace packages.
|
2016-05-10 15:29:05 -06:00 |