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_multibytecodec_support.py
Commit message (
Expand
)
Author
Age
*
Skip tests if the file mapping file cannot be fetched.
Martin v. Löwis
2008-03-08
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
*
Don't depend on str8.splitlines() in test_chunkcoding().
Guido van Rossum
2007-10-10
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
*
Tweaks to make the codecmaps tests pass again.
Guido van Rossum
2007-07-23
*
Make all the multibyte codec tests pass.
Guido van Rossum
2007-05-17
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
*
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
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Patch #1276356: Implement new resource "urlfetch" for regrtest.
Hye-Shik Chang
2005-12-10
*
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang
2004-07-18
*
Whitespace normalization.
Tim Peters
2004-07-08
*
Look for the multibyte codec map files in the parent directory too
Neal Norwitz
2004-06-06
*
Whitespace normalization.
Tim Peters
2004-01-18
*
Add CJK codecs support as discussed on python-dev. (SF #873597)
Hye-Shik Chang
2004-01-17