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.13] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (GH-137415) (#137461)
Miss Islington (bot)
2025-08-06
1
-4/+0
*
[3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...
Serhiy Storchaka
2025-05-20
1
-18/+43
*
[3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133...
Donghee Na
2025-04-29
1
-18/+25
*
[3.13] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-13...
Stan Ulbrych
2025-02-17
1
-4/+3
*
[3.13] gh-127903: Fix a crash on debug builds when calling `Objects/unicodeob...
Miss Islington (bot)
2025-01-03
1
-3/+6
*
[3.13] gh-128013: fix data race in PyUnicode_AsUTF8AndSize on free-threading ...
Kumar Aditya
2025-01-02
1
-59/+107
*
[3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#...
Pablo Galindo Salgado
2024-12-11
1
-0/+1
*
[3.13] Fix Unicode encode_wstr_utf8() (#127420) (#127505)
Bénédikt Tran
2024-12-02
1
-1/+1
*
[3.13] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124...
Miss Islington (bot)
2024-11-12
1
-6/+42
*
[3.13] gh-124785: Revert "gh-116510: Fix crash due to shared immortal interne...
Miss Islington (bot)
2024-10-01
1
-42/+6
*
[3.13] gh-116510: Fix crash due to shared immortal interned strings. (gh-1246...
Miss Islington (bot)
2024-09-27
1
-6/+42
*
[3.13] gh-122888: Fix crash on certain calls to str() (GH-122889) (#122947)
Miss Islington (bot)
2024-08-12
1
-1/+10
*
[3.13] gh-122291: Intern latin-1 one-byte strings at startup (GH-122303) (GH-...
Miss Islington (bot)
2024-07-27
1
-27/+9
*
[3.13] gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortal...
Petr Viktorin
2024-07-17
1
-1/+1
*
[3.13] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmo...
Miss Islington (bot)
2024-07-16
1
-7/+8
*
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...
Petr Viktorin
2024-06-24
1
-115/+429
*
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...
Miss Islington (bot)
2024-06-03
1
-3/+3
*
[3.13] gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) (gh-...
Miss Islington (bot)
2024-06-03
1
-8/+11
*
[3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543)
Miss Islington (bot)
2024-05-25
1
-1/+1
*
[3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded b...
Miss Islington (bot)
2024-05-22
1
-3/+5
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-116738: Make `_codecs` module thread-safe (#117530)
Brett Simmers
2024-05-02
1
-1/+5
*
gh-117709: Add vectorcall support for str() with positional-only arguments (#...
Erlend E. Aasland
2024-04-11
1
-0/+51
*
gh-117642: Fix PEP 737 implementation (GH-117643)
Serhiy Storchaka
2024-04-08
1
-4/+3
*
gh-117439: Make refleak checking thread-safe without the GIL (#117469)
Sam Gross
2024-04-08
1
-1/+1
*
gh-117431: Adapt str.find and friends to Argument Clinic (#117468)
Erlend E. Aasland
2024-04-03
1
-209/+144
*
gh-117431: Fix str.endswith docstring (#117499)
Erlend E. Aasland
2024-04-03
1
-4/+12
*
gh-117431: Adapt str.startswith and str.endswith to Argument Clinic (#117466)
Erlend E. Aasland
2024-04-03
1
-46/+42
*
gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)
Sam Gross
2024-03-19
1
-1/+1
*
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner
2024-03-14
1
-0/+58
*
gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)
Sam Gross
2024-02-07
1
-5/+7
*
gh-114569: Use PyMem_* APIs for non-PyObjects in unicodeobject.c (#114690)
Erlend E. Aasland
2024-01-29
1
-6/+6
*
gh-111971: Make _PyUnicode_FromId thread-safe in --disable-gil (gh-113489)
Donghee Na
2023-12-26
1
-3/+7
*
gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (#113355)
Erlend E. Aasland
2023-12-21
1
-2/+4
*
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross
2023-12-07
1
-2/+2
*
gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)
Kirill Podoprigora
2023-11-30
1
-11/+21
*
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
Serhiy Storchaka
2023-11-13
1
-5/+7
*
Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
Serhiy Storchaka
2023-11-10
1
-0/+12
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-7/+1
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
1
-1/+1
*
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
Victor Stinner
2023-10-20
1
-1/+8
*
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner
2023-10-20
1
-1/+7
*
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...
Serhiy Storchaka
2023-10-11
1
-0/+76
*
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner
2023-09-29
1
-10/+0
*
gh-109693: Remove pycore_atomic_funcs.h (#109694)
Sam Gross
2023-09-21
1
-4/+3
*
gh-108915: Removes extra backslashes in str.split docstring (#109044)
Daniel Weiss
2023-09-07
1
-2/+2
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-1/+1
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
1
-1/+1
*
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner
2023-08-24
1
-0/+2
*
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher
2023-08-04
1
-21/+12
[next]