Serhiy Storchaka
|
06515833fe
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
with PyUnicode_AsUTF8 and PyUnicode_AsUTF8AndSize.
|
2016-11-20 09:13:07 +02:00 |
|
Yury Selivanov
|
41782e4970
|
Issue #28721: Fix asynchronous generators aclose() and athrow()
|
2016-11-16 18:16:17 -05:00 |
|
Serhiy Storchaka
|
a83a6a3275
|
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
require ASCII right argument and assert this condition in debug build.
|
2016-11-16 20:02:44 +02:00 |
|
Serhiy Storchaka
|
df66b9c425
|
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
|
2016-11-16 16:12:56 +02:00 |
|
Serhiy Storchaka
|
292dd1b2ad
|
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
|
2016-11-16 16:12:34 +02:00 |
|
Serhiy Storchaka
|
dddec81b2d
|
Issue #21449: Removed private function _PyUnicode_CompareWithId.
|
2016-11-16 15:56:27 +02:00 |
|
Serhiy Storchaka
|
fab6acd9f5
|
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
The latter function is more readable, faster and doesn't raise exceptions.
Based on patch by Xiang Zhang.
|
2016-11-16 15:41:11 +02:00 |
|
Serhiy Storchaka
|
f5894dd646
|
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
The latter function is more readable, faster and doesn't raise exceptions.
Based on patch by Xiang Zhang.
|
2016-11-16 15:40:39 +02:00 |
|
Serhiy Storchaka
|
3b73ea1278
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
The latter function is more readable, faster and doesn't raise exceptions.
|
2016-11-16 10:19:20 +02:00 |
|
Serhiy Storchaka
|
f4934ea77d
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
The latter function is more readable, faster and doesn't raise exceptions.
|
2016-11-16 10:17:58 +02:00 |
|
Serhiy Storchaka
|
babe4f8e5e
|
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters.
|
2016-11-12 14:36:02 +02:00 |
|
Serhiy Storchaka
|
6b4b6e956e
|
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters.
|
2016-11-12 14:35:46 +02:00 |
|
Serhiy Storchaka
|
84293aff9f
|
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters.
|
2016-11-12 14:29:48 +02:00 |
|
Serhiy Storchaka
|
b626643734
|
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters.
|
2016-11-12 14:28:06 +02:00 |
|
Yury Selivanov
|
6c10650617
|
Merge 3.5 (issue #27942)
|
2016-11-09 09:43:08 -05:00 |
|
Yury Selivanov
|
d2fd3599ab
|
ssue #27942: Fix memory leak in codeobject.c
|
2016-11-09 09:42:14 -05:00 |
|
Yury Selivanov
|
29310c47a7
|
Issue #28003: Make WrappedVal, ASend and AThrow GC types
|
2016-11-08 19:46:22 -05:00 |
|
Yury Selivanov
|
49ffdf6bb2
|
Merge 3.5
|
2016-11-08 19:19:52 -05:00 |
|
Yury Selivanov
|
33499b7eed
|
genobject: Remove unnecessary tp_free slots from aiter_wrapper and coro_wrapper
|
2016-11-08 19:19:28 -05:00 |
|
Steve Dower
|
78057b4159
|
Closes #27781: Removes special cases for the experimental aspect of PEP 529
|
2016-11-06 19:35:08 -08:00 |
|
Benjamin Peterson
|
3bd7900155
|
merge 3.5
|
2016-11-06 13:01:15 -08:00 |
|
Benjamin Peterson
|
db87c99444
|
make sure dict view types are initialized
|
2016-11-06 13:01:07 -08: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 |
|
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 |
|