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-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
Miss Islington (bot)
2022-05-02
1
-21/+39
*
gh-91421: Use constant value check during runtime (GH-91422) (GH-91493)
Miss Islington (bot)
2022-04-14
1
-1/+1
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
1
-20/+44
*
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esca...
Serhiy Storchaka
2021-10-14
1
-12/+37
*
[3.9] Fix typos in the Objects directory (GH-28766) (GH-28795)
Christian Clauss
2021-10-07
1
-2/+2
*
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Łukasz Langa
2021-09-22
1
-1/+1
*
[3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (G...
Jakub Kulík
2021-05-21
1
-0/+40
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
Miss Islington (bot)
2021-03-17
1
-4/+5
*
bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-...
Serhiy Storchaka
2021-03-16
1
-0/+6
*
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Miss Islington (bot)
2020-11-18
1
-1/+5
*
Fix typo in unicodeobject.c (GH-23180)
Miss Islington (bot)
2020-11-10
1
-1/+1
*
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...
Miss Skeleton (bot)
2020-10-18
1
-1/+1
*
[3.9] bpo-41909: Enable previously disabled recursion checks. (GH-22536) (GH-...
Serhiy Storchaka
2020-10-04
1
-2/+0
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-18
1
-0/+23
*
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (...
Victor Stinner
2020-05-19
1
-8/+2
*
bpo-40521: Add PyInterpreterState.unicode (GH-20081)
Victor Stinner
2020-05-13
1
-31/+33
*
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
Victor Stinner
2020-05-13
1
-3/+3
*
bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing no...
Serhiy Storchaka
2020-05-12
1
-4/+22
*
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-2...
Serhiy Storchaka
2020-05-12
1
-23/+41
*
bpo-40521: Disable Unicode caches in isolated subinterpreters (GH-19933)
Victor Stinner
2020-05-05
1
-15/+63
*
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
sweeneyde
2020-04-22
1
-0/+57
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-2/+3
*
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner
2020-04-14
1
-4/+4
*
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner
2020-04-13
1
-7/+9
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (...
Serhiy Storchaka
2020-04-12
1
-3/+3
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
1
-133/+162
*
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner
2020-04-08
1
-1/+2
*
bpo-37388: Don't check encoding/errors during finalization (GH-19409)
Victor Stinner
2020-04-07
1
-0/+6
*
bpo-40130: _PyUnicode_AsKind() should not be exported. (GH-19265)
Serhiy Storchaka
2020-04-01
1
-49/+46
*
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
Inada Naoki
2020-03-14
1
-35/+0
*
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
Inada Naoki
2020-03-14
1
-0/+35
*
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester
2020-03-04
1
-2/+2
*
bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327)
Inada Naoki
2020-02-27
1
-25/+73
*
closes bpo-39684: Combine two if/thens and squash uninit var warning. (GH-18565)
Andy Lester
2020-02-21
1
-8/+3
*
bpo-39500: Fix compile warnings in unicodeobject.c (GH-18519)
Hai Shi
2020-02-17
1
-2/+2
*
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Victor Stinner
2020-02-12
1
-1/+1
*
bpo-39605: Remove a cast that causes a warning. (GH-18473)
Benjamin Peterson
2020-02-12
1
-1/+1
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester
2020-02-12
1
-15/+15
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-4/+4
*
bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397)
Victor Stinner
2020-02-11
1
-14/+33
*
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner
2020-02-07
1
-4/+4
*
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner
2020-02-07
1
-2/+2
*
Add PyInterpreterState.fs_codec.utf8 (GH-18367)
Victor Stinner
2020-02-05
1
-46/+47
*
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner
2020-02-03
1
-1/+5
*
bpo-38631: Avoid Py_FatalError() in unicodeobject.c (GH-18281)
Victor Stinner
2020-01-30
1
-23/+28
*
Fix compiler warning in Objects/unicodeobject.c (GH-17440)
Pablo Galindo
2019-12-02
1
-1/+1
*
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
Victor Stinner
2019-11-23
1
-9/+0
*
bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)
Victor Stinner
2019-11-22
1
-16/+19
*
bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)
Serhiy Storchaka
2019-10-30
1
-1/+4
*
bpo-38409: Fix grammar in str.strip() docstring (GH-16682)
Zachary Ware
2019-10-09
1
-2/+2
[next]