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
/
Include
/
cpython
/
unicodeobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-4/+13
*
PyUnicode_KIND() uses _Py_RVALUE() (#100060)
Victor Stinner
2022-12-06
1
-1/+1
*
gh-89653: PEP 670: Convert macros to functions (#99843)
Victor Stinner
2022-11-28
1
-2/+0
*
gh-99706: unicodeobject: Fix padding in `PyASCIIObject.state` (GH-99707)
David Hewitt
2022-11-24
1
-1/+1
*
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#...
Nikita Sobolev
2022-10-30
1
-1/+1
*
gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)
Victor Stinner
2022-06-13
1
-46/+14
*
gh-92536: Mark PyUnicode_READY() argument as unused (#93011)
Wenzel Jakob
2022-05-23
1
-2/+2
*
gh-89653: Add assertions on PyUnicode_READ() index (#92883)
Victor Stinner
2022-05-17
1
-1/+9
*
gh-89653: PEP 670: Fix PyUnicode_READ() cast (#92872)
Victor Stinner
2022-05-17
1
-1/+2
*
gh-92781: Avoid mixing declarations and code in C API (#92783)
Victor Stinner
2022-05-15
1
-2/+5
*
gh-85858: Remove PyUnicode_InternImmortal() function (#92579)
Victor Stinner
2022-05-13
1
-10/+3
*
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner
2022-05-13
1
-2/+2
*
gh-89653: PEP 670: Convert PyUnicode_KIND() macro to function (#92705)
Victor Stinner
2022-05-13
1
-1/+15
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
1
-219/+14
*
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)
Victor Stinner
2022-05-11
1
-6/+12
*
gh-89653: Add assertions to unicodeobject.h functions (#92692)
Victor Stinner
2022-05-11
1
-2/+8
*
gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#92648)
Victor Stinner
2022-05-11
1
-48/+66
*
gh-91321: Add _Py_NULL macro (#92253)
Victor Stinner
2022-05-03
1
-3/+3
*
gh-91320: Fix more old-style cast warnings in C++ (#92247)
Victor Stinner
2022-05-03
1
-15/+16
*
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Victor Stinner
2022-05-03
1
-3/+3
*
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Victor Stinner
2022-04-27
1
-3/+6
*
gh-89653: PEP 670: Functions don't cast pointers (#91697)
Victor Stinner
2022-04-25
1
-17/+47
*
gh-80527: Deprecate PEP 623 Unicode functions (#91801)
Victor Stinner
2022-04-22
1
-5/+11
*
gh-89653: Add assertions to unicodeobject.h functions (#91800)
Victor Stinner
2022-04-21
1
-0/+7
*
gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#91799)
Victor Stinner
2022-04-21
1
-18/+44
*
gh-89653: PEP 670: Group deprecated API in unicodeobject.h (#91796)
Victor Stinner
2022-04-21
1
-56/+58
*
gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#91773)
Victor Stinner
2022-04-21
1
-57/+74
*
gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#91705)
Victor Stinner
2022-04-21
1
-41/+61
*
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
Victor Stinner
2022-03-31
1
-33/+34
*
bpo-45490: Rename static inline functions (GH-31217)
Victor Stinner
2022-02-11
1
-2/+2
*
bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)
Victor Stinner
2021-12-09
1
-0/+4
*
bpo-45885: Specialize COMPARE_OP (GH-29734)
Dennis Sweeney
2021-12-03
1
-0/+3
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
1
-0/+10
*
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...
Serhiy Storchaka
2021-10-14
1
-1/+9
*
bpo-41123: Remove Py_UNICODE_COPY() and Py_UNICODE_FILL() (GH-28887)
Victor Stinner
2021-10-11
1
-13/+0
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
1
-1/+1
*
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki
2021-05-07
1
-140/+5
*
bpo-35295: Remove outdated comment. (GH-24453)
Inada Naoki
2021-02-05
1
-7/+0
*
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...
Serhiy Storchaka
2021-01-31
1
-1/+1
*
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
Alex Gaynor
2020-10-19
1
-20/+0
*
bpo-41366: Fix clang warning for sign conversion (GH-21592)
Henry Schreiner
2020-07-23
1
-1/+1
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
1
-1/+3
*
bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)
Serhiy Storchaka
2020-07-05
1
-1/+1
*
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
Inada Naoki
2020-07-05
1
-2/+2
*
bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)
Serhiy Storchaka
2020-06-30
1
-0/+5
*
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Inada Naoki
2020-06-30
1
-8/+0
*
bpo-41123: Remove PyUnicode_GetMax() (GH-21192)
Inada Naoki
2020-06-29
1
-3/+0
*
bpo-41123: Remove Py_UNICODE_str* functions (GH-21164)
Inada Naoki
2020-06-27
1
-37/+0
*
bpo-36346: Make unicodeobject.h C89 compatible (GH-20934)
Inada Naoki
2020-06-17
1
-1/+2
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-17
1
-23/+23
[next]