| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -4/+1 |
|
|
* | #22650: test suite: load Unicode test data files from www.pythontest.net | Georg Brandl | 2014-11-06 | 1 | -1/+1 |
|
|
* | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -8/+10 |
|\ |
|
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -8/+10 |
|
|
* | | Increase the memory limit in the test for issue #16335. | Serhiy Storchaka | 2013-01-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Increase the memory limit in the test for issue #16335. | Serhiy Storchaka | 2013-01-25 | 1 | -1/+1 |
| |\ |
|
| | * | Increase the memory limit in the test for issue #16335. | Serhiy Storchaka | 2013-01-25 | 1 | -1/+1 |
|
|
* | | | Use bigmemtest decorator for test of issue #16335. | Serhiy Storchaka | 2013-01-21 | 1 | -11/+10 |
|\ \ \
| |/ / |
|
| * | | Use bigmemtest decorator for test of issue #16335. | Serhiy Storchaka | 2013-01-21 | 1 | -11/+10 |
| |\ \
| | |/ |
|
| | * | Add bigmemtest decorator to test of issue #16335. | Serhiy Storchaka | 2013-01-21 | 1 | -11/+10 |
|
|
* | | | Fix memory error in test_ucn. | Serhiy Storchaka | 2013-01-21 | 1 | -5/+6 |
|\ \ \
| |/ / |
|
| * | | Fix memory error in test_ucn. | Serhiy Storchaka | 2013-01-21 | 1 | -5/+6 |
| |\ \
| | |/ |
|
| | * | Fix memory error in test_ucn. | Serhiy Storchaka | 2013-01-21 | 1 | -5/+6 |
|
|
* | | | Issue #16335: Fix integer overflow in unicode-escape decoder. | Serhiy Storchaka | 2013-01-21 | 1 | -0/+16 |
|\ \ \
| |/ / |
|
| * | | Issue #16335: Fix integer overflow in unicode-escape decoder. | Serhiy Storchaka | 2013-01-21 | 1 | -0/+16 |
| |\ \
| | |/ |
|
| | * | Issue #16335: Fix integer overflow in unicode-escape decoder. | Serhiy Storchaka | 2013-01-21 | 1 | -0/+16 |
|
|
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|/ / |
|
* | | #12753: Add support for Unicode name aliases and named sequences. | Ezio Melotti | 2011-10-21 | 1 | -7/+81 |
|/ |
|
* | Issue #10459: Update CJK character names to Unicode 6.0. | Martin v. Löwis | 2010-11-22 | 1 | -1/+5 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -1/+1 |
|
|
* | SF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn. | Guido van Rossum | 2007-07-21 | 1 | -6/+6 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -2/+2 |
|
|
* | Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. | Guido van Rossum | 2007-05-03 | 1 | -1/+1 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -33/+33 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -3/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-03-07 | 1 | -1/+1 |
|
|
* | Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error | Walter Dörwald | 2003-02-26 | 1 | -141/+138 |
|
|
* | Implement names for CJK unified ideographs. Add name to KeyError output. | Martin v. Löwis | 2002-11-23 | 1 | -4/+16 |
|
|
* | Add test cases for Hangul syllables. Update output. | Martin v. Löwis | 2002-11-23 | 1 | -0/+24 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Move uchhash functionality into unicodedata (after the recent | Fredrik Lundh | 2001-01-24 | 1 | -7/+8 |
|
|
* | Better error message if ucnhash cannot be found (obscure attribute | Fredrik Lundh | 2001-01-20 | 1 | -0/+9 |
|
|
* | improved the ucnhash test a bit | Fredrik Lundh | 2001-01-19 | 1 | -3/+8 |
|
|
* | added "getcode" and "getname" methods to the ucnhash module (they're | Fredrik Lundh | 2001-01-19 | 1 | -0/+17 |
|
|
* | refactored the unicodeobject/ucnhash interface, to hide the | Fredrik Lundh | 2001-01-19 | 1 | -8/+6 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -5/+7 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -14/+13 |
|
|
* | New test for the ucnhash module. | Marc-André Lemburg | 2000-06-30 | 1 | -0/+82 |
|
|