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
*
Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.
Martin v. Löwis
2003-08-05
1
-0/+4
*
Consider \U-escapes in raw-unicode-escape. Fixes #444514.
Martin v. Löwis
2003-05-18
1
-0/+7
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-3/+1
*
Change formatchar(), so that u"%c" % 0xffffffff now raises
Walter Dörwald
2003-04-02
1
-1/+1
*
Remove duplicate test.
Walter Dörwald
2003-03-31
1
-2/+2
*
Fix PyString_Format() so that '%c' % u'a' returns u'a'
Walter Dörwald
2003-03-31
1
-0/+3
*
Port all string tests to PyUnit and share as much tests
Walter Dörwald
2003-02-21
1
-492/+132
*
Add a few tests to test_count() to increase coverage in
Walter Dörwald
2003-02-10
1
-0/+6
*
Fix copy&paste error: call title instead of count
Walter Dörwald
2003-02-10
1
-1/+1
*
Port test_unicode.py to PyUnit and add tests for error
Walter Dörwald
2003-01-19
1
-851/+1039
*
Add a test that exercises the error handling part of
Walter Dörwald
2003-01-08
1
-0/+6
*
Patch for bug #659709: bogus computation of float length
Marc-André Lemburg
2002-12-29
1
-0/+25
*
check for unicode.__mod__
Neil Schemenauer
2002-11-18
1
-0/+1
*
Fix for bug #626172: crash using unicode latin1 single char
Marc-André Lemburg
2002-10-23
1
-0/+6
*
Don't test whether surrogate sequences round-trip in UTF-8. 2.2.2 candidate.
Martin v. Löwis
2002-09-14
1
-1/+4
*
Use integer above sys.maxunicode for range test. Fixes #608884.
Martin v. Löwis
2002-09-14
1
-2/+2
*
Change the unicode.translate docstring to document that
Walter Dörwald
2002-09-04
1
-0/+2
*
Fix SF bug 599128, submitted by Inyeol Lee: .replace() would do the
Guido van Rossum
2002-08-23
1
-0/+2
*
Code by Inyeol Lee, submitted to SF bug 595350, to implement
Guido van Rossum
2002-08-23
1
-6/+4
*
Fix some endcase bugs in unicode rfind()/rindex() and endswith().
Guido van Rossum
2002-08-20
1
-0/+6
*
Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level.
Marc-André Lemburg
2002-08-11
1
-0/+8
*
Unicode replace() method with empty pattern argument should fail, like
Guido van Rossum
2002-08-09
1
-0/+6
*
Expanded the unittests for the new width sensitive PyUnicode_Contains().
Raymond Hettinger
2002-08-06
1
-0/+6
*
Added a test for PyUnicode_Contains() taking into account the width of
Barry Warsaw
2002-08-06
1
-0/+1
*
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
[next]