38c707e7e0322f9139bb51ad73ede1e3b46985ef |
|
13-Apr-2015 |
Zachary Ware <zachary.ware@gmail.com> |
Issue #21741: Update 147 test modules to use test discovery. I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
/external/python/cpython3/Lib/test/test_ucn.py
|
5a15508f978c1d6fd3f87b26c8c3605222b38f1a |
|
06-Nov-2014 |
Georg Brandl <georg@python.org> |
#22650: test suite: load Unicode test data files from www.pythontest.net
/external/python/cpython3/Lib/test/test_ucn.py
|
f28ba369dd068a76ff5b7efac58fdcb5c3eaf4dd |
|
07-Feb-2014 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #20532: Tests which use _testcapi now are marked as CPython only.
|
5cfc79deaeabf4af3c767665098a37da9f375eda |
|
07-Feb-2014 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #20532: Tests which use _testcapi now are marked as CPython only.
/external/python/cpython3/Lib/test/test_ucn.py
|
a8e6af6ac35885103d0dbf6a8a4ffd682308eb2f |
|
25-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Increase the memory limit in the test for issue #16335.
|
5070c27a8f1ccc887c5cf60fd9993f0df3234f17 |
|
25-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Increase the memory limit in the test for issue #16335.
|
2f2dd992a3b73ee320834916e678be7762c06383 |
|
25-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Increase the memory limit in the test for issue #16335.
/external/python/cpython3/Lib/test/test_ucn.py
|
68ce009877fab8fdad70ceca038f1fdfd62c7fa0 |
|
21-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Use bigmemtest decorator for test of issue #16335.
|
529230142ffec0f41fec79226a7d7784cbda3eaf |
|
21-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Use bigmemtest decorator for test of issue #16335.
|
e45dac4ea94a93b6bc12376100e04a5b3330ffa6 |
|
21-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Add bigmemtest decorator to test of issue #16335.
/external/python/cpython3/Lib/test/test_ucn.py
|
5a95977c71d19d6aed32b0a4721d5e9ef4888efe |
|
21-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Fix memory error in test_ucn. unicode-escape decoder requires memory for result corresponding to input size. Fixes test for issue #16335.
|
85da624ebebb09aa5501861e2b25b7f16bfcb620 |
|
21-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Fix memory error in test_ucn. unicode-escape decoder requires memory for result corresponding to input size. Fixes test for issue #16335.
|
3b40b71217d7b73e59495de8cadd8fe1ad7cc6bc |
|
20-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Fix memory error in test_ucn. unicode-escape decoder requires memory for result corresponding to input size. Fixes test for issue #16335.
/external/python/cpython3/Lib/test/test_ucn.py
|
6481bfb2b5c917041f062da8ebcc7bd7b7727945 |
|
21-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #16335: Fix integer overflow in unicode-escape decoder.
|
c35f3a9f619d0d4abd43d16ddc4767e2a30c3dce |
|
21-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #16335: Fix integer overflow in unicode-escape decoder.
|
4f5f0e54e07838b29e3a2e043e9c9b12aeecb12f |
|
21-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #16335: Fix integer overflow in unicode-escape decoder.
/external/python/cpython3/Lib/test/test_ucn.py
|
f7a17b48d748e1835bcf9df86fb7fb318bb020f8 |
|
25-Dec-2012 |
Andrew Svetlov <andrew.svetlov@gmail.com> |
Replace IOError with OSError (#16715)
/external/python/cpython3/Lib/test/test_ucn.py
|
931b8aac8058cf2b0eb4349217893aaf16f23444 |
|
21-Oct-2011 |
Ezio Melotti <ezio.melotti@gmail.com> |
#12753: Add support for Unicode name aliases and named sequences.
/external/python/cpython3/Lib/test/test_ucn.py
|
5cbc71e50ab6fa8c3cb0cfc64ca4bf5fb174ffcc |
|
22-Nov-2010 |
Martin v. Löwis <martin@v.loewis.de> |
Issue #10459: Update CJK character names to Unicode 6.0.
/external/python/cpython3/Lib/test/test_ucn.py
|
ee8712cda46338d223509cc5751fd36509ad3860 |
|
20-May-2008 |
Benjamin Peterson <benjamin@python.org> |
#2621 rename test.test_support to test.support
/external/python/cpython3/Lib/test/test_ucn.py
|
9c62772d5e0e096458c6f5c8e50cc84fcc1383f7 |
|
27-Aug-2007 |
Guido van Rossum <guido@python.org> |
Changes in anticipation of stricter str vs. bytes enforcement.
/external/python/cpython3/Lib/test/test_ucn.py
|
bf4806bac5697bd50e6ca41fcf6838f93ed9a511 |
|
21-Jul-2007 |
Guido van Rossum <guido@python.org> |
SF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn.
/external/python/cpython3/Lib/test/test_ucn.py
|
805365ee39298f93e433e19ae0dd87c6f782145b |
|
08-May-2007 |
Guido van Rossum <guido@python.org> |
Merged revisions 55007-55179 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/p3yk ........ r55077 | guido.van.rossum | 2007-05-02 11:54:37 -0700 (Wed, 02 May 2007) | 2 lines Use the new print syntax, at least. ........ r55142 | fred.drake | 2007-05-04 21:27:30 -0700 (Fri, 04 May 2007) | 1 line remove old cruftiness ........ r55143 | fred.drake | 2007-05-04 21:52:16 -0700 (Fri, 04 May 2007) | 1 line make this work with the new Python ........ r55162 | neal.norwitz | 2007-05-06 22:29:18 -0700 (Sun, 06 May 2007) | 1 line Get asdl code gen working with Python 2.3. Should continue to work with 3.0 ........ r55164 | neal.norwitz | 2007-05-07 00:00:38 -0700 (Mon, 07 May 2007) | 1 line Verify checkins to p3yk (sic) branch go to 3000 list. ........ r55166 | neal.norwitz | 2007-05-07 00:12:35 -0700 (Mon, 07 May 2007) | 1 line Fix this test so it runs again by importing warnings_test properly. ........ r55167 | neal.norwitz | 2007-05-07 01:03:22 -0700 (Mon, 07 May 2007) | 8 lines So long xrange. range() now supports values that are outside -sys.maxint to sys.maxint. floats raise a TypeError. This has been sitting for a long time. It probably has some problems and needs cleanup. Objects/rangeobject.c now uses 4-space indents since it is almost completely new. ........ r55171 | guido.van.rossum | 2007-05-07 10:21:26 -0700 (Mon, 07 May 2007) | 4 lines Fix two tests that were previously depending on significant spaces at the end of a line (and before that on Python 2.x print behavior that has no exact equivalent in 3.0). ........
/external/python/cpython3/Lib/test/test_ucn.py
|
84fc66dd020931c14be8b13fcbdb9a8f295141c9 |
|
03-May-2007 |
Guido van Rossum <guido@python.org> |
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. Change all occurrences of unichr to chr.
/external/python/cpython3/Lib/test/test_ucn.py
|
ef87d6ed94780fe00250a551031023aeb2898365 |
|
02-May-2007 |
Guido van Rossum <guido@python.org> |
Rip out all the u"..." literals and calls to unicode().
/external/python/cpython3/Lib/test/test_ucn.py
|
21d3a32b99c5763444c34c189ef653ac9745f3c4 |
|
01-May-2003 |
Walter Dörwald <walter@livinglogic.de> |
Combine the functionality of test_support.run_unittest() and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807.
/external/python/cpython3/Lib/test/test_ucn.py
|
669454e9dc4f8472b9239b4abdec1b7e111bb864 |
|
07-Mar-2003 |
Tim Peters <tim.peters@gmail.com> |
Whitespace normalization.
/external/python/cpython3/Lib/test/test_ucn.py
|
37c4728c642b8baefc956e7f93ed678521877800 |
|
26-Feb-2003 |
Walter Dörwald <walter@livinglogic.de> |
Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error cases increasing coverage in unicodedata.c from 87% to 95% (when the normalization tests are run). From SF patch #662807.
/external/python/cpython3/Lib/test/test_ucn.py
|
ef7fe2e8137824248cf45d316535b76dae302b5a |
|
23-Nov-2002 |
Martin v. Löwis <martin@v.loewis.de> |
Implement names for CJK unified ideographs. Add name to KeyError output. Verify that the lookup for an existing name succeeds.
/external/python/cpython3/Lib/test/test_ucn.py
|
8579efc86c18b7b824ec080582f032674e2f8a5e |
|
23-Nov-2002 |
Martin v. Löwis <martin@v.loewis.de> |
Add test cases for Hangul syllables. Update output.
/external/python/cpython3/Lib/test/test_ucn.py
|
04f357cffef6d764f2f0ff2671dabde75ec250d1 |
|
23-Jul-2002 |
Barry Warsaw <barry@python.org> |
Get rid of relative imports in all unittests. Now anything that imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
/external/python/cpython3/Lib/test/test_ucn.py
|
06d126803c66515f5cdb272dfd7807716f04d33f |
|
24-Jan-2001 |
Fredrik Lundh <fredrik@pythonware.com> |
Move uchhash functionality into unicodedata (after the recent crop of changes, the files are small enough to do this). Also adds "name" and "lookup" functions to unicodedata.
/external/python/cpython3/Lib/test/test_ucn.py
|
f60560626ce4fadf32fcbfac5e762242f661d508 |
|
20-Jan-2001 |
Fredrik Lundh <fredrik@pythonware.com> |
Better error message if ucnhash cannot be found (obscure attribute errors aren't that helpful), or doesn't contain what's expected from it. Also tweaked the test script so it compiles even if ucnhash is missing.
/external/python/cpython3/Lib/test/test_ucn.py
|
2acb54a19498925a88a030faa7071d9f08616ef8 |
|
19-Jan-2001 |
Fredrik Lundh <fredrik@pythonware.com> |
improved the ucnhash test a bit
/external/python/cpython3/Lib/test/test_ucn.py
|
ee865c64da9892df7ebfe7863025e0122634e4ea |
|
19-Jan-2001 |
Fredrik Lundh <fredrik@pythonware.com> |
added "getcode" and "getname" methods to the ucnhash module (they're probably more useful for the test code than for any applications, but one never knows...)
/external/python/cpython3/Lib/test/test_ucn.py
|
0fdb90cafe596a03a5c3005a21e8fa2a230803e5 |
|
19-Jan-2001 |
Fredrik Lundh <fredrik@pythonware.com> |
refactored the unicodeobject/ucnhash interface, to hide the implementation details inside the ucnhash module. also cleaned up the unicode copyright blurb a little; Secret Labs' internal revision history isn't that interesting...
/external/python/cpython3/Lib/test/test_ucn.py
|
3661908a6ac75026e4504d9f62a6ac2e2fb2ec5e |
|
17-Jan-2001 |
Marc-André Lemburg <mal@egenix.com> |
This patch removes all uses of "assert" in the regression test suite and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
/external/python/cpython3/Lib/test/test_ucn.py
|
004d5e6880940ddbb38460986ac62ee0f1bae97d |
|
23-Oct-2000 |
Fred Drake <fdrake@acm.org> |
Make reindent.py happy (convert everything to 4-space indents!).
/external/python/cpython3/Lib/test/test_ucn.py
|
6cdec2efbb0139600aa582ffc4530172194364be |
|
30-Jun-2000 |
Marc-André Lemburg <mal@egenix.com> |
New test for the ucnhash module.
/external/python/cpython3/Lib/test/test_ucn.py
|