Yury Selivanov
|
cb4f0c53ff
|
Merge 3.6 (issue #28613)
|
2016-11-07 19:01:27 -05:00 |
|
Yury Selivanov
|
1994dd360b
|
Merge 3.5 (issue #28613)
|
2016-11-07 19:01:14 -05:00 |
|
Yury Selivanov
|
6ea2b8fc8b
|
Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop()
|
2016-11-07 19:00:46 -05:00 |
|
Eric V. Smith
|
9a8e569865
|
Merge from 3.6.
|
2016-11-07 17:57:48 -05:00 |
|
Eric V. Smith
|
9b88fdf4f0
|
Fixed issue #28633: segfault when concatenating bytes literal and f-string.
|
2016-11-07 17:54:01 -05:00 |
|
Yury Selivanov
|
884edfcc83
|
Merge 3.6 (issue #28634)
|
2016-11-07 16:07:58 -05:00 |
|
Yury Selivanov
|
6130c0271f
|
Merge 3.5 (issue #28634)
|
2016-11-07 16:07:30 -05:00 |
|
Yury Selivanov
|
49d6b8c0c3
|
Issue #28634: Fix asyncio.isfuture() to support mocks
|
2016-11-07 16:00:50 -05:00 |
|
Steve Dower
|
257a4c1503
|
Closes #27781: Removes special cases for the experimental aspect of PEP 529
|
2016-11-06 19:35:24 -08:00 |
|
Steve Dower
|
78057b4159
|
Closes #27781: Removes special cases for the experimental aspect of PEP 529
|
2016-11-06 19:35:08 -08:00 |
|
Guido van Rossum
|
a80b9c51e1
|
issue #28622: Remove redundant variable annotation test from test_grammar. Ivan L. (3.6->3.7)
|
2016-11-06 18:26:08 -08:00 |
|
Guido van Rossum
|
f570d0f117
|
issue #28622: Remove redundant variable annotation test from test_grammar. Ivan L.
|
2016-11-06 18:25:39 -08:00 |
|
Serhiy Storchaka
|
85bcf37e15
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
StopIteration with value. More safely handle non-normalized exceptions
in -_PyGen_FetchStopIterationValue.
|
2016-11-06 18:47:35 +02:00 |
|
Serhiy Storchaka
|
60e49aa756
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
StopIteration with value. More safely handle non-normalized exceptions
in -_PyGen_FetchStopIterationValue.
|
2016-11-06 18:47:03 +02:00 |
|
Serhiy Storchaka
|
24411f8a8d
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
StopIteration with value. More safely handle non-normalized exceptions
in -_PyGen_FetchStopIterationValue.
|
2016-11-06 18:44:42 +02:00 |
|
Jason R. Coombs
|
692b97c848
|
Merge with 3.6
|
2016-11-06 11:27:50 -05:00 |
|
Jason R. Coombs
|
1c92a76a69
|
Update test_no_escapes_for_braces to clarify behavior with a docstring and expressions that clearly are not evaluated.
|
2016-11-06 11:25:54 -05:00 |
|
Jason R. Coombs
|
32d93b2dc8
|
Merge with 3.6
|
2016-11-06 11:16:42 -05:00 |
|
Jason R. Coombs
|
da25abf712
|
Additionally show that a backslash-escaped opening brace is treated as a literal and thus triggers the single closing brace error, clarifying #28590.
|
2016-11-06 11:14:48 -05:00 |
|
Jason R. Coombs
|
45cab8ccdd
|
Add an additional test with a newline, one that's very similar to test_parens_in_expressions, but because the newline is not a literal newline, but a backslash en, this error is triggered.
|
2016-11-06 11:01:08 -05:00 |
|
Serhiy Storchaka
|
f0b311bd73
|
Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
PyDict_GetItemWithError(). Patch by Xiang Zhang.
|
2016-11-06 13:18:24 +02:00 |
|
Yury Selivanov
|
69312fa4a2
|
Merge 3.5 (issue #28613)
|
2016-11-04 14:30:11 -04:00 |
|
Yury Selivanov
|
600a349781
|
Issue #28613: Fix get_event_loop() to return the current loop
when called from coroutines or callbacks.
|
2016-11-04 14:29:28 -04:00 |
|
Yury Selivanov
|
a6fbcd19ac
|
Merge 3.5 (issue #28600)
|
2016-11-03 15:10:11 -07:00 |
|
Yury Selivanov
|
491a912659
|
Issue #28600: Optimize loop.call_soon().
Run expensive type checks only in debug mode. In addition, stop
supporting passing handles to loop.run_in_executor.
|
2016-11-03 15:09:24 -07:00 |
|
Donald Stufft
|
c96b8fcf25
|
Allow ensurepip even when ssl is unavailable
|
2016-11-02 20:32:37 -04:00 |
|
INADA Naoki
|
93f26f794d
|
Issue #28583: PyDict_SetDefault didn't combine split table when needed.
Patch by Xiang Zhang.
|
2016-11-02 18:45:16 +09:00 |
|
Eric V. Smith
|
5646648678
|
Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6.
|
2016-10-31 14:46:26 -04:00 |
|
Serhiy Storchaka
|
88b2219358
|
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
given empty data twice. Patch by Benjamin Fogle.
|
2016-10-31 08:31:13 +02:00 |
|
Serhiy Storchaka
|
04f17f103a
|
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
given empty data twice. Patch by Benjamin Fogle.
|
2016-10-31 08:30:09 +02:00 |
|
Serhiy Storchaka
|
13c8f3266a
|
Update the f-string test broken in issue #28385.
|
2016-10-31 08:13:00 +02:00 |
|
Serhiy Storchaka
|
c4a35daa97
|
Issue #28541: Improve test coverage for encoding detection in json library.
Original patch by Eric Appelt.
|
2016-10-30 23:00:01 +02:00 |
|
Serhiy Storchaka
|
2f4453eff8
|
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
file with compression before trying to open it without compression. Otherwise
it had 50% chance failed with ignore_zeros=True.
|
2016-10-30 20:56:23 +02:00 |
|
Serhiy Storchaka
|
a89d22aff3
|
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
file with compression before trying to open it without compression. Otherwise
it had 50% chance failed with ignore_zeros=True.
|
2016-10-30 20:52:29 +02:00 |
|
Serhiy Storchaka
|
7984bff52a
|
Issue #28385: An error message when non-empty format spec is passed to
object.__format__ now contains the name of actual type.
|
2016-10-30 19:37:46 +02:00 |
|
Serhiy Storchaka
|
d1af5effc2
|
Issue #28385: An error message when non-empty format spec is passed to
object.__format__ now contains the name of actual type.
|
2016-10-30 19:33:54 +02:00 |
|
Serhiy Storchaka
|
a1fd5e4bc7
|
- Issue #23262: The webbrowser module now supports Firefox 36+ and derived
browsers. Based on patch by Oleg Broytman.
|
2016-10-30 19:21:10 +02:00 |
|
Serhiy Storchaka
|
c9b750d249
|
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
browsers. Based on patch by Oleg Broytman.
|
2016-10-30 19:16:33 +02:00 |
|
Serhiy Storchaka
|
b7d14a09c2
|
Merge from 3.5.
|
2016-10-30 17:25:45 +02:00 |
|
Serhiy Storchaka
|
0438683939
|
Backed out changeset 9f7505019767 (issue #27275).
|
2016-10-30 17:17:24 +02:00 |
|
Raymond Hettinger
|
77d574d4ae
|
Issue #18844: Strengthen tests to include a case with unequal weighting
|
2016-10-29 17:42:36 -07:00 |
|
Raymond Hettinger
|
30d00e54dd
|
Issue #18844: Make the various ways for specifing weights produce the same results.
|
2016-10-29 16:55:36 -07:00 |
|
Guido van Rossum
|
ab5cf4da4e
|
Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) (3.5->3.6)
|
2016-10-29 16:05:27 -07:00 |
|
Guido van Rossum
|
62fe1bb983
|
Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]())
|
2016-10-29 16:05:26 -07:00 |
|
Guido van Rossum
|
c6c1c6ef79
|
Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) (3.5->3.6)
|
2016-10-29 12:44:30 -07:00 |
|
Guido van Rossum
|
b7dedc89f1
|
Issue #28556: updates to typing.py (fix copy, deepcopy, pickle)
|
2016-10-29 12:44:29 -07:00 |
|
Guido van Rossum
|
868147b0a6
|
Issue #28556: updates to typing.py (3.5->3.6)
|
2016-10-29 08:54:57 -07:00 |
|
Guido van Rossum
|
5fc25a873c
|
Issue #28556: updates to typing.py
|
2016-10-29 08:54:56 -07:00 |
|
Steve Dower
|
1da055ee0d
|
Makes test_underpth* tests more robust by copying the executable.
|
2016-10-29 08:50:31 -07:00 |
|
Serhiy Storchaka
|
04230c4087
|
Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
PyDict_GetItemWithError(). Patch by Xiang Zhang.
|
2016-11-06 13:19:38 +02:00 |
|