COMMITS
/ Modules/unicodedata.c September 10, 2019
J
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu committed
September 9, 2019
G
bpo-38043: Use `bool` for boolean flags on is_normalized_quickcheck. (GH-15711)
Greg Price committed
September 4, 2019
G
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
Greg Price committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
April 16, 2019
I
bpo-36642: make unicodedata const (GH-12855)
Inada Naoki committed
November 4, 2018
M
closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)
Max Bélanger committed
June 15, 2018
W
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Wonsup Yoon committed
June 7, 2018
B
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Benjamin Peterson committed
November 5, 2017
L
Fix miscellaneous typos (#4275)
luzpaz committed
June 23, 2017
B
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson committed
October 23, 2016
S
Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*.
Serhiy Storchaka committed
September 23, 2016
C
Add an extra byte for null in case we ever get very long unicode names.
Christian Heimes committed
C
Add an extra byte for null in case we ever get very long unicode names.
Christian Heimes committed
September 15, 2016
B
Unicode 9.0.0
Benjamin Peterson committed
September 14, 2016
C
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
Christian Heimes committed
C
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
Christian Heimes committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
June 27, 2015
B
upgrade to Unicode 8.0.0
Benjamin Peterson committed
May 8, 2015
L
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
Larry Hastings committed
May 4, 2015
L
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings committed
April 17, 2015
S
Issue #20181: Converted the unicodedata module to Argument Clinic.
Serhiy Storchaka committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
March 2, 2015
B
merge 3.3 (#23367)
Benjamin Peterson committed
B
fix possible overflow bugs in unicodedata (closes #23367)
Benjamin Peterson committed
February 16, 2015
S
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka committed
January 18, 2015
S
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka committed
July 1, 2014
V
Closes #21780: make the unicodedata module "ssize_t clean" for parsing parameters
Victor Stinner committed
February 9, 2014
L
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 26, 2014
L
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
January 7, 2014
L
Issue #19273: The marker comments Argument Clinic uses have been changed
Larry Hastings committed
L
Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"
Larry Hastings committed
November 23, 2013
L
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings committed
November 18, 2013
L
Argument Clinic: rename "self" to "module" for module-level functions.
Larry Hastings committed
October 19, 2013
L
Issue #16612: Add "Argument Clinic", a compile-time preprocessor
Larry Hastings committed
October 11, 2013
B
replace hardcoded version
Benjamin Peterson committed
B
make sure the docstring is never out of date wrt unicode data version
Benjamin Peterson committed
October 10, 2013
B
merge 3.3 (#19220)
Benjamin Peterson committed
B
remove url from docstring (closes #19220)
Benjamin Peterson committed
B
upgrade unicode db to 6.3.0 (closes #19221)
Benjamin Peterson committed
August 25, 2013
E
#18803: fix more typos. Patch by Févry Thibault.
Ezio Melotti committed
August 17, 2013
E
#18466: fix more typos. Patch by Févry Thibault.
Ezio Melotti committed
December 14, 2012
E
#16681: merge with 3.2.
Ezio Melotti committed
E
#16681: use "bidirectional class" instead of "bidirectional category" in the docstring too.
Ezio Melotti committed
September 23, 2012
S
Use C-style comments (required for the AIX build slave).
Stefan Krah committed
May 31, 2012
K
Issue #14909: A number of places were using PyMem_Realloc() apis and
Kristjan Valur Jonsson committed