Serhiy Storchaka
|
c26b19d5c7
|
Expand the PySlice_GetIndicesEx macro. (#1023) (#1044)
(cherry picked from commit b879fe82e7)
|
2017-04-08 11:18:14 +03:00 |
|
Serhiy Storchaka
|
3d258b1eb4
|
bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709) (#723)
(cherry picked from commit 6b5a9ec478)
|
2017-03-19 21:06:29 +02:00 |
|
Xiang Zhang
|
faa2cc63e4
|
bpo-28856: Let %b format for bytes support objects that follow the buffer protocol (GH-664)
|
2017-03-14 15:27:01 +08:00 |
|
Xiang Zhang
|
df6d7b406f
|
[3.6] bpo-29714: Fix a regression that bytes format may fail when containing zero bytes inside. (GH-504)
|
2017-03-06 18:17:10 +08:00 |
|
INADA Naoki
|
a634e23209
|
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
|
2017-01-06 17:32:01 +09:00 |
|
Serhiy Storchaka
|
025f8953f1
|
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
form.
|
2016-12-17 22:13:05 +02:00 |
|
Serhiy Storchaka
|
b1a1619bf0
|
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
form.
|
2016-12-17 21:48:03 +02: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 |
|
Berker Peksag
|
7b4bcd2004
|
Issue #25270: Merge from 3.5
|
2016-09-16 17:32:06 +03:00 |
|
Berker Peksag
|
4a72a7b6c4
|
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
|
2016-09-16 17:31:06 +03:00 |
|
Christian Heimes
|
f051e43b22
|
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
|
2016-09-13 20:22:02 +02:00 |
|
Benjamin Peterson
|
621b430a14
|
remove all usage of Py_LOCAL
|
2016-09-09 13:54:34 -07:00 |
|
R David Murray
|
110b6fecbb
|
#27364: Deprecate invalid escape strings in str/byutes.
Patch by Emanuel Barry, reviewed by Serhiy Storchaka and Martin Panter.
|
2016-09-08 15:34:08 -04:00 |
|
Raymond Hettinger
|
15f44ab043
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
2016-08-30 10:47:49 -07:00 |
|
Martin Panter
|
1b6c6da85d
|
Issue #27506: Support bytes/bytearray.translate() delete as keyword argument
Patch by Xiang Zhang.
|
2016-08-27 08:35:02 +00:00 |
|
Serhiy Storchaka
|
eb24988962
|
Issue #27704: Optimized creating bytes and bytearray from byte-like objects
and iterables. Speed up to 3 times for short objects. Original patch by
Naoki Inada.
|
2016-08-15 09:46:07 +03:00 |
|
Serhiy Storchaka
|
ca0da9b0a3
|
Issue #27473: Fixed possible integer overflow in bytes and bytearray
concatenations. Patch by Xiang Zhang.
|
2016-07-10 20:51:35 +03:00 |
|
Serhiy Storchaka
|
06cfb0cd70
|
Issue #27473: Fixed possible integer overflow in bytes and bytearray
concatenations. Patch by Xiang Zhang.
|
2016-07-10 20:48:43 +03:00 |
|
Serhiy Storchaka
|
f54d7811c3
|
Issue #27460: Unified error messages in bytes constructor for integers
in and out of the Py_ssize_t range. Patch by Xiang Zhang.
|
2016-07-06 21:39:44 +03:00 |
|
Serhiy Storchaka
|
e09132f2c7
|
Backed out changeset b0087e17cd5e (issue #26765)
For unknown reasons it perhaps caused a crash on 32-bit Windows (issue #).
|
2016-07-03 13:57:48 +03:00 |
|
Serhiy Storchaka
|
355048970b
|
Issue #26765: Moved wrappers for bytes and bytearray methods to common header
file.
|
2016-07-01 17:57:30 +03:00 |
|
Serhiy Storchaka
|
0855e706aa
|
Issue #27007: The fromhex() class methods of bytes and bytearray subclasses
now return an instance of corresponding subclass.
|
2016-07-01 17:22:31 +03:00 |
|
Martin Panter
|
e514093a2f
|
Issue #27125: Merge typo fixes from 3.5
|
2016-05-30 05:24:49 +00:00 |
|
Martin Panter
|
a90a4a9651
|
Issue #27125: Remove duplicated words from documentation and comments
|
2016-05-30 04:04:50 +00:00 |
|
Serhiy Storchaka
|
fb81d3cbe7
|
Issue #26765: Moved common code for the replace() method of bytes and bytearray
to a template file.
|
2016-05-05 09:26:07 +03:00 |
|