index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_unicode.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a couple of tests for str.center with non-ASCII chars.
Ezio Melotti
2013-07-08
1
-0
/
+9
*
Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
Serhiy Storchaka
2013-06-23
1
-0
/
+2
*
Add tests for issue #18183.
Serhiy Storchaka
2013-06-12
1
-3
/
+15
*
remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value ...
Benjamin Peterson
2013-06-10
1
-0
/
+3
*
only recursively expand in the format spec (closes #17644)
Benjamin Peterson
2013-05-17
1
-0
/
+2
*
Silence DeprecationWarnings in test_unicode.
Ezio Melotti
2013-02-20
1
-9
/
+11
*
Issue #17137: When an Unicode string is resized, the internal wide character
Victor Stinner
2013-02-07
1
-0
/
+15
*
#16910: test_bytes, test_unicode, and test_userstring now work with unittest ...
Ezio Melotti
2013-01-10
1
-5
/
+3
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-20
1
-0
/
+20
*
#8271: the utf-8 decoder now outputs the correct number of U+FFFD characters...
Ezio Melotti
2012-11-04
1
-1
/
+221
*
Issue #14700: merge tests from 3.2.
Mark Dickinson
2012-10-28
1
-0
/
+27
|
\
|
*
Issue #14700: Fix buggy overflow checks for large precision and width in new-...
Mark Dickinson
2012-10-28
1
-0
/
+27
*
|
add another testcase
Benjamin Peterson
2012-08-05
1
-0
/
+1
*
|
Remove a now worthless test.
Brett Cannon
2012-05-12
1
-8
/
+0
*
|
unicode_writer_finish() checks string consistency
Victor Stinner
2012-05-09
1
-0
/
+4
*
|
Close #14648: Compute correctly maxchar in str.format() for substrin
Victor Stinner
2012-04-23
1
-2
/
+8
*
|
inherit maxchar of field value where needed (closes #14648)
Benjamin Peterson
2012-04-23
1
-0
/
+2
*
|
str.format_map tests don't do what they say: fix to actually implement the in...
Eric V. Smith
2012-03-12
1
-6
/
+9
|
\
\
|
|
/
|
*
str.format_map tests don't do what they say: fix to actually implement the in...
Eric V. Smith
2012-03-12
1
-6
/
+9
|
*
Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
Victor Stinner
2011-11-22
1
-0
/
+36
*
|
add str.casefold() (closes #13752)
Benjamin Peterson
2012-01-14
1
-0
/
+8
*
|
use full unicode mappings for upper/lower/title case (#12736)
Benjamin Peterson
2012-01-11
1
-0
/
+44
*
|
Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers
Victor Stinner
2011-11-25
1
-14
/
+4
*
|
(Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
Victor Stinner
2011-11-22
1
-0
/
+6
*
|
Add a test on str.__getnewargs__()
Victor Stinner
2011-11-22
1
-0
/
+7
*
|
Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API
Victor Stinner
2011-11-21
1
-0
/
+30
*
|
"unicode_internal" codec has been deprecated: fix related tests
Victor Stinner
2011-11-15
1
-7
/
+15
*
|
Issue #13333: The UTF-7 decoder now accepts lone surrogates
Antoine Pitrou
2011-11-15
1
-45
/
+127
|
\
\
|
|
/
|
/
|
|
*
Fix range in test.
Ezio Melotti
2011-11-11
1
-1
/
+1
|
*
Make test more inclusive
Antoine Pitrou
2011-11-11
1
-6
/
+4
|
*
Enable commented out test
Antoine Pitrou
2011-11-11
1
-1
/
+1
|
*
Issue #13134: optimize finding single-character strings using memchr
Antoine Pitrou
2011-10-11
1
-0
/
+17
|
*
test_unicode was forgetting to run the common string tests for str.find()
Antoine Pitrou
2011-10-08
1
-0
/
+1
|
|
\
|
*
|
Mark 'abc'.expandtab() optimization as specific to CPython
Victor Stinner
2011-10-07
1
-3
/
+4
|
*
|
str.replace(a, a) is now returning str unchanged if a is a
Victor Stinner
2011-10-07
1
-0
/
+6
|
*
|
#13054: fix usage of sys.maxunicode after PEP-393.
Ezio Melotti
2011-10-04
1
-16
/
+4
|
*
|
When expandtabs() would be a no-op, don't create a duplicate string
Antoine Pitrou
2011-10-04
1
-0
/
+4
|
*
|
Optimize unicode_subtype_new(): don't encode to wchar_t and decode from wchar_t
Victor Stinner
2011-10-01
1
-4
/
+7
|
*
|
remove "fast-path" for (i)adding strings
Benjamin Peterson
2011-09-30
1
-0
/
+12
|
*
|
Fix struct sizes. Drop -1, since the resulting string was actually the larges...
Martin v. Löwis
2011-09-28
1
-6
/
+7
|
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-14
/
+27
|
*
|
Merge indentation fix and skip decorator with 3.2.
Ezio Melotti
2011-08-23
1
-24
/
+28
|
|
\
\
|
*
\
\
#9200: merge with 3.2.
Ezio Melotti
2011-08-22
1
-1
/
+157
|
|
\
\
\
|
*
\
\
\
merge 3.2 (#12732)
Benjamin Peterson
2011-08-12
1
-4
/
+43
|
|
\
\
\
\
|
|
*
\
\
\
Merge from 3.2.
Eric V. Smith
2011-07-18
1
-4
/
+43
|
|
|
\
\
\
\
|
|
|
*
\
\
\
merge from 3.2
Senthil Kumaran
2011-07-03
1
-4
/
+43
|
|
|
|
\
\
\
\
|
|
|
|
*
\
\
\
#6780: merge with 3.2.
Ezio Melotti
2011-04-26
1
-4
/
+43
|
|
|
|
|
\
\
\
\
|
|
|
|
|
*
|
|
|
Issue 9856: Change object.__format__ with a non-empty format string from a Pe...
Eric V. Smith
2011-03-12
1
-1
/
+1
|
|
|
|
|
*
|
|
|
Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats
Victor Stinner
2011-03-02
1
-11
/
+28
|
|
|
|
|
*
|
|
|
Issue #10829: Refactor PyUnicode_FromFormat()
Victor Stinner
2011-03-01
1
-0
/
+19
[next]