COMMITS
/ Objects/unicodeobject.c July 14, 2018
I
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
INADA Naoki committed
June 19, 2018
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 13, 2018
X
bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c (#660)
Xiang Zhang committed
S
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636)
Serhiy Storchaka committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
January 31, 2018
X
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
Xiang Zhang committed
January 27, 2018
I
Fix wrong assert in unicodeobject (GH-5340)
INADA Naoki committed
I
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki committed
January 15, 2018
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
January 11, 2018
V
bpo-29240: Ignore UTF-8 Mode in time module (#5148)
Victor Stinner committed
January 10, 2018
V
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner committed
December 21, 2017
V
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner committed
V
bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
Victor Stinner committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
December 13, 2017
V
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner committed
November 23, 2017
V
bpo-31979: Remove unused align_maxchar() function (#4527)
Victor Stinner committed
November 13, 2017
S
bpo-31979: Simplify transforming decimals to ASCII (#4336)
Serhiy Storchaka committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
November 2, 2017
October 28, 2017
S
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Serhiy Storchaka committed
October 20, 2017
S
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)
Serhiy Storchaka committed
September 15, 2017
B
bpo-31338 (#3374)
Barry Warsaw committed
September 8, 2017
S
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
Serhiy Storchaka committed
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
August 21, 2017
S
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
Stefan Krah committed
July 11, 2017
S
bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (#2623)
Serhiy Storchaka committed
June 28, 2017
S
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka committed
June 27, 2017
S
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Serhiy Storchaka committed
April 20, 2017
S
bpo-29802: Fix reference counting in module-level struct functions (#1213)
Serhiy Storchaka committed
April 8, 2017
S
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka committed
April 5, 2017
L
bpo-29549: Fixes docstring for str.index (#256)
Lisa Roach committed
March 21, 2017
S
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
Serhiy Storchaka committed
March 19, 2017
S
bpo-29116: Improve error message for concatenating str with non-str. (#710)
Serhiy Storchaka committed
March 12, 2017
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed
March 8, 2017
S
Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_FromLong(1). (#567)
Serhiy Storchaka committed
January 24, 2017
M
Fix grammar in doc string, RST markup
Martin Panter committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
January 22, 2017
S
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Serhiy Storchaka committed
January 17, 2017
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
January 16, 2017
I
Issue #20180: forgot to update AC output.
INADA Naoki committed
I
Issue #20180: convert unicode methods to AC.
INADA Naoki committed
January 10, 2017
X
Issue #29145: Merge 3.6.
Xiang Zhang committed
X
Issue #29145: Merge 3.5.
Xiang Zhang committed
X
Issue #29145: Fix overflow checks in str.replace() and str.join().
Xiang Zhang committed
December 22, 2016
X
Issue #29044: Merge 3.6.
Xiang Zhang committed
X
Issue #29044: Merge 3.5.
Xiang Zhang committed
X
Issue #29044: Fix a use-after-free in string '%c' formatter.
Xiang Zhang committed
December 20, 2016
X
Issue #28822: Adjust indices handling of PyUnicode_FindChar().
Xiang Zhang committed