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
*
#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
*
Special case normalization of empty strings. Fixes #924361.
Martin v. Löwis
2004-04-17
1
-0/+1
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-5/+5
*
Whitespace normalization.
Tim Peters
2003-03-07
1
-1/+1
*
Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error
Walter Dörwald
2003-02-26
1
-111/+199
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-26/+27
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-5/+5
*
Fixed encoding to use an endianness independent format.
Marc-André Lemburg
2000-09-27
1
-1/+3
*
Added test suite for the complete Unicode database. The test previously
Marc-André Lemburg
2000-09-26
1
-7/+79
*
Marc-Andre Lemburg:
Guido van Rossum
2000-03-28
1
-0/+50