| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-200... | Victor Stinner | 2022-01-06 | 1 | -17/+46 |
|
|
* | [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode... | Serhiy Storchaka | 2021-10-14 | 1 | -20/+44 |
|
|
* | [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc... | Miss Islington (bot) | 2021-10-14 | 1 | -12/+37 |
|
|
* | [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797) | Christian Clauss | 2021-10-07 | 1 | -2/+2 |
|
|
* | [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) | Łukasz Langa | 2021-09-21 | 1 | -1/+1 |
|
|
* | [3.10] Add more const modifiers. (GH-26691). (GH-26692) | Serhiy Storchaka | 2021-06-12 | 1 | -1/+1 |
|
|
* | bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) | Jakub Kulík | 2021-04-30 | 1 | -0/+40 |
|
|
* | bpo-43687: Py_Initialize() creates singletons earlier (GH-25147) | Victor Stinner | 2021-04-02 | 1 | -24/+28 |
|
|
* | bpo-43179: Generalise alignment for optimised string routines (GH-24624) | Jessica Clarke | 2021-03-31 | 1 | -16/+6 |
|
|
* | bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) | Victor Stinner | 2021-03-17 | 1 | -4/+5 |
|
|
* | bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) | Brandt Bucher | 2021-02-26 | 1 | -1/+2 |
|
|
* | bpo-43268: Pass interp rather than tstate to internal functions (GH-24580) | Victor Stinner | 2021-02-19 | 1 | -10/+10 |
|
|
* | bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577) | Victor Stinner | 2021-02-19 | 1 | -1/+1 |
|
|
* | Fix compiler warnings regarding loss of data (GH-23983) | Pablo Galindo | 2020-12-29 | 1 | -1/+1 |
|
|
* | bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953) | Victor Stinner | 2020-12-26 | 1 | -4/+3 |
|
|
* | bpo-40521: Per-interpreter interned strings (GH-20085) | Victor Stinner | 2020-12-26 | 1 | -61/+28 |
|
|
* | bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058) | Victor Stinner | 2020-12-25 | 1 | -23/+62 |
|
|
* | bpo-42431: Fix outdated bytes comments (GH-23458) | Serhiy Storchaka | 2020-12-03 | 1 | -0/+1 |
|
|
* | bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) | Victor Stinner | 2020-12-01 | 1 | -21/+21 |
|
|
* | bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) | Victor Stinner | 2020-12-01 | 1 | -12/+12 |
|
|
* | bpo-40998: Address compiler warnings found by ubsan (GH-20929) | Christian Heimes | 2020-11-18 | 1 | -1/+5 |
|
|
* | Fix typo in unicodeobject.c (GH-23180) | Ikko Ashimine | 2020-11-10 | 1 | -1/+1 |
|
|
* | bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) | Victor Stinner | 2020-10-26 | 1 | -2/+1 |
|
|
* | bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) | Victor Stinner | 2020-10-26 | 1 | -15/+16 |
|
|
* | bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (G... | Ma Lin | 2020-10-18 | 1 | -17/+17 |
|
|
* | bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH... | Max Bernstein | 2020-10-17 | 1 | -1/+1 |
|
|
* | bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) | Serhiy Storchaka | 2020-10-09 | 1 | -1/+1 |
|
|
* | bpo-41909: Enable previously disabled recursion checks. (GH-22536) | Serhiy Storchaka | 2020-10-04 | 1 | -2/+0 |
|
|
* | bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486) | Victor Stinner | 2020-10-02 | 1 | -0/+9 |
|
|
* | bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376) | Victor Stinner | 2020-09-23 | 1 | -0/+4 |
|
|
* | bpo-1635741: Port _string module to multi-phase init (GH-22148) | Victor Stinner | 2020-09-08 | 1 | -9/+5 |
|
|
* | bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clini... | Serhiy Storchaka | 2020-07-20 | 1 | -27/+30 |
|
|
* | bpo-36346: Make using the legacy Unicode C API optional (GH-21437) | Serhiy Storchaka | 2020-07-10 | 1 | -23/+58 |
|
|
* | bpo-39573: Use the Py_TYPE() macro (GH-21433) | Victor Stinner | 2020-07-10 | 1 | -2/+2 |
|
|
* | bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) | Serhiy Storchaka | 2020-07-05 | 1 | -6/+0 |
|
|
* | bpo-1635741: Fix unicode_dealloc() for mortal interned string (GH-21270) | Victor Stinner | 2020-07-03 | 1 | -4/+14 |
|
|
* | bpo-1635741: Release Unicode interned strings at exit (GH-21269) | Victor Stinner | 2020-07-01 | 1 | -32/+28 |
|
|
* | bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933) | Inada Naoki | 2020-06-30 | 1 | -3/+20 |
|
|
* | bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) | Serhiy Storchaka | 2020-06-30 | 1 | -0/+74 |
|
|
* | bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) | Inada Naoki | 2020-06-30 | 1 | -33/+0 |
|
|
* | bpo-37999: Simplify the conversion code for %c, %d, %x, etc. (GH-20437) | Serhiy Storchaka | 2020-06-29 | 1 | -23/+11 |
|
|
* | bpo-41123: Remove PyUnicode_GetMax() (GH-21192) | Inada Naoki | 2020-06-29 | 1 | -14/+0 |
|
|
* | bpo-41123: Remove Py_UNICODE_str* functions (GH-21164) | Inada Naoki | 2020-06-27 | 1 | -88/+0 |
|
|
* | bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142) | Victor Stinner | 2020-06-25 | 1 | -24/+35 |
|
|
* | bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101) | Victor Stinner | 2020-06-24 | 1 | -42/+32 |
|
|
* | bpo-40521: Optimize PyUnicode_New(0, maxchar) (GH-21099) | Victor Stinner | 2020-06-23 | 1 | -55/+25 |
|
|
* | bpo-40521: Make empty Unicode string per interpreter (GH-21096) | Victor Stinner | 2020-06-23 | 1 | -73/+117 |
|
|
* | bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) | Inada Naoki | 2020-06-17 | 1 | -0/+23 |
|
|
* | bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) | Victor Stinner | 2020-06-15 | 1 | -6/+7 |
|
|
* | bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781) | Victor Stinner | 2020-06-10 | 1 | -35/+33 |
|
|