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
...
*
|
merge 3.2 (#12732)
Benjamin Peterson
2011-08-13
1
-0/+1
|
\
\
|
|
/
|
*
in narrow builds, make sure to test codepoints as identifier characters (clos...
Benjamin Peterson
2011-08-13
1
-0/+1
*
|
Merge from 3.2.
Eric V. Smith
2011-07-18
1
-0/+5
|
\
\
|
|
/
|
*
Closes #12579. Positional fields with str.format_map() now raise a ValueError...
Eric V. Smith
2011-07-18
1
-0/+5
*
|
merge from 3.2
Senthil Kumaran
2011-07-04
1
-0/+1
|
\
\
|
|
/
|
*
Fix closes issue12471 - wrong TypeError message when '%i' format spec was used.
Senthil Kumaran
2011-07-04
1
-0/+1
*
|
#6780: merge with 3.2.
Ezio Melotti
2011-04-26
1
-0/+8
|
\
\
|
|
/
|
*
#6780: merge with 3.1.
Ezio Melotti
2011-04-26
1
-0/+8
|
|
\
|
|
*
#6780: fix starts/endswith error message to mention that tuples are accepted ...
Ezio Melotti
2011-04-26
1
-0/+11
|
|
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-3/+3
|
|
*
Merged revisions 85861 via svnmerge from
Antoine Pitrou
2010-10-27
1
-3/+2
|
|
*
Merged revisions 83966 via svnmerge from
Eric Smith
2010-08-13
1
-5/+0
|
|
*
Merged revisions 82978 via svnmerge from
Stefan Krah
2010-07-19
1
-0/+1
|
|
*
Merged revisions 82413,82468 via svnmerge from
Ezio Melotti
2010-07-03
1
-0/+153
|
|
*
Merged revisions 81823,81835 via svnmerge from
Benjamin Peterson
2010-06-08
1
-0/+3
|
|
*
Merged revisions 79281 via svnmerge from
Victor Stinner
2010-03-22
1
-0/+8
|
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-38/+38
|
*
|
Merged revisions 88697 via svnmerge from
Victor Stinner
2011-03-01
1
-0/+13
|
*
|
Merged revisions 88481 via svnmerge from
Victor Stinner
2011-02-23
1
-1/+4
*
|
|
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
*
|
|
Issue #11246: Fix PyUnicode_FromFormat("%V")
Victor Stinner
2011-03-01
1
-0/+13
*
|
|
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
1
-1/+4
*
|
|
Fix PyUnicode_FromFormatV("%c") for non-BMP char
Victor Stinner
2011-02-21
1
-1/+4
|
/
/
*
|
Issue #11302: missing type check on _string.formatter_field_name_split and _s...
Eric Smith
2011-01-29
1
-0/+52
*
|
test_unicode: use ctypes to test PyUnicode_FromFormat()
Victor Stinner
2011-01-05
1
-6/+20
*
|
Issue #10557: Fixed error messages from float() and other numeric
Alexander Belopolsky
2010-12-04
1
-2/+7
*
|
#10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...
Ezio Melotti
2010-12-01
1
-1/+1
*
|
Fix tests when ctypes isn't available
Antoine Pitrou
2010-11-22
1
-0/+2
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-18/+18
*
|
Removed unused test classes from test_format_map().
Eric Smith
2010-11-06
1
-38/+0
*
|
Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.fo...
Eric Smith
2010-11-04
1
-0/+78
*
|
Recode modules from latin-1 to utf-8
Antoine Pitrou
2010-10-27
1
-3/+2
*
|
PyUnicode_FromFormatV(): Fix %A format
Victor Stinner
2010-10-18
1
-3/+6
*
|
Upgrade to Unicode 6.0.0.
Martin v. Löwis
2010-10-11
1
-1/+1
*
|
Issue #8670: Rename testcapi unicode test methods
Victor Stinner
2010-10-02
1
-11/+11
*
|
Oops, revert unwanted _testcapi changes of r85174
Victor Stinner
2010-10-02
1
-11/+11
*
|
Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t
Victor Stinner
2010-10-02
1
-11/+11
*
|
Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace
Victor Stinner
2010-10-02
1
-0/+20
*
|
Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul char...
Victor Stinner
2010-10-02
1
-0/+39
*
|
Issue 7994: Make object.__format__() raise a PendingDeprecationWarning
Eric Smith
2010-09-13
1
-4/+7
*
|
Reenable test_ucs4 and remove some duplicated lines.
Florent Xicluna
2010-09-13
1
-26/+17
*
|
Issue #9738, #9836: Fix refleak introduced by r84704
Victor Stinner
2010-09-12
1
-1/+1
*
|
Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on
Victor Stinner
2010-09-11
1
-0/+14
*
|
#5127: Even on narrow unicode builds, the C functions that access the Unicode
Amaury Forgeot d'Arc
2010-08-18
1
-0/+4
*
|
Remove unused test class.
Eric Smith
2010-08-12
1
-5/+0
*
|
Sub-issue of #9036: Fix incorrect use of Py_CHARMASK.
Stefan Krah
2010-07-19
1
-0/+1
*
|
Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.
Ezio Melotti
2010-07-01
1
-0/+153
*
|
Merged revisions 81499,81506 via svnmerge from
Benjamin Peterson
2010-06-27
1
-4/+4
[prev]
[next]