COMMITS
/ Tools/scripts/findnocoding.py March 20, 2016
S
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka committed
January 9, 2014
S
Issue #18960: Fix bugs with Python source code encoding in the second line.
Serhiy Storchaka committed
September 16, 2013
S
Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script
Serhiy Storchaka committed
August 1, 2012
V
Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close)
Victor Stinner committed
V
Fix findnocoding.p and pysource.py scripts
Victor Stinner committed
April 5, 2012
R
Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts.
R David Murray committed
R
#14490, #14491: add 'sundry'-style import tests for Tools/scripts.
R David Murray committed
May 5, 2011
É
Remove obsolete 'rU' mode in Tools/scripts too (see be5b8d1ded34)
Éric Araujo committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
November 3, 2008
B
Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from
Benjamin Peterson committed
October 25, 2008
B
default source encoding is now utf-8
Benjamin Peterson committed
May 16, 2008
G
Ran 2to3 over scripts directory.
Georg Brandl committed
August 3, 2007
C
Convert print statements to function calls in Tools/.
Collin Winter committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 26, 2005
T
Whitespace normalization (via reindent.py).
Tim Peters committed
August 24, 2005
G
Patch [ 784089 ] A program to scan python files and list those require coding
Georg Brandl committed