summaryrefslogtreecommitdiff
path: root/Lib/test/test_unicode.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #29145: Merge test from 3.6Martin Panter2017-01-141-7/+27
|\
| * Issue #28992: Use bytes.fromhex().Serhiy Storchaka2016-12-211-7/+4
| * Issue #28822: Adjust indices handling of PyUnicode_FindChar().Xiang Zhang2016-12-201-0/+23
* | Merge tests from 3.5Martin Panter2017-01-141-0/+7
|\ \ | |/ |/|
| * Issues #1621, #29145: Test for str.join() overflowMartin Panter2017-01-121-0/+7
* | Merge spelling and grammar from 3.5Martin Panter2016-12-181-1/+1
|\ \ | |/
| * Fix spelling and grammar in code comments and documentationMartin Panter2016-12-181-1/+1
* | Issue 28128: Print out better error/warning messages for invalid string escap...Eric V. Smith2016-10-311-7/+0
* | Merge from 3.5.Serhiy Storchaka2016-10-081-1/+44
|\ \ | |/
| * Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().Serhiy Storchaka2016-10-081-1/+44
* | test_invalid_sequences seems don't have to stay in CAPITest.Serhiy Storchaka2016-10-021-7/+7
* | Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-021-2/+32
|\ \ | |/ |/|
| * Moved Unicode C API related tests to separate test class.Serhiy Storchaka2016-10-021-114/+117
| |\
| * | #27364: Deprecate invalid escape strings in str/byutes.R David Murray2016-09-081-0/+7
| * | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-2/+2
| * | Anti-registration of various ABC methods.Guido van Rossum2016-08-181-0/+23
* | | Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-021-0/+17
| |/ |/|
* | Moved Unicode C API related tests to separate test class.Serhiy Storchaka2016-10-021-114/+117
|/
* Correct ?an? ? ?a? with ?Unicode?, ?user?, ?UTF?, etcMartin Panter2016-04-151-1/+1
* Issue #26712: Unify (r)split, (l/r)strip tests into string_testsMartin Panter2016-04-101-4/+0
* Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTestMartin Panter2016-04-061-8/+8
* Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-0/+4
* Issue #26464: Fix unicode_fast_translate() againVictor Stinner2016-03-011-4/+10
* Fix str.translate()Victor Stinner2016-03-011-0/+4
* Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-031-0/+17
|\
| * Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-031-0/+17
* | Issue #24731: Fixed crash on converting objects with special methodsSerhiy Storchaka2015-11-251-12/+42
|\ \ | |/ |/|
| * Issue #22643: Skip test_case_operation_overflow on computers with low memory.Serhiy Storchaka2015-11-071-1/+9
| |\
| * \ Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-021-1/+2
| |\ \
| * | | Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-121-3/+4
| * | | Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-121-2/+2
| * | | Added explicit tests for issue #23803.Serhiy Storchaka2015-03-291-0/+2
| |\ \ \
| * \ \ \ Added tests for mixed kinds of Unicode strings.Serhiy Storchaka2015-03-241-0/+150
| |\ \ \ \
| * \ \ \ \ Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-47/+9
| |\ \ \ \ \
| * \ \ \ \ \ Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 3.4 (#22643)Benjamin Peterson2014-10-151-0/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 3.4 (#22643)Benjamin Peterson2014-10-151-0/+5
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Closes issue #12546: Allow \x00 as a fill character for builtin type __format...Eric V. Smith2014-04-141-9/+38
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Issue #21118: Add unit test for invalid character replacement (code point hig...Victor Stinner2014-04-051-0/+8
| | * | | | | | | | | Issue #21118: Add more unit tests on str.translate()Victor Stinner2014-04-051-0/+20
| | * | | | | | | | | Issue19995: more informative error message; spelling corrections; use operato...Ethan Furman2014-03-211-9/+10
| | * | | | | | | | | Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exceptionEthan Furman2014-03-191-5/+5
* | | | | | | | | | | Issue #24731: Fixed crash on converting objects with special methodsSerhiy Storchaka2015-11-251-4/+7
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Issue #22643: Skip test_case_operation_overflow on computers with low memory.Serhiy Storchaka2015-11-071-1/+9
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-021-1/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Issue #23803: Fixed str.partition() and str.rpartition() when a separatorSerhiy Storchaka2015-03-291-0/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Added tests for mixed kinds of Unicode strings.Serhiy Storchaka2015-03-241-0/+150
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-47/+9
| |_|_|_|/ |/| | | |
* | | | | Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-2/+2
| |_|_|/ |/| | |
* | | | merge 3.3 (#22643)Benjamin Peterson2014-10-151-52/+372
|\ \ \ \ | | |_|/ | |/| |