aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/scripts/findnocoding.py
Commit message (Expand)AuthorAge
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-20
* Issue #18960: Fix bugs with Python source code encoding in the second line.Serhiy Storchaka2014-01-09
* Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-16
* Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close)Victor Stinner2012-08-02
* Fix findnocoding.p and pysource.py scriptsVictor Stinner2012-08-01
* Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-04
|\
| * #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-04
* | Remove obsolete 'rU' mode in Tools/scripts too (see be5b8d1ded34)Éric Araujo2011-05-05
|/
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-03
* default source encoding is now utf-8Benjamin Peterson2008-10-25
* Ran 2to3 over scripts directory.Georg Brandl2008-05-16
* Convert print statements to function calls in Tools/.Collin Winter2007-08-03
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Whitespace normalization (via reindent.py).Tim Peters2005-08-26
* Patch [ 784089 ] A program to scan python files and list those require codingGeorg Brandl2005-08-24