summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicode.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2002-05-231-1/+1
* Apply patch diff.txt from SF feature requestWalter Dörwald2002-04-221-0/+18
* Apply diff3.txt from SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-171-0/+22
* Whitespace normalization.Tim Peters2002-04-161-1/+1
* Apply the second version of SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-151-2/+12
* Added test case for UTF-8 encoding bug #541828.Marc-André Lemburg2002-04-101-0/+16
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-72/+72
* As part of fixing bug #536241, add a test case for string.zfill() with UnicodeAndrew M. Kuchling2002-03-291-1/+4
* Do not insert characters for unicode-escape decoders if the error modeMartin v. Löwis2002-03-211-0/+8
* Fix to the UTF-8 encoder: it failed on 0-length input strings.Marc-André Lemburg2002-02-071-23/+33
* Fix for the UTF-8 memory allocation bug and the UTF-8 encodingMarc-André Lemburg2002-02-061-12/+11
* Skipping some tests by adding the usual jython conditional test around:Finn Bock2001-12-101-24/+27
* Whitespace normalization.Tim Peters2001-12-011-1/+0
* Adding test for Unicode repr()-output.Marc-André Lemburg2001-11-281-0/+15
* Fix for bug #438164: %-formatting using Unicode objects.Marc-André Lemburg2001-11-201-4/+1
* Fix for bug #480188: printing unicode objectsMarc-André Lemburg2001-11-201-0/+13
* Additional test and documentation for the unicode() changes.Marc-André Lemburg2001-10-191-21/+61
* 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