Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
bd8c629eb54860df775f0072f4cf5fbd23dededb
/
Lib
/
test
/
test_unicodedata.py
06fdbed
fixed issue 10254 test
by Alexander Belopolsky
· 15 years ago
dce6cf3
Merged revisions 87442 via svnmerge from
by Alexander Belopolsky
· 15 years ago
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
22b2438
#7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14.
by Florent Xicluna
· 15 years ago
2e0a53f
Issue #8024: Update the Unicode database to 5.2
by Florent Xicluna
· 15 years ago
7c924ec
Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review
by Victor Stinner
· 15 years ago
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 16 years ago
d0052d1
#1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
by Amaury Forgeot d'Arc
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
4c69da2
Fix typo.
by Walter Dörwald
· 16 years ago
99f2779
Issue #4971: Fix titlecase for characters that are their own
by Martin v. Löwis
· 16 years ago
5d98ec7
Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
by Walter Dörwald
· 16 years ago
c078f92
don't segfault when \N escapes are used and unicodedata fails to load
by Benjamin Peterson
· 17 years ago
24329ba
Issue #3811: The Unicode database was updated to 5.1.
by Martin v. Löwis
· 17 years ago
a2a89a8
Change all functions that expect one unicode character to accept a pair of
by Walter Dörwald
· 17 years ago
f1e0b3f
Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot
by Martin v. Löwis
· 18 years ago
d004fc8
Patch 1494554: Update numeric properties to Unicode 4.1.
by Martin v. Löwis
· 19 years ago
bffb0bc
In stdlib, use hashlib instead of deprecated md5 and sha modules.
by Georg Brandl
· 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