1. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  2. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  3. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  4. a90f311 Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close) by Victor Stinner · 12 years ago
  5. 98516a6 Fix findnocoding.p and pysource.py scripts by Victor Stinner · 12 years ago
  6. ce98062 Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  7. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  8. 1e794f6 Remove obsolete 'rU' mode in Tools/scripts too (see be5b8d1ded34) by Éric Araujo · 13 years ago
  9. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  10. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
  11. cff882c default source encoding is now utf-8 by Benjamin Peterson · 16 years ago
  12. 8efadf5 Ran 2to3 over scripts directory. by Georg Brandl · 16 years ago
  13. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 17 years ago
  14. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  15. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  16. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  17. 5689731 Patch [ 784089 ] A program to scan python files and list those require coding by Georg Brandl · 19 years ago