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_unicodedata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
upgrade to Unicode 8.0.0
Benjamin Peterson
2015-06-27
1
-2/+2
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-8/+1
*
for some reason, you don't get the right checksum from an incremental build
Benjamin Peterson
2014-07-07
1
-2/+3
*
upgrade to unicode 7.0.0
Benjamin Peterson
2014-07-06
1
-2/+2
*
Fix expected checksum for new unicodedata (after full rebuild)
Antoine Pitrou
2013-10-11
1
-1/+1
*
upgrade unicode db to 6.3.0 (closes #19221)
Benjamin Peterson
2013-10-10
1
-1/+1
*
upgrade to UCD 6.2
Benjamin Peterson
2012-09-29
1
-1/+1
*
update to Unicode 6.1
Benjamin Peterson
2012-02-21
1
-2/+2
*
use full unicode mappings for upper/lower/title case (#12736)
Benjamin Peterson
2012-01-11
1
-1/+1
*
Move UCS4-specific tests with the "normal" tests.
Ezio Melotti
2011-09-29
1
-8/+4
*
Issue #10254: Fixed a crash and a regression introduced by the implementation...
Alexander Belopolsky
2010-12-23
1
-1/+14
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-1/+1
*
Fix resource warning in test_unicodedata. Patch by Brian Brazil.
Antoine Pitrou
2010-10-30
1
-0/+1
*
Upgrade to Unicode 6.0.0.
Martin v. Löwis
2010-10-11
1
-2/+2
*
Add more tests to unicodedata with large code points
Amaury Forgeot d'Arc
2010-08-18
1
-0/+2
*
Fix stupid typo in test.
Amaury Forgeot d'Arc
2010-08-18
1
-2/+2
*
#5127: Even on narrow unicode builds, the C functions that access the Unicode
Amaury Forgeot d'Arc
2010-08-18
1
-0/+6
*
Issue #9337: Make float.__str__ identical to float.__repr__.
Mark Dickinson
2010-08-04
1
-5/+4
*
Merged revisions 79494,79496 via svnmerge from
Florent Xicluna
2010-03-30
1
-1/+12
*
Fixed a failure in test_bigmem.
Florent Xicluna
2010-03-19
1
-2/+2
*
Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ...
Florent Xicluna
2010-03-19
1
-2/+2
*
Fix bad unicodedata checksum merge from trunk in r79062
Florent Xicluna
2010-03-19
1
-1/+1
*
Merged revisions 79059 via svnmerge from
Florent Xicluna
2010-03-18
1
-2/+2
*
oops, fix the test of my previous commit about unicodedata and PR #29 (r78647)
Victor Stinner
2010-03-04
1
-1/+1
*
Merged revisions 78646 via svnmerge from
Victor Stinner
2010-03-04
1
-0/+5
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-1/+1
*
Merged revisions 75272-75273 via svnmerge from
Amaury Forgeot d'Arc
2009-10-06
1
-2/+3
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-7/+7
*
Rename the surrogates handler to surrogatepass.
Martin v. Löwis
2009-05-10
1
-1/+1
*
Issue #3672: Reject surrogates in utf-8 codec; add surrogates error
Martin v. Löwis
2009-05-02
1
-1/+2
*
Merged revisions 71972 via svnmerge from
Walter Dörwald
2009-04-26
1
-1/+1
*
Merged revisions 71947 via svnmerge from
Martin v. Löwis
2009-04-26
1
-1/+6
*
Merged revisions 71894 via svnmerge from
Walter Dörwald
2009-04-25
1
-1/+14
*
Merged revisions 67320 via svnmerge from
Benjamin Peterson
2008-11-21
1
-2/+25
*
Merged revisions 66362 via svnmerge from
Martin v. Löwis
2008-09-10
1
-2/+12
*
Change all functions that expect one unicode character to accept a pair of
Walter Dörwald
2008-06-03
1
-0/+8
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Rename buffer -> bytearray.
Guido van Rossum
2007-11-21
1
-1/+1
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-1/+2
*
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
Georg Brandl
2007-10-24
1
-1/+1
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-1/+1
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
1
-0/+3
*
Fix test_unicodedata.py.
Walter Dörwald
2007-05-23
1
-1/+1
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-2/+2
*
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum
2007-05-03
1
-4/+4
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-70/+70
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-5/+5
*
Update Unicode database to Unicode 4.1.
Martin v. Löwis
2006-03-09
1
-2/+2
*
Fix all wrong instances of "it's".
Georg Brandl
2005-07-22
1
-2/+2
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
1
-0/+11
[next]