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
*
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
|
\
\
|
|
/
|
*
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
Christian Heimes
2016-09-14
1
-1/+1
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-2/+2
|
/
*
upgrade to Unicode 8.0.0
Benjamin Peterson
2015-06-27
1
-2/+3
*
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
Larry Hastings
2015-05-08
1
-2/+2
*
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings
2015-05-04
1
-22/+22
*
Issue #20181: Converted the unicodedata module to Argument Clinic.
Serhiy Storchaka
2015-04-17
1
-227/+196
*
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings
2015-04-14
1
-2/+4
*
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-34/+3
*
merge 3.3 (#23367)
Benjamin Peterson
2015-03-02
1
-3/+10
|
\
|
*
fix possible overflow bugs in unicodedata (closes #23367)
Benjamin Peterson
2015-03-02
1
-3/+10
*
|
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-2/+2
*
|
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-7/+7
*
|
Closes #21780: make the unicodedata module "ssize_t clean" for parsing parame...
Victor Stinner
2014-07-01
1
-2/+8
*
|
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings
2014-02-09
1
-2/+4
*
|
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings
2014-01-28
1
-3/+3
*
|
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings
2014-01-26
1
-7/+6
*
|
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings
2014-01-24
1
-2/+2
*
|
Issue #19273: The marker comments Argument Clinic uses have been changed
Larry Hastings
2014-01-07
1
-6/+6
*
|
Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"
Larry Hastings
2014-01-07
1
-5/+5
*
|
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
1
-5/+9
*
|
Argument Clinic: rename "self" to "module" for module-level functions.
Larry Hastings
2013-11-18
1
-11/+12
[next]