aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_ucn.py
Commit message (Expand)AuthorAge
* bpo-41944: No longer call eval() on content received via HTTP in the UnicodeN...Florian Bruhin2020-10-06
* closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)Benjamin Peterson2020-03-10
* bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712)Greg Price2019-09-10
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* #22650: test suite: load Unicode test data files from www.pythontest.netGeorg Brandl2014-11-06
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-07
|\
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-07
* | Increase the memory limit in the test for issue #16335.Serhiy Storchaka2013-01-25
|\|
| * Increase the memory limit in the test for issue #16335.Serhiy Storchaka2013-01-25
| |\
| | * Increase the memory limit in the test for issue #16335.Serhiy Storchaka2013-01-25
* | | Use bigmemtest decorator for test of issue #16335.Serhiy Storchaka2013-01-21
|\| |
| * | Use bigmemtest decorator for test of issue #16335.Serhiy Storchaka2013-01-21
| |\|
| | * Add bigmemtest decorator to test of issue #16335.Serhiy Storchaka2013-01-21
* | | Fix memory error in test_ucn.Serhiy Storchaka2013-01-21
|\| |
| * | Fix memory error in test_ucn.Serhiy Storchaka2013-01-21
| |\|
| | * Fix memory error in test_ucn.Serhiy Storchaka2013-01-21
* | | Issue #16335: Fix integer overflow in unicode-escape decoder.Serhiy Storchaka2013-01-21
|\| |
| * | Issue #16335: Fix integer overflow in unicode-escape decoder.Serhiy Storchaka2013-01-21
| |\|
| | * Issue #16335: Fix integer overflow in unicode-escape decoder.Serhiy Storchaka2013-01-21
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
|/ /
* / #12753: Add support for Unicode name aliases and named sequences.Ezio Melotti2011-10-21
|/
* Issue #10459: Update CJK character names to Unicode 6.0.Martin v. Löwis2010-11-22
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-27
* SF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn.Guido van Rossum2007-07-21
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-03
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Whitespace normalization.Tim Peters2003-03-07
* Port test_ucn and test_unicodedata to PyUnit. Add a few tests for errorWalter Dörwald2003-02-26
* Implement names for CJK unified ideographs. Add name to KeyError output.Martin v. Löwis2002-11-23
* Add test cases for Hangul syllables. Update output.Martin v. Löwis2002-11-23
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Move uchhash functionality into unicodedata (after the recentFredrik Lundh2001-01-24
* Better error message if ucnhash cannot be found (obscure attributeFredrik Lundh2001-01-20
* improved the ucnhash test a bitFredrik Lundh2001-01-19
* added "getcode" and "getname" methods to the ucnhash module (they'reFredrik Lundh2001-01-19
* refactored the unicodeobject/ucnhash interface, to hide theFredrik Lundh2001-01-19
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* New test for the ucnhash module.Marc-André Lemburg2000-06-30