index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_normalization.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
*
Try to fix #4674: test_normalization failure on some buildbots.
Antoine Pitrou
2008-12-16
*
Merged revisions 66369 via svnmerge from
Martin v. Löwis
2008-09-10
*
Merged revisions 66367 via svnmerge from
Martin v. Löwis
2008-09-10
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Explicitly use UTF-8 as the encoding for the normalization file.
Martin v. Löwis
2007-08-30
*
Remove RISCOS support
Skip Montanaro
2007-08-16
*
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum
2007-05-03
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Must inherit from Exception now.
Neal Norwitz
2006-03-24
*
Whitespace normalization.
Tim Peters
2006-03-10
*
Update test data to 4.1; disable PRI #29 for now.
Martin v. Löwis
2006-03-10
*
Patch #1276356: Implement new resource "urlfetch" for regrtest.
Hye-Shik Chang
2005-12-10
*
Overallocate target buffer for normalization more early. Fixes #834676.
Martin v. Löwis
2003-11-06
*
Correct URL of normalization file. Fixes #781065. Will backport to 2.3.
Martin v. Löwis
2003-08-05
*
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis
2003-05-10
*
Do a little more searching for the data file for the test: this allows
Fred Drake
2003-04-22
*
Reduced memory burden by iterating over the normalization test input
Tim Peters
2002-11-24
*
Fiddled things so that test_normalization is expected to be skipped if
Tim Peters
2002-11-24
*
Split long line.
Tim Peters
2002-11-24
*
Whitespace normalization.
Tim Peters
2002-11-24
*
Patch #626485: Support Unicode normalization.
Martin v. Löwis
2002-11-23