COMMITS
/ Objects/unicodeobject.c May 13, 2020
V
bpo-40521: Add PyInterpreterState.unicode (GH-20081)
Victor Stinner committed
V
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
Victor Stinner committed
May 12, 2020
S
S
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
Serhiy Storchaka committed
May 5, 2020
V
bpo-40521: Disable Unicode caches in isolated subinterpreters (GH-19933)
Victor Stinner committed
April 22, 2020
S
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
sweeneyde committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
April 13, 2020
V
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner committed
April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
April 11, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
Serhiy Storchaka committed
April 8, 2020
V
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner committed
April 7, 2020
V
bpo-37388: Don't check encoding/errors during finalization (GH-19409)
Victor Stinner committed
April 1, 2020
S
bpo-40130: _PyUnicode_AsKind() should not be exported. (GH-19265)
Serhiy Storchaka committed
March 14, 2020
I
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
Inada Naoki committed
I
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
Inada Naoki committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
February 27, 2020
I
bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327)
Inada Naoki committed
February 21, 2020
A
closes bpo-39684: Combine two if/thens and squash uninit var warning. (GH-18565)
Andy Lester committed
February 17, 2020
H
bpo-39500: Fix compile warnings in unicodeobject.c (GH-18519)
Hai Shi committed
February 12, 2020
V
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Victor Stinner committed
B
bpo-39605: Remove a cast that causes a warning. (GH-18473)
Benjamin Peterson committed
A
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
V
bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397)
Victor Stinner committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner committed
V
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner committed
February 5, 2020
V
Add PyInterpreterState.fs_codec.utf8 (GH-18367)
Victor Stinner committed
February 3, 2020
V
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner committed
January 30, 2020
V
bpo-38631: Avoid Py_FatalError() in unicodeobject.c (GH-18281)
Victor Stinner committed
December 2, 2019
P
Fix compiler warning in Objects/unicodeobject.c (GH-17440)
Pablo Galindo committed
November 23, 2019
V
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
Victor Stinner committed
November 22, 2019
V
bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)
Victor Stinner committed
October 30, 2019
S
bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)
Serhiy Storchaka committed
October 9, 2019
Z
bpo-38409: Fix grammar in str.strip() docstring (GH-16682)
Zachary Ware committed
October 7, 2019
V
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
Victor Stinner committed
October 2, 2019
V
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner committed
September 23, 2019
V
bpo-38236: Dump path config at first import error (GH-16300)
Victor Stinner committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
August 27, 2019
R
Fix unused variable and signed/unsigned warnings (GH-15537)
Raymond Hettinger committed
August 21, 2019
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 25, 2019
V
bpo-37388: Add PyUnicode_Decode(str, 0) fast-path (GH-14385)
Victor Stinner committed
V
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner committed
S
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
Serhiy Storchaka committed
June 24, 2019
I
bpo-37348: optimize decoding ASCII string (GH-14283)
Inada Naoki committed
June 19, 2019
V
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 29, 2019
I
remove unnecessary tp_dealloc (GH-13647)
Inada Naoki committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed