index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
unicodeobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (G...
Miss Islington (bot)
2021-03-29
1
-4/+5
*
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...
Miss Skeleton (bot)
2020-10-18
1
-1/+1
*
[3.8] bpo-41909: Enable previously disabled recursion checks. (GH-22536) (GH-...
Serhiy Storchaka
2020-10-04
1
-2/+0
*
bpo-39605: Remove a cast that causes a warning. (GH-18473)
Miss Islington (bot)
2020-02-12
1
-1/+1
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Miss Islington (bot)
2020-02-12
1
-15/+15
*
[3.8] bpo-36389: Backport debug enhancements from master (GH-16796)
Victor Stinner
2019-10-15
1
-42/+42
*
bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684)
Miss Islington (bot)
2019-10-09
1
-2/+2
*
bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)
Victor Stinner
2019-09-23
1
-8/+11
*
[3.8] bpo-37206: Unrepresentable default values no longer represented as None...
Serhiy Storchaka
2019-09-14
1
-5/+5
*
Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551)
Miss Islington (bot)
2019-08-27
1
-0/+6
*
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...
Miss Islington (bot)
2019-08-21
1
-6/+10
*
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
Miss Islington (bot)
2019-06-25
1
-3/+7
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-6/+6
*
remove unnecessary tp_dealloc (GH-13647)
Inada Naoki
2019-05-29
1
-7/+1
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-31/+31
*
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz
2019-05-17
1
-1/+2
*
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz
2019-05-06
1
-3/+3
*
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Victor Stinner
2019-05-02
1
-72/+242
*
bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)
Victor Stinner
2019-05-02
1
-0/+97
*
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
Victor Stinner
2019-05-02
1
-2/+2
*
bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803)
Victor Stinner
2019-04-12
1
-49/+44
*
bpo-36549: str.capitalize now titlecases the first character instead of upper...
Kingsley M
2019-04-12
1
-1/+1
*
bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603)
Serhiy Storchaka
2019-03-30
1
-0/+3
*
bpo-36312: Fix decoders for some code pages. (GH-12369)
Serhiy Storchaka
2019-03-20
1
-5/+16
*
bpo-36356: Release Unicode interned strings on Valgrind (#12431)
Victor Stinner
2019-03-19
1
-15/+42
*
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
Victor Stinner
2019-03-19
1
-2/+11
*
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki
2019-03-18
1
-102/+0
*
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
Victor Stinner
2019-01-22
1
-1/+0
*
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner
2019-01-22
1
-14/+18
*
bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_Fro...
Serhiy Storchaka
2019-01-12
1
-3/+9
*
bpo-35560: Remove assertion from format(float, "n") (GH-11288)
Xtreak
2019-01-07
1
-1/+1
*
bpo-35636: Remove redundant check in unicode_hash(). (GH-11402)
animalize
2019-01-02
1
-10/+1
*
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...
Serhiy Storchaka
2018-12-11
1
-2/+3
*
bpo-35365: Use a wchar_t* buffer in the code page decoder. (GH-10837)
Serhiy Storchaka
2018-12-04
1
-60/+52
*
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
Serhiy Storchaka
2018-12-03
1
-5/+4
*
bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759)
Victor Stinner
2018-11-28
1
-7/+5
*
bpo-33954: Fix compiler warning in _PyUnicode_FastFill() (GH-10737)
Victor Stinner
2018-11-27
1
-1/+4
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-1/+1
*
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)
Victor Stinner
2018-11-26
1
-98/+165
*
bpo-35059: Cast void* to PyObject* (GH-10650)
Victor Stinner
2018-11-22
1
-3/+6
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
1
-0/+1
*
bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506)
Gregory P. Smith
2018-11-13
1
-1/+1
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner
2018-11-06
1
-0/+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108)
Victor Stinner
2018-10-26
1
-36/+40
*
bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (...
Serhiy Storchaka
2018-10-23
1
-123/+121
*
Add missing closing quote and trailing period in str.isidentifier() docstring...
Emanuele Gaifas
2018-10-08
1
-2/+2
*
bpo-33014: Clarify str.isidentifier docstring (GH-6088)
Sanyam Khurana
2018-10-08
1
-3/+3
*
Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)
Victor Stinner
2018-09-11
1
-52/+53
[next]