]>
granicus.if.org Git - python/log
Ned Deily [Mon, 10 Oct 2016 19:45:04 +0000 (15:45 -0400)]
null merge
Ned Deily [Mon, 10 Oct 2016 19:42:18 +0000 (15:42 -0400)]
regenerate configure with autoconf 2.69
Ned Deily [Mon, 10 Oct 2016 19:34:47 +0000 (15:34 -0400)]
merge with 3.6
Ned Deily [Mon, 10 Oct 2016 19:34:00 +0000 (15:34 -0400)]
Update OS X installer ReadMe for 360b2.
INADA Naoki [Mon, 10 Oct 2016 17:12:52 +0000 (02:12 +0900)]
Issue #28405: Fix compile error for _futuresmodule.c on Cygwin.
Patch by Masayuki Yamamoto.
INADA Naoki [Mon, 10 Oct 2016 17:12:34 +0000 (02:12 +0900)]
Issue #28405: Fix compile error for _futuresmodule.c on Cygwin.
Patch by Masayuki Yamamoto.
Steve Dower [Mon, 10 Oct 2016 03:19:21 +0000 (20:19 -0700)]
Issue #28402: Adds signed catalog files for stdlib on Windows.
Steve Dower [Mon, 10 Oct 2016 03:18:52 +0000 (20:18 -0700)]
Issue #28402: Adds signed catalog files for stdlib on Windows.
Martin Panter [Mon, 10 Oct 2016 00:42:50 +0000 (00:42 +0000)]
Issue #28394: Merge typo fixes from 3.6
Martin Panter [Mon, 10 Oct 2016 00:38:21 +0000 (00:38 +0000)]
Issue #28394: More typo fixes for 3.6+
Martin Panter [Mon, 10 Oct 2016 00:28:38 +0000 (00:28 +0000)]
Issue #28394: Merge typo fixes from 3.5 into 3.6
Martin Panter [Mon, 10 Oct 2016 00:24:34 +0000 (00:24 +0000)]
Issue #28394: Spelling and typo fixes in code comments and changelog
Includes patch by Ville Skyttä.
Serhiy Storchaka [Sun, 9 Oct 2016 20:44:48 +0000 (23:44 +0300)]
Issue #28400: Removed uncessary checks in unicode_char and resize_copy.
1. In resize_copy we don't need to PyUnicode_READY(unicode) since when
it's not PyUnicode_WCHAR_KIND it should be ready.
2. In unicode_char, PyUnicode_1BYTE_KIND is handled by get_latin1_char.
Patch by Xiang Zhang.
Serhiy Storchaka [Sun, 9 Oct 2016 20:08:58 +0000 (23:08 +0300)]
Merge from 3.6.
Serhiy Storchaka [Sun, 9 Oct 2016 20:08:05 +0000 (23:08 +0300)]
Issue #28183: Optimize and cleanup dict iteration.
Guido van Rossum [Sun, 9 Oct 2016 17:04:55 +0000 (10:04 -0700)]
Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. (merge 3.6->3.7)
Guido van Rossum [Sun, 9 Oct 2016 17:03:35 +0000 (10:03 -0700)]
Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. (merge 3.5->3.6)
Guido van Rossum [Sun, 9 Oct 2016 17:02:49 +0000 (10:02 -0700)]
Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py.
Yury Selivanov [Sun, 9 Oct 2016 16:21:03 +0000 (12:21 -0400)]
Merge 3.6 (issue #27972)
Yury Selivanov [Sun, 9 Oct 2016 16:20:44 +0000 (12:20 -0400)]
Merge 3.5 (issue #27972)
Yury Selivanov [Sun, 9 Oct 2016 16:19:12 +0000 (12:19 -0400)]
Issue #27972: Prohibit Tasks to await on themselves.
Yury Selivanov [Sun, 9 Oct 2016 16:16:26 +0000 (12:16 -0400)]
Merge 3.6 (issue #28399)
Yury Selivanov [Sun, 9 Oct 2016 16:16:08 +0000 (12:16 -0400)]
Merge 3.5 (issue #28399)
Yury Selivanov [Sun, 9 Oct 2016 16:15:08 +0000 (12:15 -0400)]
Issue #28399: Remove UNIX socket from FS before binding.
Patch by Коренберг Марк.
Berker Peksag [Sun, 9 Oct 2016 15:19:12 +0000 (18:19 +0300)]
Issue #28389: Merge from 3.6
Berker Peksag [Sun, 9 Oct 2016 15:18:55 +0000 (18:18 +0300)]
Issue #28389: Merge from 3.5
Berker Peksag [Sun, 9 Oct 2016 15:18:21 +0000 (18:18 +0300)]
Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation
Serhiy Storchaka [Sun, 9 Oct 2016 12:37:43 +0000 (15:37 +0300)]
Issue #28379: Removed redundant check.
Patch by Xiang Zhang.
INADA Naoki [Sun, 9 Oct 2016 05:54:12 +0000 (14:54 +0900)]
Fixed wrong issue number in NEWS
INADA Naoki [Sun, 9 Oct 2016 05:53:44 +0000 (14:53 +0900)]
Fixed wrong issue number in NEWS
INADA Naoki [Sun, 9 Oct 2016 05:51:36 +0000 (14:51 +0900)]
Issue #26801: Added C implementation of asyncio.Future.
Original patch by Yury Selivanov.
INADA Naoki [Sun, 9 Oct 2016 05:44:47 +0000 (14:44 +0900)]
Issue #26801: Added C implementation of asyncio.Future.
Original patch by Yury Selivanov.
Guido van Rossum [Sun, 9 Oct 2016 03:28:16 +0000 (20:28 -0700)]
Merge further typing.py changes from upstream. (merge 3.6->3.7)
Guido van Rossum [Sun, 9 Oct 2016 03:27:55 +0000 (20:27 -0700)]
Merge further typing.py changes from upstream. (merge 3.5->3.6)
Guido van Rossum [Sun, 9 Oct 2016 03:27:22 +0000 (20:27 -0700)]
Merge further typing.py changes from upstream.
Guido van Rossum [Sun, 9 Oct 2016 03:14:04 +0000 (20:14 -0700)]
null merge
Guido van Rossum [Sun, 9 Oct 2016 03:13:45 +0000 (20:13 -0700)]
null merge
Guido van Rossum [Sun, 9 Oct 2016 03:12:54 +0000 (20:12 -0700)]
Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388)
Guido van Rossum [Sun, 9 Oct 2016 03:10:27 +0000 (20:10 -0700)]
Issue #28388: update typing module documentation. (merge 3.6->3.7)
Guido van Rossum [Sun, 9 Oct 2016 03:09:56 +0000 (20:09 -0700)]
Issue #28388: update typing module documentation. (merge 3.5->3.6)
Guido van Rossum [Sun, 9 Oct 2016 03:06:56 +0000 (20:06 -0700)]
Issue #28388: update typing module documentation.
Serhiy Storchaka [Sat, 8 Oct 2016 19:48:07 +0000 (22:48 +0300)]
Merge from 3.6.
Serhiy Storchaka [Sat, 8 Oct 2016 19:46:01 +0000 (22:46 +0300)]
Merge from 3.5.
Serhiy Storchaka [Sat, 8 Oct 2016 19:45:38 +0000 (22:45 +0300)]
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
Patch by Xiang Zhang.
Steve Dower [Sat, 8 Oct 2016 19:37:57 +0000 (12:37 -0700)]
Issue #28162: Fixes Ctrl+Z handling in console readall()
Steve Dower [Sat, 8 Oct 2016 19:37:33 +0000 (12:37 -0700)]
Issue #28162: Fixes Ctrl+Z handling in console readall()
Steve Dower [Sat, 8 Oct 2016 19:24:37 +0000 (12:24 -0700)]
Merge with 3.6
Steve Dower [Sat, 8 Oct 2016 19:24:30 +0000 (12:24 -0700)]
Add proper credit to NEWS file.
Steve Dower [Sat, 8 Oct 2016 19:21:00 +0000 (12:21 -0700)]
Issue #28333: Remove unnecessary increment.
Steve Dower [Sat, 8 Oct 2016 19:20:45 +0000 (12:20 -0700)]
Issue #28333: Remove unnecessary increment.
Steve Dower [Sat, 8 Oct 2016 19:18:28 +0000 (12:18 -0700)]
Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun)
Steve Dower [Sat, 8 Oct 2016 19:18:16 +0000 (12:18 -0700)]
Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun)
Serhiy Storchaka [Sat, 8 Oct 2016 19:07:45 +0000 (22:07 +0300)]
Merge from 3.6.
Serhiy Storchaka [Sat, 8 Oct 2016 19:06:52 +0000 (22:06 +0300)]
Merge from 3.5.
Serhiy Storchaka [Sat, 8 Oct 2016 19:04:12 +0000 (22:04 +0300)]
Issue #28376: The type of long range iterator is now registered as Iterator.
Patch by Oren Milman.
Serhiy Storchaka [Sat, 8 Oct 2016 19:01:18 +0000 (22:01 +0300)]
Issue #28376: Creating instances of range_iterator by calling range_iterator
type now is disallowed. Calling iter() on range instance is the only way.
Patch by Oren Milman.
Serhiy Storchaka [Sat, 8 Oct 2016 18:52:41 +0000 (21:52 +0300)]
Merge with 3.6.
Serhiy Storchaka [Sat, 8 Oct 2016 18:50:45 +0000 (21:50 +0300)]
Issue #28376: Creating instances of range_iterator by calling range_iterator
type now is deprecated. Patch by Oren Milman.
Serhiy Storchaka [Sat, 8 Oct 2016 18:45:07 +0000 (21:45 +0300)]
Merge from 3.5.
Serhiy Storchaka [Sat, 8 Oct 2016 18:43:11 +0000 (21:43 +0300)]
Issue #28376: The constructor of range_iterator now checks that step is not 0.
Patch by Oren Milman.
Serhiy Storchaka [Sat, 8 Oct 2016 18:35:07 +0000 (21:35 +0300)]
Merge from 3.6.
Serhiy Storchaka [Sat, 8 Oct 2016 18:34:44 +0000 (21:34 +0300)]
Merge from 3.5.
Serhiy Storchaka [Sat, 8 Oct 2016 18:33:59 +0000 (21:33 +0300)]
Issue #28376: Fixed typos.
Based on patch by Oren Milman.
Serhiy Storchaka [Sat, 8 Oct 2016 17:17:26 +0000 (20:17 +0300)]
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
Patch by Eryk Sun.
Serhiy Storchaka [Sat, 8 Oct 2016 17:16:57 +0000 (20:16 +0300)]
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
Patch by Eryk Sun.
Berker Peksag [Sat, 8 Oct 2016 13:15:38 +0000 (16:15 +0300)]
Issue #28390: Merge from 3.6
Berker Peksag [Sat, 8 Oct 2016 13:15:15 +0000 (16:15 +0300)]
Issue #28390: Fix header levels in whatsnew/3.6.rst
Patch by SilentGhost.
Serhiy Storchaka [Sat, 8 Oct 2016 09:34:59 +0000 (12:34 +0300)]
Issue #28317: The disassembler now decodes FORMAT_VALUE argument.
Serhiy Storchaka [Sat, 8 Oct 2016 09:34:25 +0000 (12:34 +0300)]
Issue #28317: The disassembler now decodes FORMAT_VALUE argument.
Serhiy Storchaka [Sat, 8 Oct 2016 09:28:25 +0000 (12:28 +0300)]
Issue #26906: Resolving special methods of uninitialized type now causes
implicit initialization of the type instead of a fail.
Serhiy Storchaka [Sat, 8 Oct 2016 09:26:25 +0000 (12:26 +0300)]
Issue #26906: Resolving special methods of uninitialized type now causes
implicit initialization of the type instead of a fail.
Serhiy Storchaka [Sat, 8 Oct 2016 09:24:09 +0000 (12:24 +0300)]
Issue #26906: Resolving special methods of uninitialized type now causes
implicit initialization of the type instead of a fail.
Serhiy Storchaka [Fri, 7 Oct 2016 20:47:17 +0000 (23:47 +0300)]
Issue #25783: Fixed test_traceback when run directly (without regrtest).
Serhiy Storchaka [Fri, 7 Oct 2016 20:46:22 +0000 (23:46 +0300)]
Issue #25783: Fixed test_traceback when run directly (without regrtest).
Serhiy Storchaka [Fri, 7 Oct 2016 20:45:42 +0000 (23:45 +0300)]
Issue #25783: Fixed test_traceback when run directly (without regrtest).
Serhiy Storchaka [Fri, 7 Oct 2016 20:34:12 +0000 (23:34 +0300)]
Null merge
Serhiy Storchaka [Fri, 7 Oct 2016 20:33:55 +0000 (23:33 +0300)]
Null merge
Serhiy Storchaka [Fri, 7 Oct 2016 20:32:41 +0000 (23:32 +0300)]
Issue #28257: Improved error message when pass a non-mapping as a var-keyword
argument.
Serhiy Storchaka [Fri, 7 Oct 2016 20:26:16 +0000 (23:26 +0300)]
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Original patch by Niklas Koep.
Serhiy Storchaka [Fri, 7 Oct 2016 20:25:46 +0000 (23:25 +0300)]
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Original patch by Niklas Koep.
Serhiy Storchaka [Fri, 7 Oct 2016 20:24:35 +0000 (23:24 +0300)]
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Original patch by Niklas Koep.
Serhiy Storchaka [Fri, 7 Oct 2016 19:25:05 +0000 (22:25 +0300)]
Issue #26293: Fixed writing ZIP files that starts not from the start of the
file. Offsets in ZIP file now are relative to the start of the archive in
conforming to the specification.
Serhiy Storchaka [Fri, 7 Oct 2016 19:24:20 +0000 (22:24 +0300)]
Issue #26293: Fixed writing ZIP files that starts not from the start of the
file. Offsets in ZIP file now are relative to the start of the archive in
conforming to the specification.
Serhiy Storchaka [Fri, 7 Oct 2016 19:20:50 +0000 (22:20 +0300)]
Issue #26293: Fixed writing ZIP files that starts not from the start of the
file. Offsets in ZIP file now are relative to the start of the archive in
conforming to the specification.
Serhiy Storchaka [Fri, 7 Oct 2016 18:56:24 +0000 (21:56 +0300)]
Issue #24098: Fixed possible crash when AST is changed in process of
compiling it.
Serhiy Storchaka [Fri, 7 Oct 2016 18:55:49 +0000 (21:55 +0300)]
Issue #24098: Fixed possible crash when AST is changed in process of
compiling it.
Serhiy Storchaka [Fri, 7 Oct 2016 18:51:28 +0000 (21:51 +0300)]
Issue #24098: Fixed possible crash when AST is changed in process of
compiling it.
Yury Selivanov [Fri, 7 Oct 2016 16:40:44 +0000 (12:40 -0400)]
Merge 3.6 (asyncio)
Yury Selivanov [Fri, 7 Oct 2016 16:40:22 +0000 (12:40 -0400)]
Merge 3.5 (asyncio)
Yury Selivanov [Fri, 7 Oct 2016 16:39:57 +0000 (12:39 -0400)]
asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection
Gregory P. Smith [Thu, 6 Oct 2016 21:32:10 +0000 (14:32 -0700)]
Issue #28380: unittest.mock Mock autospec functions now properly support
assert_called, assert_not_called, and assert_called_once.
Gregory P. Smith [Thu, 6 Oct 2016 21:31:23 +0000 (14:31 -0700)]
Fixes issue28380: unittest.mock Mock autospec functions now properly support
assert_called, assert_not_called, and assert_called_once.
Yury Selivanov [Thu, 6 Oct 2016 18:06:20 +0000 (14:06 -0400)]
Null merge with 3.6
Yury Selivanov [Thu, 6 Oct 2016 18:05:42 +0000 (14:05 -0400)]
Null merge with 3.5
Yury Selivanov [Thu, 6 Oct 2016 18:05:17 +0000 (14:05 -0400)]
Null merge with 3.4
Yury Selivanov [Thu, 6 Oct 2016 18:03:03 +0000 (14:03 -0400)]
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
(Backported to 3.4 as this bug might be exploited to for DoS)
Ned Deily [Thu, 6 Oct 2016 14:51:29 +0000 (10:51 -0400)]
Fix vestigial spelling.
Benjamin Peterson [Thu, 6 Oct 2016 06:32:20 +0000 (23:32 -0700)]
merge 3.6
Benjamin Peterson [Thu, 6 Oct 2016 06:32:15 +0000 (23:32 -0700)]
merge 3.5
Benjamin Peterson [Thu, 6 Oct 2016 06:32:09 +0000 (23:32 -0700)]
ensure read size is initialized