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
/
Modules
/
unicodedata.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-96954: use a directed acyclic word graph for storing the unicodedata codep...
CF Bolz-Tereick
2023-11-04
1
-112/+278
*
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
James Gerity
2023-09-20
1
-0/+1
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-2/+2
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
1
-5/+1
*
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka
2023-07-18
1
-7/+1
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-2/+0
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
1
-4/+0
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...
Dong-hee Na
2023-02-06
1
-1/+1
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99473)
Victor Stinner
2022-11-14
1
-20/+10
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
1
-2/+3
*
Remove usage of _Py_IDENTIFIER from unicodedata module. (GH-91532)
Dong-hee Na
2022-04-15
1
-14/+8
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-0/+1
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
1
-0/+4
*
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
Benjamin Peterson
2021-09-14
1
-3/+3
*
bpo-44987: Speed up unicode normalization of ASCII strings (GH-28283)
Dong-hee Na
2021-09-11
1
-0/+4
*
Remove irrelevant comment which was added in 2a70a3a (GH-27044)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2021-07-09
1
-1/+0
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
1
-1/+1
*
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types...
Erlend Egeberg Aasland
2021-05-27
1
-3/+14
*
Do not use Py_ssize_clean_t (GH-25940)
Inada Naoki
2021-05-08
1
-2/+2
*
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland
2021-04-30
1
-1/+1
*
bpo-41798: Allocate unicodedata CAPI on the heap (GH-24128)
Erlend Egeberg Aasland
2021-01-20
1
-8/+29
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-1/+1
*
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
Victor Stinner
2020-10-27
1
-2/+2
*
bpo-42157: Convert unicodedata.UCD to heap type (GH-22991)
Victor Stinner
2020-10-26
1
-76/+44
*
bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
Victor Stinner
2020-10-26
1
-105/+111
*
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner
2020-10-26
1
-13/+15
*
bpo-1635741: Add a global module state to unicodedata (GH-22712)
Victor Stinner
2020-10-15
1
-54/+107
*
bpo-1635741, unicodedata: add ucd_type parameter to UCD_Check() macro (GH-22328)
Mohamed Koubaa
2020-09-23
1
-13/+16
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
1
-3/+3
*
bpo-39943: Remove unused self from find_nfc_index() (GH-18973)
Andy Lester
2020-03-17
1
-4/+4
*
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Benjamin Peterson
2020-03-11
1
-4/+5
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
1
-1/+1
*
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu
2019-09-10
1
-2/+2
*
bpo-38043: Use `bool` for boolean flags on is_normalized_quickcheck. (GH-15711)
Greg Price
2019-09-09
1
-11/+11
*
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
Greg Price
2019-09-04
1
-24/+51
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-36642: make unicodedata const (GH-12855)
Inada Naoki
2019-04-16
1
-1/+1
*
closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)
Max Bélanger
2018-11-04
1
-17/+98
*
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Wonsup Yoon
2018-06-15
1
-3/+7
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Benjamin Peterson
2018-06-07
1
-1/+1
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1/+1
*
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson
2017-06-23
1
-2/+3
*
Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*.
Serhiy Storchaka
2016-10-23
1
-5/+2
*
Add an extra byte for null in case we ever get very long unicode names.
Christian Heimes
2016-09-23
1
-4/+4
|
\
|
*
Add an extra byte for null in case we ever get very long unicode names.
Christian Heimes
2016-09-23
1
-4/+4
*
|
Unicode 9.0.0
Benjamin Peterson
2016-09-15
1
-0/+3
*
|
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
Christian Heimes
2016-09-14
1
-1/+1
|
\
\
|
|
/
[next]