Steve Dower
ec1f28a63c
Fix launcher.msi from rebuilding during release build.
2016-10-10 16:19:06 -07:00
Ned Deily
dbb331b5b1
Added tag v3.6.0b2 for changeset b9fadc7d1c3f
2016-10-10 16:09:41 -04:00
Ned Deily
7e16af499b
Version bump for 3.6.0b2
2016-10-10 16:09:08 -04:00
Ned Deily
bec93b3858
Update pydoc topics for 3.6.0b2
2016-10-10 16:02:26 -04:00
Ned Deily
38b90f3c5c
null merge
2016-10-10 15:45:04 -04:00
Ned Deily
ee22aad963
regenerate configure with autoconf 2.69
2016-10-10 15:42:18 -04:00
Ned Deily
96feeab0e2
merge with 3.6
2016-10-10 15:34:47 -04:00
Ned Deily
e326a9172f
Update OS X installer ReadMe for 360b2.
2016-10-10 15:34:00 -04:00
INADA Naoki
44fa3d3a97
Issue #28405 : Fix compile error for _futuresmodule.c on Cygwin.
...
Patch by Masayuki Yamamoto.
2016-10-11 02:12:52 +09:00
INADA Naoki
1be427bbf1
Issue #28405 : Fix compile error for _futuresmodule.c on Cygwin.
...
Patch by Masayuki Yamamoto.
2016-10-11 02:12:34 +09:00
Steve Dower
15d3d8bd14
Issue #28402 : Adds signed catalog files for stdlib on Windows.
2016-10-09 20:19:21 -07:00
Steve Dower
425ec150ea
Issue #28402 : Adds signed catalog files for stdlib on Windows.
2016-10-09 20:18:52 -07:00
Martin Panter
dd21cc3516
Issue #28394 : Merge typo fixes from 3.6
2016-10-10 00:42:50 +00:00
Martin Panter
b1321fba53
Issue #28394 : More typo fixes for 3.6+
2016-10-10 00:38:21 +00:00
Martin Panter
fd1df3fef2
Issue #28394 : Merge typo fixes from 3.5 into 3.6
2016-10-10 00:28:38 +00:00
Martin Panter
d2a584b47b
Issue #28394 : Spelling and typo fixes in code comments and changelog
...
Includes patch by Ville Skyttä.
2016-10-10 00:24:34 +00:00
Serhiy Storchaka
2e58f1a52a
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.
2016-10-09 23:44:48 +03:00
Serhiy Storchaka
1aa85a9eea
Merge from 3.6.
2016-10-09 23:08:58 +03:00
Serhiy Storchaka
49f5cdde1a
Issue #28183 : Optimize and cleanup dict iteration.
2016-10-09 23:08:05 +03:00
Guido van Rossum
a7652b768a
Issue #28339 : Remove ByteString.register(memoryview(...)) from typing.py. (merge 3.6->3.7)
2016-10-09 10:04:55 -07:00
Guido van Rossum
06060725b4
Issue #28339 : Remove ByteString.register(memoryview(...)) from typing.py. (merge 3.5->3.6)
2016-10-09 10:03:35 -07:00
Guido van Rossum
5e2a0ef2ee
Issue #28339 : Remove ByteString.register(memoryview(...)) from typing.py.
2016-10-09 10:02:49 -07:00
Yury Selivanov
d4ea2ec38a
Merge 3.6 (issue #27972 )
2016-10-09 12:21:03 -04:00
Yury Selivanov
917c1c3ee1
Merge 3.5 (issue #27972 )
2016-10-09 12:20:44 -04:00
Yury Selivanov
4145c83806
Issue #27972 : Prohibit Tasks to await on themselves.
2016-10-09 12:19:12 -04:00
Yury Selivanov
cfa6b72a47
Merge 3.6 (issue #28399 )
2016-10-09 12:16:26 -04:00
Yury Selivanov
88e8aca78d
Merge 3.5 (issue #28399 )
2016-10-09 12:16:08 -04:00
Yury Selivanov
908d55dd7e
Issue #28399 : Remove UNIX socket from FS before binding.
...
Patch by Коренберг Марк.
2016-10-09 12:15:08 -04:00
Berker Peksag
f3fc3b06c4
Issue #28389 : Merge from 3.6
2016-10-09 18:19:12 +03:00
Berker Peksag
75907bc5b5
Issue #28389 : Merge from 3.5
2016-10-09 18:18:55 +03:00
Berker Peksag
0aa7887f43
Issue #28389 : Fix ProxiedTransport example in xmlrpc.client documentation
2016-10-09 18:18:21 +03:00
Serhiy Storchaka
22d60d62e6
Issue #28379 : Removed redundant check.
...
Patch by Xiang Zhang.
2016-10-09 15:37:43 +03:00
INADA Naoki
0ad475e9b9
Fixed wrong issue number in NEWS
2016-10-09 14:54:12 +09:00
INADA Naoki
3b8c547489
Fixed wrong issue number in NEWS
2016-10-09 14:53:44 +09:00
INADA Naoki
ca2f0d06f1
Issue #26801 : Added C implementation of asyncio.Future.
...
Original patch by Yury Selivanov.
2016-10-09 14:51:36 +09:00
INADA Naoki
9e4e38ecd2
Issue #26801 : Added C implementation of asyncio.Future.
...
Original patch by Yury Selivanov.
2016-10-09 14:44:47 +09:00
Guido van Rossum
a774a6bd82
Merge further typing.py changes from upstream. (merge 3.6->3.7)
2016-10-08 20:28:16 -07:00
Guido van Rossum
518599b24c
Merge further typing.py changes from upstream. (merge 3.5->3.6)
2016-10-08 20:27:55 -07:00
Guido van Rossum
e259267e52
Merge further typing.py changes from upstream.
2016-10-08 20:27:22 -07:00
Guido van Rossum
40dd8e0a1d
null merge
2016-10-08 20:14:04 -07:00
Guido van Rossum
35e27db007
null merge
2016-10-08 20:13:45 -07:00
Guido van Rossum
7b2aa2e87c
Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388 )
2016-10-08 20:12:54 -07:00
Guido van Rossum
a659be046a
Issue #28388 : update typing module documentation. (merge 3.6->3.7)
2016-10-08 20:10:27 -07:00
Guido van Rossum
b258db9840
Issue #28388 : update typing module documentation. (merge 3.5->3.6)
2016-10-08 20:09:56 -07:00
Guido van Rossum
deed0c797c
Issue #28388 : update typing module documentation.
2016-10-08 20:06:56 -07:00
Serhiy Storchaka
74a7e3b981
Merge from 3.6.
2016-10-08 22:48:07 +03:00
Serhiy Storchaka
21d9f10c94
Merge from 3.5.
2016-10-08 22:46:01 +03:00
Serhiy Storchaka
9c0e1f83af
Issue #28379 : Added sanity checks and tests for PyUnicode_CopyCharacters().
...
Patch by Xiang Zhang.
2016-10-08 22:45:38 +03:00
Steve Dower
9ffb5d7828
Issue #28162 : Fixes Ctrl+Z handling in console readall()
2016-10-08 12:37:57 -07:00
Steve Dower
c6f9b2b7f5
Issue #28162 : Fixes Ctrl+Z handling in console readall()
2016-10-08 12:37:33 -07:00