summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicode.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2001-10-041-1/+1
* Add tests for repr() of strings containing string quotes as well.Guido van Rossum2001-09-211-0/+4
* Test basic functioning of unicode repr(). (If this breaks Jython,Guido van Rossum2001-09-211-0/+11
* Implement the changes proposed in patch #413333. unicode(obj) nowMarc-André Lemburg2001-09-201-0/+5
* Patch #435971: UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-201-1/+28
* Fix for bug #444493: u'\U00010001' segfaults with current CVS onMarc-André Lemburg2001-07-251-1/+2
* Make the unicode-escape and the UTF-16 codecs handle surrogatesMarc-André Lemburg2001-07-201-0/+8
* Encode surrogates in UTF-8 even for a wide Py_UNICODE.Martin v. Löwis2001-06-271-2/+2
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-131-2/+5
* Fix for bug #417030: "print '%*s' fails for unicode string"Marc-André Lemburg2001-05-021-0/+6
* Patch by Finn Bock to make test_unicode.py work for Jython.Marc-André Lemburg2001-02-101-5/+10
* Fixed .capitalize() method of Unicode objects to work like theMarc-André Lemburg2001-01-291-0/+2
* Change verify() function to raise TestFailed, not AssertionError.Guido van Rossum2001-01-191-6/+6
* Whitespace normalization. Leaving tokenize_tests.py alone for now.Tim Peters2001-01-181-6/+6
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-93/+93
* Added checks to prevent PyUnicode_Count() from dumping coreMarc-André Lemburg2001-01-161-0/+7
* This patch changes the default behaviour of the builtin charmapMarc-André Lemburg2001-01-031-2/+3
* Test more split argument combinations:Guido van Rossum2000-12-191-0/+7
* Slight improvement to Unicode test suite, inspired by patch #102563:Guido van Rossum2000-11-291-9/+11
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-43/+42
* Updated test with a case which checks for the bug reported inMarc-André Lemburg2000-10-071-0/+1
* Removing UTF-16 aware Unicode comparison code. This kind of compareMarc-André Lemburg2000-08-081-50/+53
* Tests for new surrogate support in the UTF-8 codec. By Bill Tutt.Marc-André Lemburg2000-07-071-0/+72
* Tests for new instance support in unicode().Marc-André Lemburg2000-07-071-0/+15
* Added tests for the new .isalpha() and .isalnum() methods.Marc-André Lemburg2000-07-051-0/+16
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-74/+0
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+75
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-141-6/+0
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-131-3/+12
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-081-2/+2
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-0/+6
* Get rid of memory leak caused by assingning sys.exc_info() to a local.Guido van Rossum2000-04-281-2/+2
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-04-131-0/+8
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-2/+1
* Marc-Andre Lemburg:Guido van Rossum2000-04-101-0/+29
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-051-8/+93
* Marc-Andre Lemburg:Guido van Rossum2000-03-281-45/+0
* Marc-Andre Lemburg:Guido van Rossum2000-03-241-0/+30
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-201-0/+1
* Marc-Andre Lemburg: Add tests for mixed use of char in string.Guido van Rossum2000-03-131-0/+13
* Marc-Andre Lemburg: test script for Unicode implementation.Guido van Rossum2000-03-101-0/+281