summaryrefslogtreecommitdiff
path: root/Tools/scripts/findnocoding.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-201-1/+1
* Issue #18960: Fix bugs with Python source code encoding in the second line.Serhiy Storchaka2014-01-091-1/+3
* Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-161-3/+3
* Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close)Victor Stinner2012-08-021-1/+0
* Fix findnocoding.p and pysource.py scriptsVictor Stinner2012-08-011-11/+11
* Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-041-26/+28
|\
| * #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-041-26/+28
* | Remove obsolete 'rU' mode in Tools/scripts too (see be5b8d1ded34)Éric Araujo2011-05-051-2/+2
|/
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-031-1/+1
* default source encoding is now utf-8Benjamin Peterson2008-10-251-2/+2
* Ran 2to3 over scripts directory.Georg Brandl2008-05-161-1/+1
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-7/+7
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-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