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
/
Lib
/
test
/
test_unicodedata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
Benjamin Peterson
2021-09-14
1
-2/+2
*
bpo-43988: Use check disallow instantiation helper (GH-26392)
Erlend Egeberg Aasland
2021-05-27
1
-2/+2
*
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland
2021-04-30
1
-1/+7
*
bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650)
Ammar Askar
2021-02-26
1
-0/+1
*
bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913)
Benjamin Peterson
2020-03-11
1
-2/+2
*
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Benjamin Peterson
2020-03-11
1
-1/+1
*
closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. ...
Greg Price
2019-09-12
1
-5/+8
*
bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712)
Greg Price
2019-09-10
1
-11/+99
*
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
Greg Price
2019-09-04
1
-0/+2
*
bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126)
Greg Price
2019-08-13
1
-17/+5
*
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Benjamin Peterson
2019-05-09
1
-1/+1
*
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
Benjamin Peterson
2019-03-10
1
-2/+2
*
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Wonsup Yoon
2018-06-15
1
-0/+13
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Benjamin Peterson
2018-06-07
1
-2/+2
*
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson
2017-06-23
1
-2/+2
*
Unicode 9.0.0
Benjamin Peterson
2016-09-15
1
-2/+6
*
Issue #23981: Update test_unicodedata to use script_helpers
Berker Peksag
2015-10-22
1
-10/+5
*
upgrade to Unicode 8.0.0
Benjamin Peterson
2015-06-27
1
-2/+2
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-8/+1
*
for some reason, you don't get the right checksum from an incremental build
Benjamin Peterson
2014-07-07
1
-2/+3
*
upgrade to unicode 7.0.0
Benjamin Peterson
2014-07-06
1
-2/+2
*
Fix expected checksum for new unicodedata (after full rebuild)
Antoine Pitrou
2013-10-11
1
-1/+1
*
upgrade unicode db to 6.3.0 (closes #19221)
Benjamin Peterson
2013-10-10
1
-1/+1
*
upgrade to UCD 6.2
Benjamin Peterson
2012-09-29
1
-1/+1
*
update to Unicode 6.1
Benjamin Peterson
2012-02-21
1
-2/+2
*
use full unicode mappings for upper/lower/title case (#12736)
Benjamin Peterson
2012-01-11
1
-1/+1
*
Move UCS4-specific tests with the "normal" tests.
Ezio Melotti
2011-09-29
1
-8/+4
*
Issue #10254: Fixed a crash and a regression introduced by the implementation...
Alexander Belopolsky
2010-12-23
1
-1/+14
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-1/+1
*
Fix resource warning in test_unicodedata. Patch by Brian Brazil.
Antoine Pitrou
2010-10-30
1
-0/+1
*
Upgrade to Unicode 6.0.0.
Martin v. Löwis
2010-10-11
1
-2/+2
*
Add more tests to unicodedata with large code points
Amaury Forgeot d'Arc
2010-08-18
1
-0/+2
*
Fix stupid typo in test.
Amaury Forgeot d'Arc
2010-08-18
1
-2/+2
*
#5127: Even on narrow unicode builds, the C functions that access the Unicode
Amaury Forgeot d'Arc
2010-08-18
1
-0/+6
*
Issue #9337: Make float.__str__ identical to float.__repr__.
Mark Dickinson
2010-08-04
1
-5/+4
*
Merged revisions 79494,79496 via svnmerge from
Florent Xicluna
2010-03-30
1
-1/+12
*
Fixed a failure in test_bigmem.
Florent Xicluna
2010-03-19
1
-2/+2
*
Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ...
Florent Xicluna
2010-03-19
1
-2/+2
*
Fix bad unicodedata checksum merge from trunk in r79062
Florent Xicluna
2010-03-19
1
-1/+1
*
Merged revisions 79059 via svnmerge from
Florent Xicluna
2010-03-18
1
-2/+2
*
oops, fix the test of my previous commit about unicodedata and PR #29 (r78647)
Victor Stinner
2010-03-04
1
-1/+1
*
Merged revisions 78646 via svnmerge from
Victor Stinner
2010-03-04
1
-0/+5
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-1/+1
*
Merged revisions 75272-75273 via svnmerge from
Amaury Forgeot d'Arc
2009-10-06
1
-2/+3
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-7/+7
*
Rename the surrogates handler to surrogatepass.
Martin v. Löwis
2009-05-10
1
-1/+1
*
Issue #3672: Reject surrogates in utf-8 codec; add surrogates error
Martin v. Löwis
2009-05-02
1
-1/+2
*
Merged revisions 71972 via svnmerge from
Walter Dörwald
2009-04-26
1
-1/+1
*
Merged revisions 71947 via svnmerge from
Martin v. Löwis
2009-04-26
1
-1/+6
*
Merged revisions 71894 via svnmerge from
Walter Dörwald
2009-04-25
1
-1/+14
[next]