aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_unicodedata.py
Commit message (Expand)AuthorAge
* gh-99892: test_unicodedata: skip test on download failure (#100011)Victor Stinner2022-12-05
* gh-96954: Add tests for unicodedata.name/lookup (#96955)Batuhan Taskaya2022-09-21
* closes gh-96734: Update to Unicode 15.0.0. (GH-96809)Benjamin Peterson2022-09-13
* GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code poin...Carl Friedrich Bolz-Tereick2022-08-26
* closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)Benjamin Peterson2021-09-14
* bpo-43988: Use check disallow instantiation helper (GH-26392)Erlend Egeberg Aasland2021-05-27
* bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)Erlend Egeberg Aasland2021-04-30
* bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650)Ammar Askar2021-02-26
* bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913)Benjamin Peterson2020-03-10
* Update some www.unicode.org URLs to use HTTPS. (GH-18912)Benjamin Peterson2020-03-10
* closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. ...Greg Price2019-09-12
* bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712)Greg Price2019-09-10
* closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)Greg Price2019-09-03
* bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126)Greg Price2019-08-12
* closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)Benjamin Peterson2019-05-08
* closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)Benjamin Peterson2019-03-09
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)Wonsup Yoon2018-06-15
* update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)Benjamin Peterson2018-06-06
* bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson2017-06-22
* Unicode 9.0.0Benjamin Peterson2016-09-14
* Issue #23981: Update test_unicodedata to use script_helpersBerker Peksag2015-10-22
* upgrade to Unicode 8.0.0Benjamin Peterson2015-06-27
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* for some reason, you don't get the right checksum from an incremental buildBenjamin Peterson2014-07-06
* upgrade to unicode 7.0.0Benjamin Peterson2014-07-06
* Fix expected checksum for new unicodedata (after full rebuild)Antoine Pitrou2013-10-11
* upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson2013-10-10
* upgrade to UCD 6.2Benjamin Peterson2012-09-29
* update to Unicode 6.1Benjamin Peterson2012-02-20
* use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-11
* Move UCS4-specific tests with the "normal" tests.Ezio Melotti2011-09-29
* Issue #10254: Fixed a crash and a regression introduced by the implementation...Alexander Belopolsky2010-12-23
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Fix resource warning in test_unicodedata. Patch by Brian Brazil.Antoine Pitrou2010-10-30
* Upgrade to Unicode 6.0.0.Martin v. Löwis2010-10-11
* Add more tests to unicodedata with large code pointsAmaury Forgeot d'Arc2010-08-18
* Fix stupid typo in test.Amaury Forgeot d'Arc2010-08-18
* #5127: Even on narrow unicode builds, the C functions that access the UnicodeAmaury Forgeot d'Arc2010-08-18
* Issue #9337: Make float.__str__ identical to float.__repr__.Mark Dickinson2010-08-04
* Merged revisions 79494,79496 via svnmerge fromFlorent Xicluna2010-03-30
* Fixed a failure in test_bigmem.Florent Xicluna2010-03-19
* Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ...Florent Xicluna2010-03-19
* Fix bad unicodedata checksum merge from trunk in r79062Florent Xicluna2010-03-19
* Merged revisions 79059 via svnmerge fromFlorent Xicluna2010-03-18
* oops, fix the test of my previous commit about unicodedata and PR #29 (r78647)Victor Stinner2010-03-04
* Merged revisions 78646 via svnmerge fromVictor Stinner2010-03-04
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* Merged revisions 75272-75273 via svnmerge fromAmaury Forgeot d'Arc2009-10-06
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Rename the surrogates handler to surrogatepass.Martin v. Löwis2009-05-10