summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/findnocoding.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the use of non-existing re.ASCII.Serhiy Storchaka2013-09-171-1/+1
| | | | (fixes a regression in 3d46ef0c62c5, issue #18873)
* Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect PythonSerhiy Storchaka2013-09-161-3/+3
| | | | source code encoding only in comment lines.
* don't use a catch-allBenjamin Peterson2008-10-251-1/+1
|
* Fix name.Georg Brandl2006-10-061-1/+1
|
* Whitespace normalization (via reindent.py).Tim Peters2005-08-261-8/+6
|
* Patch [ 784089 ] A program to scan python files and list those require codingGeorg Brandl2005-08-241-0/+106