index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_multibytecodec_support.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove now useless redefinition of chr/ord for narrow builds in test_multibyt...
Ezio Melotti
2011-09-29
1
-15
/
+0
*
Issue #12016: Add test_errorhandle() to TestBase_Mapping of
Victor Stinner
2011-06-03
1
-3
/
+33
*
Issue #12057: Add tests for ISO 2022 codecs
Victor Stinner
2011-05-31
1
-1
/
+3
*
(Merge 3.1) Issue #12057: Convert CJK encoding testcase BLOB into multiple text
Victor Stinner
2011-05-16
1
-5
/
+12
|
\
|
*
Issue #12057: Convert CJK encoding testcase BLOB into multiple text files
Victor Stinner
2011-05-16
1
-5
/
+12
|
*
Merged revisions 85503 via svnmerge from
Antoine Pitrou
2010-10-14
1
-27
/
+29
|
*
Merged revisions 76010 via svnmerge from
Antoine Pitrou
2009-11-01
1
-1
/
+1
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-2
/
+2
*
|
More proper closing of files
Antoine Pitrou
2010-10-14
1
-27
/
+29
*
|
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1
/
+1
*
|
Merged revisions 76535 via svnmerge from
Antoine Pitrou
2009-11-26
1
-1
/
+2
*
|
Fix test skipping in multibyte codec tests
Antoine Pitrou
2009-11-01
1
-1
/
+1
*
|
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-2
/
+2
|
/
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-3
/
+3
*
rename HTMLParser to html.parser and htmlentitydefs to html.entities;
Fred Drake
2008-05-17
1
-1
/
+1
*
Skip tests if the file mapping file cannot be fetched.
Martin v. Löwis
2008-03-08
1
-1
/
+4
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1
/
+1
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
1
-1
/
+1
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-0
/
+4
*
Don't depend on str8.splitlines() in test_chunkcoding().
Guido van Rossum
2007-10-10
1
-2
/
+8
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
1
-1
/
+15
*
Tweaks to make the codecmaps tests pass again.
Guido van Rossum
2007-07-23
1
-6
/
+6
*
Make all the multibyte codec tests pass.
Guido van Rossum
2007-05-17
1
-21
/
+21
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-4
/
+4
*
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum
2007-05-03
1
-3
/
+3
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-20
/
+20
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1
/
+1
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-1
/
+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-56
/
+154
*
Patch #1276356: Implement new resource "urlfetch" for regrtest.
Hye-Shik Chang
2005-12-10
1
-17
/
+5
*
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang
2004-07-18
1
-8
/
+3
*
Whitespace normalization.
Tim Peters
2004-07-08
1
-1
/
+1
*
Look for the multibyte codec map files in the parent directory too
Neal Norwitz
2004-06-06
1
-2
/
+7
*
Whitespace normalization.
Tim Peters
2004-01-18
1
-1
/
+0
*
Add CJK codecs support as discussed on python-dev. (SF #873597)
Hye-Shik Chang
2004-01-17
1
-0
/
+233