COMMITS
/ Objects/unicodeobject.c 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
May 17, 2019
Z
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz committed
May 6, 2019
Z
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz committed
May 2, 2019
V
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Victor Stinner committed
V
bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)
Victor Stinner committed
V
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
Victor Stinner committed
April 12, 2019
V
bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803)
Victor Stinner committed
March 30, 2019
S
bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603)
Serhiy Storchaka committed
March 20, 2019
S
bpo-36312: Fix decoders for some code pages. (GH-12369)
Serhiy Storchaka committed
March 19, 2019
V
bpo-36356: Release Unicode interned strings on Valgrind (#12431)
Victor Stinner committed
V
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
Victor Stinner committed
March 18, 2019
I
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki committed
January 22, 2019
V
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
Victor Stinner committed
V
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner committed
January 12, 2019
S
bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276)
Serhiy Storchaka committed
January 7, 2019
X
bpo-35560: Remove assertion from format(float, "n") (GH-11288)
Xtreak committed
January 2, 2019
A
bpo-35636: Remove redundant check in unicode_hash(). (GH-11402)
animalize committed
December 11, 2018
S
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Serhiy Storchaka committed
December 4, 2018
S
bpo-35365: Use a wchar_t* buffer in the code page decoder. (GH-10837)
Serhiy Storchaka committed
December 3, 2018
S
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
Serhiy Storchaka committed
November 28, 2018
V
bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759)
Victor Stinner committed
November 27, 2018
V
bpo-33954: Fix compiler warning in _PyUnicode_FastFill() (GH-10737)
Victor Stinner committed
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
November 26, 2018
V
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)
Victor Stinner committed
November 22, 2018
V
bpo-35059: Cast void* to PyObject* (GH-10650)
Victor Stinner committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 13, 2018
G
bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506)
Gregory P. Smith committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 6, 2018
V
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 26, 2018
V
bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108)
Victor Stinner committed
October 23, 2018
S
bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (GH-2599)
Serhiy Storchaka committed
October 8, 2018
E
Add missing closing quote and trailing period in str.isidentifier() docstring (GH-9756)
Emanuele Gaifas committed
S
bpo-33014: Clarify str.isidentifier docstring (GH-6088)
Sanyam Khurana committed
September 11, 2018
V
Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)
Victor Stinner committed
September 7, 2018
V
bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)
Victor Stinner committed
August 29, 2018
V
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner committed
V
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner committed
August 19, 2018
A
bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823)
Alexey Izbyshev committed