index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_unicode.py
Commit message (
Expand
)
Author
Age
*
Fix for bug #626172: crash using unicode latin1 single char
Marc-André Lemburg
2002-10-23
*
Don't test whether surrogate sequences round-trip in UTF-8. 2.2.2 candidate.
Martin v. Löwis
2002-09-14
*
Use integer above sys.maxunicode for range test. Fixes #608884.
Martin v. Löwis
2002-09-14
*
Change the unicode.translate docstring to document that
Walter Dörwald
2002-09-04
*
Fix SF bug 599128, submitted by Inyeol Lee: .replace() would do the
Guido van Rossum
2002-08-23
*
Code by Inyeol Lee, submitted to SF bug 595350, to implement
Guido van Rossum
2002-08-23
*
Fix some endcase bugs in unicode rfind()/rindex() and endswith().
Guido van Rossum
2002-08-20
*
Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level.
Marc-André Lemburg
2002-08-11
*
Unicode replace() method with empty pattern argument should fail, like
Guido van Rossum
2002-08-09
*
Expanded the unittests for the new width sensitive PyUnicode_Contains().
Raymond Hettinger
2002-08-06
*
Added a test for PyUnicode_Contains() taking into account the width of
Barry Warsaw
2002-08-06
*
Committing patch #591250 which provides "str1 in str2" when str1 is a
Barry Warsaw
2002-08-06
*
Add encoding declaration.
Martin v. Löwis
2002-08-04
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Whitespace normalization.
Tim Peters
2002-05-23
*
Apply patch diff.txt from SF feature request
Walter Dörwald
2002-04-22
*
Apply diff3.txt from SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-17
*
Whitespace normalization.
Tim Peters
2002-04-16
*
Apply the second version of SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-15
*
Added test case for UTF-8 encoding bug #541828.
Marc-André Lemburg
2002-04-10
*
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum
2002-04-03
*
As part of fixing bug #536241, add a test case for string.zfill() with Unicode
Andrew M. Kuchling
2002-03-29
*
Do not insert characters for unicode-escape decoders if the error mode
Martin v. Löwis
2002-03-21
*
Fix to the UTF-8 encoder: it failed on 0-length input strings.
Marc-André Lemburg
2002-02-07
*
Fix for the UTF-8 memory allocation bug and the UTF-8 encoding
Marc-André Lemburg
2002-02-06
*
Skipping some tests by adding the usual jython conditional test around:
Finn Bock
2001-12-10
*
Whitespace normalization.
Tim Peters
2001-12-01
*
Adding test for Unicode repr()-output.
Marc-André Lemburg
2001-11-28
*
Fix for bug #438164: %-formatting using Unicode objects.
Marc-André Lemburg
2001-11-20
*
Fix for bug #480188: printing unicode objects
Marc-André Lemburg
2001-11-20
*
Additional test and documentation for the unicode() changes.
Marc-André Lemburg
2001-10-19
*
Whitespace normalization.
Tim Peters
2001-10-04
*
Add tests for repr() of strings containing string quotes as well.
Guido van Rossum
2001-09-21
*
Test basic functioning of unicode repr(). (If this breaks Jython,
Guido van Rossum
2001-09-21
*
Implement the changes proposed in patch #413333. unicode(obj) now
Marc-André Lemburg
2001-09-20
*
Patch #435971: UTF-7 codec by Brian Quinlan.
Marc-André Lemburg
2001-09-20
*
Fix for bug #444493: u'\U00010001' segfaults with current CVS on
Marc-André Lemburg
2001-07-25
*
Make the unicode-escape and the UTF-16 codecs handle surrogates
Marc-André Lemburg
2001-07-20
*
Encode surrogates in UTF-8 even for a wide Py_UNICODE.
Martin v. Löwis
2001-06-27
*
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
Tim Peters
2001-05-13
*
Fix for bug #417030: "print '%*s' fails for unicode string"
Marc-André Lemburg
2001-05-02
*
Patch by Finn Bock to make test_unicode.py work for Jython.
Marc-André Lemburg
2001-02-10
*
Fixed .capitalize() method of Unicode objects to work like the
Marc-André Lemburg
2001-01-29
*
Change verify() function to raise TestFailed, not AssertionError.
Guido van Rossum
2001-01-19
*
Whitespace normalization. Leaving tokenize_tests.py alone for now.
Tim Peters
2001-01-18
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
*
Added checks to prevent PyUnicode_Count() from dumping core
Marc-André Lemburg
2001-01-16
*
This patch changes the default behaviour of the builtin charmap
Marc-André Lemburg
2001-01-03
*
Test more split argument combinations:
Guido van Rossum
2000-12-19
*
Slight improvement to Unicode test suite, inspired by patch #102563:
Guido van Rossum
2000-11-29
[next]