summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/findnocoding.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-201-1/+1
|
* Issue #22221: Backported fixes from Python 3 (issue #18960).Serhiy Storchaka2014-09-051-1/+3
| | | | | | | | | | | | | * Now the source encoding declaration on the second line isn't effective if the first line contains anything except a comment. This affects compile(), eval() and exec() too. * IDLE now ignores the source encoding declaration on the second line if the first line contains anything except a comment. * 2to3 and the findnocoding.py script now ignore the source encoding declaration on the second line if the first line contains anything except a comment.
* 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