summaryrefslogtreecommitdiff
path: root/Lib/test/test_unicodedata.py
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. ...Greg Price2019-09-121-5/+8
* bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712)Greg Price2019-09-101-11/+99
* closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)Greg Price2019-09-031-0/+2
* bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126)Greg Price2019-08-121-17/+5
* closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)Benjamin Peterson2019-05-081-1/+1
* closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)Benjamin Peterson2019-03-091-2/+2
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)Wonsup Yoon2018-06-151-0/+13
* update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)Benjamin Peterson2018-06-061-2/+2
* bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson2017-06-221-2/+2
* Unicode 9.0.0Benjamin Peterson2016-09-141-2/+6
* Issue #23981: Update test_unicodedata to use script_helpersBerker Peksag2015-10-221-10/+5
* upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-2/+2
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-8/+1
* for some reason, you don't get the right checksum from an incremental buildBenjamin Peterson2014-07-061-2/+3
* upgrade to unicode 7.0.0Benjamin Peterson2014-07-061-2/+2
* Fix expected checksum for new unicodedata (after full rebuild)Antoine Pitrou2013-10-111-1/+1
* upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson2013-10-101-1/+1
* upgrade to UCD 6.2Benjamin Peterson2012-09-291-1/+1
* update to Unicode 6.1Benjamin Peterson2012-02-201-2/+2
* use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-111-1/+1
* Move UCS4-specific tests with the "normal" tests.Ezio Melotti2011-09-291-8/+4
* Issue #10254: Fixed a crash and a regression introduced by the implementation...Alexander Belopolsky2010-12-231-1/+14
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* Fix resource warning in test_unicodedata. Patch by Brian Brazil.Antoine Pitrou2010-10-301-0/+1
* Upgrade to Unicode 6.0.0.Martin v. Löwis2010-10-111-2/+2
* Add more tests to unicodedata with large code pointsAmaury Forgeot d'Arc2010-08-181-0/+2
* Fix stupid typo in test.Amaury Forgeot d'Arc2010-08-181-2/+2
* #5127: Even on narrow unicode builds, the C functions that access the UnicodeAmaury Forgeot d'Arc2010-08-181-0/+6
* Issue #9337: Make float.__str__ identical to float.__repr__.Mark Dickinson2010-08-041-5/+4
* Merged revisions 79494,79496 via svnmerge fromFlorent Xicluna2010-03-301-1/+12
* Fixed a failure in test_bigmem.Florent Xicluna2010-03-191-2/+2
* Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ...Florent Xicluna2010-03-191-2/+2
* Fix bad unicodedata checksum merge from trunk in r79062Florent Xicluna2010-03-191-1/+1
* Merged revisions 79059 via svnmerge fromFlorent Xicluna2010-03-181-2/+2
* oops, fix the test of my previous commit about unicodedata and PR #29 (r78647)Victor Stinner2010-03-041-1/+1
* Merged revisions 78646 via svnmerge fromVictor Stinner2010-03-041-0/+5
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* Merged revisions 75272-75273 via svnmerge fromAmaury Forgeot d'Arc2009-10-061-2/+3
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-7/+7
* Rename the surrogates handler to surrogatepass.Martin v. Löwis2009-05-101-1/+1
* Issue #3672: Reject surrogates in utf-8 codec; add surrogates errorMartin v. Löwis2009-05-021-1/+2
* Merged revisions 71972 via svnmerge fromWalter Dörwald2009-04-261-1/+1
* Merged revisions 71947 via svnmerge fromMartin v. Löwis2009-04-261-1/+6
* Merged revisions 71894 via svnmerge fromWalter Dörwald2009-04-251-1/+14
* Merged revisions 67320 via svnmerge fromBenjamin Peterson2008-11-211-2/+25
* Merged revisions 66362 via svnmerge fromMartin v. Löwis2008-09-101-2/+12
* Change all functions that expect one unicode character to accept a pair ofWalter Dörwald2008-06-031-0/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+2