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
*
[3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-9...
Eric Snow
2022-05-28
1
-18/+0
*
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner
2022-05-03
1
-1/+1
*
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
Serhiy Storchaka
2022-05-02
1
-21/+39
*
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...
Serhiy Storchaka
2022-04-30
1
-5/+24
*
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney
2022-04-19
1
-2/+8
*
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya
2022-04-19
1
-0/+1
*
gh-91102: Use Argument Clinic for EncodingMap (#31725)
Oleg Iarygin
2022-04-18
1
-47/+23
*
gh-91576: Speed up iteration of strings (#91574)
Kumar Aditya
2022-04-18
1
-6/+45
*
gh-91421: Use constant value check during runtime (GH-91422)
Tobias Stoeckmann
2022-04-13
1
-1/+1
*
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte
2022-04-11
1
-4/+4
*
Fix bad grammar and import docstring for split/rsplit (GH-32381)
Raymond Hettinger
2022-04-08
1
-9/+16
*
bpo-47182: Fix crash by named unicode characters after interpreter reinitiali...
Christian Heimes
2022-03-31
1
-0/+3
*
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
Victor Stinner
2022-03-31
1
-30/+27
*
bpo-47070: Add _PyBytes_Repeat() (GH-31999)
Pieter Eendebak
2022-03-28
1
-9/+3
*
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
Jeremy Kloth
2022-03-22
1
-0/+44
*
bpo-46920: Remove disabled debug code added decades ago and likely unnecessa...
Oleg Iarygin
2022-03-14
1
-13/+0
*
bpo-46881: Fix refleak from GH-31616 (GH-31805)
Jelle Zijlstra
2022-03-11
1
-2/+4
*
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
Kumar Aditya
2022-03-09
1
-50/+14
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-33/+12
*
bpo-46670: Test if a macro is defined, not its value (GH-31178)
Victor Stinner
2022-02-07
1
-3/+3
*
bpo-46417: Clear Unicode static types at exit (GH-30806)
Victor Stinner
2022-01-22
1
-10/+19
*
bpo-46417: Add missing types of _PyTypes_InitTypes() (GH-30749)
Victor Stinner
2022-01-21
1
-1/+1
*
bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (G...
Victor Stinner
2022-01-06
1
-19/+47
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
1
-19/+35
*
bpo-45885: Specialize COMPARE_OP (GH-29734)
Dennis Sweeney
2021-12-03
1
-0/+14
*
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner
2021-10-19
1
-0/+1
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
1
-20/+44
*
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...
Serhiy Storchaka
2021-10-14
1
-12/+37
*
Fix typos in the Objects directory (GH-28766)
Christian Clauss
2021-10-06
1
-2/+2
*
bpo-45061: Revert unicode_is_singleton() change (GH-28516)
Victor Stinner
2021-09-22
1
-2/+4
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
1
-1/+1
*
bpo-45061: Detect refcount bug on empty string singleton (GH-28504)
Victor Stinner
2021-09-21
1
-18/+37
*
bpo-44110: Improve string's __getitem__ error message (GH-26042)
Miguel Brito
2021-06-27
1
-1/+2
*
Add more const modifiers. (GH-26691)
Serhiy Storchaka
2021-06-12
1
-1/+1
*
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki
2021-05-07
1
-285/+0
*
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
[next]