index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_unicode.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Committing patch #591250 which provides "str1 in str2" when str1 is a
Barry Warsaw
2002-08-06
1
-18/+57
*
Add encoding declaration.
Martin v. Löwis
2002-08-04
1
-0/+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-1/+1
*
Apply patch diff.txt from SF feature request
Walter Dörwald
2002-04-22
1
-0/+18
*
Apply diff3.txt from SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-17
1
-0/+22
*
Whitespace normalization.
Tim Peters
2002-04-16
1
-1/+1
*
Apply the second version of SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-15
1
-2/+12
*
Added test case for UTF-8 encoding bug #541828.
Marc-André Lemburg
2002-04-10
1
-0/+16
*
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum
2002-04-03
1
-72/+72
*
As part of fixing bug #536241, add a test case for string.zfill() with Unicode
Andrew M. Kuchling
2002-03-29
1
-1/+4
*
Do not insert characters for unicode-escape decoders if the error mode
Martin v. Löwis
2002-03-21
1
-0/+8
*
Fix to the UTF-8 encoder: it failed on 0-length input strings.
Marc-André Lemburg
2002-02-07
1
-23/+33
*
Fix for the UTF-8 memory allocation bug and the UTF-8 encoding
Marc-André Lemburg
2002-02-06
1
-12/+11
*
Skipping some tests by adding the usual jython conditional test around:
Finn Bock
2001-12-10
1
-24/+27
*
Whitespace normalization.
Tim Peters
2001-12-01
1
-1/+0
*
Adding test for Unicode repr()-output.
Marc-André Lemburg
2001-11-28
1
-0/+15
*
Fix for bug #438164: %-formatting using Unicode objects.
Marc-André Lemburg
2001-11-20
1
-4/+1
*
Fix for bug #480188: printing unicode objects
Marc-André Lemburg
2001-11-20
1
-0/+13
*
Additional test and documentation for the unicode() changes.
Marc-André Lemburg
2001-10-19
1
-21/+61
*
Whitespace normalization.
Tim Peters
2001-10-04
1
-1/+1
*
Add tests for repr() of strings containing string quotes as well.
Guido van Rossum
2001-09-21
1
-0/+4
*
Test basic functioning of unicode repr(). (If this breaks Jython,
Guido van Rossum
2001-09-21
1
-0/+11
*
Implement the changes proposed in patch #413333. unicode(obj) now
Marc-André Lemburg
2001-09-20
1
-0/+5
*
Patch #435971: UTF-7 codec by Brian Quinlan.
Marc-André Lemburg
2001-09-20
1
-1/+28
*
Fix for bug #444493: u'\U00010001' segfaults with current CVS on
Marc-André Lemburg
2001-07-25
1
-1/+2
*
Make the unicode-escape and the UTF-16 codecs handle surrogates
Marc-André Lemburg
2001-07-20
1
-0/+8
*
Encode surrogates in UTF-8 even for a wide Py_UNICODE.
Martin v. Löwis
2001-06-27
1
-2/+2
*
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
Tim Peters
2001-05-13
1
-2/+5
*
Fix for bug #417030: "print '%*s' fails for unicode string"
Marc-André Lemburg
2001-05-02
1
-0/+6
*
Patch by Finn Bock to make test_unicode.py work for Jython.
Marc-André Lemburg
2001-02-10
1
-5/+10
*
Fixed .capitalize() method of Unicode objects to work like the
Marc-André Lemburg
2001-01-29
1
-0/+2
*
Change verify() function to raise TestFailed, not AssertionError.
Guido van Rossum
2001-01-19
1
-6/+6
*
Whitespace normalization. Leaving tokenize_tests.py alone for now.
Tim Peters
2001-01-18
1
-6/+6
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-93/+93
*
Added checks to prevent PyUnicode_Count() from dumping core
Marc-André Lemburg
2001-01-16
1
-0/+7
*
This patch changes the default behaviour of the builtin charmap
Marc-André Lemburg
2001-01-03
1
-2/+3
*
Test more split argument combinations:
Guido van Rossum
2000-12-19
1
-0/+7
*
Slight improvement to Unicode test suite, inspired by patch #102563:
Guido van Rossum
2000-11-29
1
-9/+11
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-43/+42
*
Updated test with a case which checks for the bug reported in
Marc-André Lemburg
2000-10-07
1
-0/+1
*
Removing UTF-16 aware Unicode comparison code. This kind of compare
Marc-André Lemburg
2000-08-08
1
-50/+53
*
Tests for new surrogate support in the UTF-8 codec. By Bill Tutt.
Marc-André Lemburg
2000-07-07
1
-0/+72
*
Tests for new instance support in unicode().
Marc-André Lemburg
2000-07-07
1
-0/+15
*
Added tests for the new .isalpha() and .isalnum() methods.
Marc-André Lemburg
2000-07-05
1
-0/+16
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-30
1
-74/+0
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-28
1
-0/+75
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-14
1
-6/+0
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-13
1
-3/+12
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-08
1
-2/+2
[next]