summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_unicode.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Adapt test for modification to == and != deprecation/futurewarningSebastian Berg2022-12-011-4/+4
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-3/+4
* ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-101-2/+7
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-3/+1
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-2/+0
* TST: Simplify unicode testSeth Troisi2020-01-211-27/+15
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-38/+22
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-4/+4
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+1
* TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-55/+55
* MAINT: Stop using sixu instead of a u prefixEric Wieser2017-03-251-5/+5
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-2/+2
* TST: Replace use of sys.getsizeof() with explicit computation of unicode repr...Ronan Lamy2017-02-081-1/+11
* MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-091-13/+0
* TST: Test unicode byteorder cast roundtripping and equalitySebastian Berg2016-06-011-3/+32
* BUG: Make sure string to non-native unicode cast worksSebastian Berg2016-06-011-1/+16
* STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris2015-07-251-30/+31
* STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris2015-07-251-5/+7
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-12/+12
* 2to3: Apply unicode fixer.Charles Harris2013-04-211-5/+5
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Fix unicode tests for flexible string representation on Python 3.3cgohlke2012-12-161-1/+13
* FIX: Make sure the tests produce valid unicodeOndrej Certik2012-08-031-2/+4
* TST: replace TestCase.assert_ (deprecated in Python 3.2) with assertTrue.rgommers2011-03-021-25/+25
* 3K: core: adjust some tests vs. str/bytes and int inheritance issuesPauli Virtanen2010-02-201-15/+27
* 3K: core: stub out UCS size check on Py3 in test_unicodePauli Virtanen2009-12-061-2/+7
* Screwed up the commit - effectively remove all unicode known failures on win64.David Cournapeau2009-02-271-6/+0
* All unicode test now pass with mingw64.David Cournapeau2009-02-271-10/+0
* Tag more mingw-w64 failures as such.David Cournapeau2009-02-251-0/+18
* Use new-style classes with multiple-inheritance to address bug in IronPython.Stefan van der Walt2009-01-061-3/+3
* ran reindentJarrod Millman2008-08-081-11/+10
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-031-1/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-56/+76
* Re-think the byte-swapping unicode tests. They were correct to begin with. ...Travis Oliphant2007-05-231-5/+8
* Remove tests for inequality on unicode scalars --- not sure why they were the...Travis Oliphant2007-05-221-9/+5
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-25/+25
* Apply replace ScipyTestCase->NumpyTestCase. Fix tests for testoob.Pearu Peterson2006-04-261-26/+26
* When selecting from string arrays, remove NULL bytes from string scalar. Fix...Travis Oliphant2006-04-191-4/+4
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+1
* Added unit-tests from Francesc AltedTravis Oliphant2006-02-141-0/+305