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
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-63/+63
*
Issue 6089: str.format raises SystemError.
Eric Smith
2009-05-23
1
-0/+4
*
Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal se...
Antoine Pitrou
2009-05-04
1
-6/+15
*
Unicode format tests weren't actually testing unicode. This was probably due ...
Eric Smith
2009-03-14
1
-51/+51
*
Issue 5237, Allow auto-numbered replacement fields in str.format() strings.
Eric Smith
2009-03-14
1
-3/+33
*
#3601: test_unicode.test_raiseMemError fails in UCS4
Antoine Pitrou
2008-09-05
1
-1/+4
*
#3556: test_raiseMemError consumes an insane amount of memory
Antoine Pitrou
2008-08-17
1
-8/+3
*
Correct a crash when two successive unicode allocations fail with a MemoryError:
Amaury Forgeot d'Arc
2008-07-31
1
-0/+14
*
#2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions
Antoine Pitrou
2008-07-25
1
-0/+3
*
#1477: ur'\U0010FFFF' raised in narrow unicode builds.
Amaury Forgeot d'Arc
2008-03-23
1
-2/+15
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+1
*
Added code to correct combining str and unicode in ''.format(). Added test c...
Eric Smith
2008-02-18
1
-0/+9
*
Backport of PEP 3101, Advanced String Formatting, from py3k.
Eric Smith
2008-02-17
1
-0/+262
*
Fix failing unicode test caused by change to ast.c at r56441
Kurt B. Kaiser
2007-07-18
1
-3/+3
*
Prevent these tests from running on Win64 since they don\'t apply there either
Neal Norwitz
2007-06-11
1
-2/+2
*
Prevent expandtabs() on string and unicode objects from causing a segfault when
Neal Norwitz
2007-06-09
1
-2/+7
*
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...
Collin Winter
2007-04-25
1
-1/+1
*
Patch #1541585: fix buffer overrun when performing repr() on
Neal Norwitz
2006-08-21
1
-0/+4
*
Whitespace normalization.
Tim Peters
2006-05-03
1
-1/+1
*
Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0.
Georg Brandl
2006-04-30
1
-13/+4
*
Fixed bug #1459029 - unicode reprs were double-escaped.
Anthony Baxter
2006-03-30
1
-0/+16
*
Checkin the test of patch #1400181.
Georg Brandl
2006-01-20
1
-0/+14
*
Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'
Hye-Shik Chang
2005-12-17
1
-10/+14
*
Move registration of the codec search function to the module scope
Neal Norwitz
2005-11-24
1
-17/+18
*
Change the %s format specifier for str objects so that it returns a
Neil Schemenauer
2005-08-12
1
-0/+4
*
Make subclasses of int, long, complex, float, and unicode perform type
Brett Cannon
2005-04-26
1
-1/+63
*
Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that
Walter Dörwald
2004-08-26
1
-1/+2
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
1
-2/+1
*
Let u'%s' % obj try obj.__unicode__() first and fallback to obj.__str__().
Marc-André Lemburg
2004-07-23
1
-0/+8
*
Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald)
Hye-Shik Chang
2004-06-04
1
-21/+2
*
Fix typo.
Hye-Shik Chang
2004-06-04
1
-1/+1
*
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang
2004-06-02
1
-0/+20
*
Fix reallocation bug in unicode.translate(): The code was comparing
Walter Dörwald
2004-02-05
1
-0/+1
*
Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr.
Jeremy Hylton
2003-10-06
1
-0/+7
*
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
[next]