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_codeccallbacks.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
revert creation of the html.entities and html.parser modules
Fred Drake
2008-05-20
1
-2/+2
*
update references and documentation for modules in the new html package
Fred Drake
2008-05-17
1
-2/+2
*
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
Walter Dörwald
2007-08-17
1
-2/+4
*
Conversion of exceptions over from faked-up classes to new-style C types.
Richard Jones
2006-05-27
1
-73/+0
*
Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c.
Walter Dörwald
2005-11-17
1
-2/+131
*
Add tests for various error cases and for readbuffer_encode() and
Walter Dörwald
2005-11-17
1
-0/+5
*
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
Walter Dörwald
2005-08-30
1
-2/+32
*
Fix copy & paste error in comments.
Walter Dörwald
2004-12-14
1
-2/+2
*
Whitespace normalization.
Tim Peters
2004-01-18
1
-1/+1
*
Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap().
Walter Dörwald
2003-10-24
1
-0/+12
*
Add a unicode prefix to the characters in the UnicodeEncodeError and
Walter Dörwald
2003-08-12
1
-9/+9
*
Enhance message for UnicodeEncodeError and UnicodeTranslateError.
Walter Dörwald
2003-08-12
1
-3/+35
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-3/+1
*
Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace()
Walter Dörwald
2003-04-29
1
-7/+1
*
Whitespace normalization.
Tim Peters
2003-02-19
1
-2/+2
*
Change the treatment of positions returned by PEP293
Walter Dörwald
2003-01-31
1
-22/+74
*
Add comments and remove duplicate tests.
Walter Dörwald
2003-01-20
1
-26/+34
*
Make the test scripts work again with narrow Python builds.
Walter Dörwald
2003-01-09
1
-1/+1
*
Add a few test cases to increase code coverage:
Walter Dörwald
2003-01-08
1
-0/+115
*
Fix typo in comment.
Walter Dörwald
2002-11-25
1
-1/+1
*
Update character names.
Martin v. Löwis
2002-11-23
1
-3/+3
*
Whitespace normalization.
Tim Peters
2002-11-09
1
-5/+5
*
Add a test case that checks that the proper exception is raises
Walter Dörwald
2002-09-06
1
-0/+15
*
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
Walter Dörwald
2002-09-02
1
-0/+483