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 |
Steve Dower
|
2943784d7e
|
Merge with 3.6
|
2016-10-08 12:24:37 -07:00 |
Steve Dower
|
ea200dba82
|
Add proper credit to NEWS file.
|
2016-10-08 12:24:30 -07:00 |
Steve Dower
|
1a3d50179b
|
Issue #28333: Remove unnecessary increment.
|
2016-10-08 12:21:00 -07:00 |
Steve Dower
|
59bd34fa8a
|
Issue #28333: Remove unnecessary increment.
|
2016-10-08 12:20:45 -07:00 |
Steve Dower
|
55d2ba74e2
|
Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun)
|
2016-10-08 12:18:28 -07:00 |
Steve Dower
|
3cd187b9f5
|
Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun)
|
2016-10-08 12:18:16 -07:00 |
Serhiy Storchaka
|
0ce1bf43bc
|
Merge from 3.6.
|
2016-10-08 22:07:45 +03:00 |
Serhiy Storchaka
|
c3215f530f
|
Merge from 3.5.
|
2016-10-08 22:06:52 +03:00 |
Serhiy Storchaka
|
48b1c3fcfc
|
Issue #28376: The type of long range iterator is now registered as Iterator.
Patch by Oren Milman.
|
2016-10-08 22:04:12 +03:00 |
Serhiy Storchaka
|
df53392f0d
|
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.
|
2016-10-08 22:01:18 +03:00 |
Serhiy Storchaka
|
aa078674e0
|
Merge with 3.6.
|
2016-10-08 21:52:41 +03:00 |
Serhiy Storchaka
|
c7f490c8b1
|
Issue #28376: Creating instances of range_iterator by calling range_iterator
type now is deprecated. Patch by Oren Milman.
|
2016-10-08 21:50:45 +03:00 |
Serhiy Storchaka
|
639098c591
|
Merge from 3.5.
|
2016-10-08 21:45:07 +03:00 |
Serhiy Storchaka
|
44759bcf13
|
Issue #28376: The constructor of range_iterator now checks that step is not 0.
Patch by Oren Milman.
|
2016-10-08 21:43:11 +03:00 |
Serhiy Storchaka
|
1d56113ed7
|
Merge from 3.6.
|
2016-10-08 21:35:07 +03:00 |
Serhiy Storchaka
|
88212ae10a
|
Merge from 3.5.
|
2016-10-08 21:34:44 +03:00 |
Serhiy Storchaka
|
3bd9fde4df
|
Issue #28376: Fixed typos.
Based on patch by Oren Milman.
|
2016-10-08 21:33:59 +03:00 |
Serhiy Storchaka
|
f2abc8f2c2
|
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
Patch by Eryk Sun.
|
2016-10-08 20:17:26 +03:00 |
Serhiy Storchaka
|
2674bc7229
|
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
Patch by Eryk Sun.
|
2016-10-08 20:16:57 +03:00 |
Berker Peksag
|
bbc638cd55
|
Issue #28390: Merge from 3.6
|
2016-10-08 16:15:38 +03:00 |
Berker Peksag
|
3e49264dfb
|
Issue #28390: Fix header levels in whatsnew/3.6.rst
Patch by SilentGhost.
|
2016-10-08 16:15:15 +03:00 |
Serhiy Storchaka
|
9b02731af7
|
Issue #28317: The disassembler now decodes FORMAT_VALUE argument.
|
2016-10-08 12:34:59 +03:00 |
Serhiy Storchaka
|
dd102f7af8
|
Issue #28317: The disassembler now decodes FORMAT_VALUE argument.
|
2016-10-08 12:34:25 +03:00 |
Serhiy Storchaka
|
a94ed55dbd
|
Issue #26906: Resolving special methods of uninitialized type now causes
implicit initialization of the type instead of a fail.
|
2016-10-08 12:28:25 +03:00 |
Serhiy Storchaka
|
56588b7055
|
Issue #26906: Resolving special methods of uninitialized type now causes
implicit initialization of the type instead of a fail.
|
2016-10-08 12:26:25 +03:00 |
Serhiy Storchaka
|
8ef34600c7
|
Issue #26906: Resolving special methods of uninitialized type now causes
implicit initialization of the type instead of a fail.
|
2016-10-08 12:24:09 +03:00 |
Serhiy Storchaka
|
250cf81f4a
|
Issue #25783: Fixed test_traceback when run directly (without regrtest).
|
2016-10-07 23:47:17 +03:00 |
Serhiy Storchaka
|
2b801456fb
|
Issue #25783: Fixed test_traceback when run directly (without regrtest).
|
2016-10-07 23:46:22 +03:00 |
Serhiy Storchaka
|
1c1130fb5f
|
Issue #25783: Fixed test_traceback when run directly (without regrtest).
|
2016-10-07 23:45:42 +03:00 |
Serhiy Storchaka
|
4c1bb39dc9
|
Null merge
|
2016-10-07 23:34:12 +03:00 |
Serhiy Storchaka
|
1d7d6221e5
|
Null merge
|
2016-10-07 23:33:55 +03:00 |
Serhiy Storchaka
|
5665301bae
|
Issue #28257: Improved error message when pass a non-mapping as a var-keyword
argument.
|
2016-10-07 23:32:41 +03:00 |