579db160b392404b6dd9608ce5f5bef29a9885a4 |
|
16-Jul-2015 |
Victor Stinner <victor.stinner@gmail.com> |
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
/external/python/cpython3/Lib/test/multibytecodec_support.py
|
d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300 |
|
18-Jan-2015 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #23181: More "codepoint" -> "code point".
/external/python/cpython3/Lib/test/multibytecodec_support.py
|
d9de794c232078c1c024aa117e16e7367dafce13 |
|
02-Jul-2014 |
Zachary Ware <zachary.ware@gmail.com> |
Issue #18258: Fix test discovery for test_codecmaps_*.
/external/python/cpython3/Lib/test/multibytecodec_support.py
|
8f8ec92de85b40b9e7bec81ae87f18cc3996c560 |
|
16-Jan-2014 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #19936: Added executable bits or shebang lines to Python scripts which requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts.
|
b992a0e102c1dcc8d038983755f792c2f65a233f |
|
16-Jan-2014 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #19936: Added executable bits or shebang lines to Python scripts which requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
/external/python/cpython3/Lib/test/multibytecodec_support.py
|
101d9e7250c039aeabea1582459d40b52cc81024 |
|
08-Dec-2013 |
Zachary Ware <zachary.ware@gmail.com> |
Issue 19572: More silently skipped tests explicitly skipped.
|
9fe6d86709b0e769602ff55a6e5a202c440b9d8a |
|
08-Dec-2013 |
Zachary Ware <zachary.ware@gmail.com> |
Issue 19572: More silently skipped tests explicitly skipped.
/external/python/cpython3/Lib/test/multibytecodec_support.py
|
f7a17b48d748e1835bcf9df86fb7fb318bb020f8 |
|
25-Dec-2012 |
Andrew Svetlov <andrew.svetlov@gmail.com> |
Replace IOError with OSError (#16715)
/external/python/cpython3/Lib/test/multibytecodec_support.py
|
a2816c2b11aeb24b232570b4073a9644bfdd82c7 |
|
02-Dec-2012 |
Benjamin Peterson <benjamin@python.org> |
more test to more general test file, so it can test more things
/external/python/cpython3/Lib/test/multibytecodec_support.py
|
2f560fa3009b8b6d4e64eec4c1e7d201b5ed7035 |
|
02-Dec-2012 |
Benjamin Peterson <benjamin@python.org> |
loosen test now that bytes are allowed
/external/python/cpython3/Lib/test/multibytecodec_support.py
|
75d9aca97ad3c3d823d2f2211f579454b3216f51 |
|
09-Apr-2012 |
R David Murray <rdmurray@bitdance.com> |
Rename test_ file that is really a support file to remove test_ prefix. I thought I had run the full test suite before the last checkin, but obviously I didn't. test_multibytecodec_support.py isn't really a test file, it is a support file that contains a base test class. Rename it to multibytecodec_support so that regrtest test discovery doesn't think it is a test file that should be run.
/external/python/cpython3/Lib/test/multibytecodec_support.py
|