summaryrefslogtreecommitdiffstats
path: root/Tools/unicode/comparecodecs.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
| | | | | | 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.
* Add two new tools to compare codecs and show differences and toMarc-André Lemburg2005-10-211-0/+53
list all installed codecs.