COMMITS
/ Objects/unicodeobject.c March 19, 2024
December 22, 2023
H
[3.12] gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (GH-113355) (#113379)
Hugo van Kemenade committed
November 27, 2023
September 8, 2023
August 26, 2023
M
[3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#108523)
Miss Islington (bot) committed
July 21, 2023
M
[3.12] gh-105699: Fix an Interned Strings Crasher (gh-106930) (#106963)
Miss Islington (bot) committed
M
[3.12] gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-106923) (#106964)
Miss Islington (bot) committed
June 11, 2023
M
[3.12] gh-105375: Improve error handling in PyUnicode_BuildEncodingMap() (GH-105491) (#105661)
Miss Islington (bot) committed
May 29, 2023
M
Fix compiler warning in unicodeobject.c (GH-105050)
Miss Islington (bot) committed
May 21, 2023
S
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka committed
May 7, 2023
J
gh-104018: remove unused format "z" handling in string formatfloat() (#104107)
John Belmonte committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
May 2, 2023
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
March 28, 2023
E
gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)
Eric Snow committed
March 27, 2023
March 23, 2023
E
March 14, 2023
K
GH-100227: cleanup initialization of global interned dict (#102682)
Kumar Aditya committed
March 8, 2023
E
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
Eric Snow committed
February 26, 2023
J
gh-101765: unicodeobject: use Py_XDECREF correctly (#102283)
Jelle Zijlstra committed
J
gh-101765: Fix refcount issues in list and unicode pickling (#102265)
Jelle Zijlstra committed
February 24, 2023
December 14, 2022
E
gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)
Eric Snow committed
December 7, 2022
E
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
December 1, 2022
S
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Serhiy Storchaka committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 16, 2022
E
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
Victor Stinner committed
November 8, 2022
E
gh-90868: Adjust the Generated Objects (gh-99223)
Eric Snow committed
October 30, 2022
N
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#98806)
Nikita Sobolev committed
October 18, 2022
V
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Victor Stinner committed
October 12, 2022
N
gh-97982: Factorize PyUnicode_Count() and unicode_count() code (#98025)
Nikita Sobolev committed
October 11, 2022
V
gh-97982: Remove asciilib_count() (#98164)
Victor Stinner committed
September 3, 2022
K
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Kumar Aditya committed
August 22, 2022
K
GH-96075: move interned dict under runtime state (GH-96077)
Kumar Aditya committed
August 10, 2022
P
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Petr Viktorin committed
August 8, 2022
S
gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-95784)
Serhiy Storchaka committed
August 1, 2022
D
gh-91146: More reduce allocation size of list from str.split/rsplit (gh-95493)
Dong-hee Na committed
July 31, 2022
D
gh-91146: Reduce allocation size of list from str.split()/rsplit() (gh-95473)
Dong-hee Na committed
July 28, 2022
P
Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088)
Pamela Fox committed
July 25, 2022
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed
July 8, 2022
K
GH-90699: Intern statically allocated strings (GH-93597)
Kumar Aditya committed
May 27, 2022
E
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow committed
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
May 26, 2022
V
gh-91924: Optimize unicode_check_encoding_errors() (#93200)
Victor Stinner committed
May 13, 2022
V
gh-85858: Remove PyUnicode_InternImmortal() function (#92579)
Victor Stinner committed
V
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed