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
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
1
-1/+1
*
Patch # 1145 by Thomas Lee:
Guido van Rossum
2007-09-27
1
-0/+6
*
Changed some ValueError's to KeyError and IndexError.
Eric Smith
2007-09-04
1
-15/+16
*
Fix segfault discovered by Ron Adam. Not checking for terminating right brac...
Eric Smith
2007-09-03
1
-0/+2
*
Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking...
Eric Smith
2007-09-01
1
-3/+0
*
Added format tests.
Eric Smith
2007-08-30
1
-8/+8
*
Additional test for formatting code.
Eric Smith
2007-08-27
1
-3/+9
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-3/+3
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-2/+2
*
PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje...
Eric Smith
2007-08-26
1
-0/+9
*
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith
2007-08-25
1
-0/+212
*
Implement PEP 3131. Add isidentifier to str.
Martin v. Löwis
2007-08-15
1
-0/+13
*
Merged revisions 56443-56466 via svnmerge from
Guido van Rossum
2007-07-20
1
-4/+3
*
Make test_unicode pass after the lexer was fixed to turn unicode errors
Guido van Rossum
2007-07-18
1
-3/+4
*
Fix some tests by deleting stuff.
Guido van Rossum
2007-06-14
1
-1/+1
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-3/+8
*
There's no longer a u prefix for unicode objects
Walter Dörwald
2007-05-11
1
-6/+6
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-7/+8
*
test_unicode.py passes again 9except for problems
Walter Dörwald
2007-05-05
1
-102/+66
*
Fix various spots where int/long and str/unicode unification
Walter Dörwald
2007-05-03
1
-22/+18
*
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum
2007-05-03
1
-5/+5
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-327/+327
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-1/+1
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-4/+4
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
1
-1/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-9/+9
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1/+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0/+3
*
Make the it_index field in the str/unicode iterators Py_ssize_t's.
Guido van Rossum
2006-08-17
1
-0/+8
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-12/+3
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
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
[next]