Commits
User selector
Commit History
Commits on Feb 11, 2022
bpo-45490: Rename static inline functions (GH-31217)
Show description for e0bcfd0authored
Commits on Dec 9, 2021
bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)
Show description for 73325bbauthored
Commits on Dec 3, 2021
bpo-45885: Specialize COMPARE_OP (GH-29734)
Show description for 03768c4authored
Commits on Oct 14, 2021
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944)
Show description for 39aa983authoredbpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939)
Show description for c96d154authored
Commits on Oct 11, 2021
Commits on Sep 21, 2021
[codemod] Fix non-matching bracket pairs (GH-28473)
Show description for 8f943caauthored
Commits on May 7, 2021
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Show description for 9ad8f10authored
Commits on Feb 5, 2021
Commits on Jan 31, 2021
Commits on Oct 19, 2020
Commits on Jul 23, 2020
Commits on Jul 10, 2020
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Show description for 4c8f09dauthored
Commits on Jul 5, 2020
- authored
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
Show description for 13c90e8authored
Commits on Jun 30, 2020
Commits on Jun 29, 2020
Commits on Jun 27, 2020
bpo-41123: Remove Py_UNICODE_str* functions (GH-21164)
Show description for 20a7902authored
Commits on Jun 17, 2020
- authored
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Show description for 2c4928dauthored
Commits on Jun 1, 2020
Commits on May 13, 2020
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
Show description for d6fb53fauthored
Commits on May 12, 2020
Commits on Apr 1, 2020
bpo-40130: _PyUnicode_AsKind() should not be exported. (GH-19265)
Show description for 17b4733authored
Commits on Mar 14, 2020
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
Show description for 3a8c562authoredbpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
Show description for c7ad974andauthored
Commits on Oct 7, 2019
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
Show description for 6876257authored
Commits on May 28, 2019
- authored andcommitted
Commits on Mar 19, 2019
bpo-36356: Release Unicode interned strings on Valgrind (#12431)
Show description for fecc4f2authored
Commits on Mar 18, 2019
Commits on Nov 26, 2018
bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680)
Show description for 75e4699authored
Loading