COMMITS
/ Objects/unicodeobject.c 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
December 15, 2016
X
Merge 3.6.
Xavier de Gaye committed
X
Issue #26919: On Android, operating system data is now always encoded/decoded
Xavier de Gaye committed
December 5, 2016
S
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka committed
S
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka committed
S
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
November 23, 2016
S
Issue #28774: Simplified encoding a str result of an error handler in ASCII
Serhiy Storchaka committed
X
Issue #28774: Fix start/end pos in unicode_encode_ucs1().
Xiang Zhang committed
November 21, 2016
S
Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().
Serhiy Storchaka committed
S
Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().
Serhiy Storchaka committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
Serhiy Storchaka committed
S
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
Serhiy Storchaka committed