Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
08b36bdab44eaf6fb041780f6be967105e8c722c
/
Lib
/
test
/
test_unicodedata.py
931bb02
oops, fix the test of my previous commit about unicodedata and PR #29 (r78647)
by Victor Stinner
· 15 years ago
7ed9c4c
Merged revisions 78646 via svnmerge from
by Victor Stinner
· 15 years ago
577473f
use assert[Not]In where appropriate
by Benjamin Peterson
· 16 years ago
7d52079
Merged revisions 75272-75273 via svnmerge from
by Amaury Forgeot d'Arc
· 16 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 16 years ago
54d9d07
Rename the surrogates handler to surrogatepass.
by Martin v. Löwis
· 16 years ago
db12d45
Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler.
by Martin v. Löwis
· 16 years ago
e250775
Merged revisions 71972 via svnmerge from
by Walter Dörwald
· 16 years ago
71efeb7
Merged revisions 71947 via svnmerge from
by Martin v. Löwis
· 16 years ago
1b08b30
Merged revisions 71894 via svnmerge from
by Walter Dörwald
· 16 years ago
6f7fad1
Merged revisions 67320 via svnmerge from
by Benjamin Peterson
· 17 years ago
93cbca3
Merged revisions 66362 via svnmerge from
by Martin v. Löwis
· 17 years ago
f342bfc
Change all functions that expect one unicode character to accept a pair of
by Walter Dörwald
· 17 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 17 years ago
254348e
Rename buffer -> bytearray.
by Guido van Rossum
· 18 years ago
98297ee
Merging the py3k-pep3137 branch back into the py3k branch.
by Guido van Rossum
· 18 years ago
bd1c68c
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
by Georg Brandl
· 18 years ago
9c62772
Changes in anticipation of stricter str vs. bytes enforcement.
by Guido van Rossum
· 18 years ago
806c246
Merged revisions 56753-56781 via svnmerge from
by Guido van Rossum
· 18 years ago
85d8e42
Fix test_unicodedata.py.
by Walter Dörwald
· 18 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
84fc66d
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
by Guido van Rossum
· 18 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 19 years ago
480f1bb
Update Unicode database to Unicode 4.1.
by Martin v. Löwis
· 19 years ago
7eb4b7d
Fix all wrong instances of "it's".
by Georg Brandl
· 20 years ago
e9ddfbb
SF #989185: Drop unicode.iswide() and unicode.width() and add
by Hye-Shik Chang
· 21 years ago
61e40bd
Special case normalization of empty strings. Fixes #924361. Backported to 2.3.
by Martin v. Löwis
· 21 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
669454e
Whitespace normalization.
by Tim Peters
· 22 years ago
37c4728
Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error
by Walter Dörwald
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
67ceca7
Fixed encoding to use an endianness independent format.
by Marc-André Lemburg
· 25 years ago
6a20ee7
Added test suite for the complete Unicode database. The test previously
by Marc-André Lemburg
· 25 years ago
24bdb04
Marc-Andre Lemburg:
by Guido van Rossum
· 25 years ago