An error occurred fetching the project authors.
  1. 06 Oct, 2015 1 commit
  2. 26 Jun, 2015 1 commit
  3. 20 Jun, 2015 2 commits
  4. 25 May, 2015 1 commit
  5. 20 Mar, 2015 1 commit
  6. 24 Feb, 2014 1 commit
  7. 23 Feb, 2014 1 commit
  8. 18 Feb, 2014 1 commit
  9. 17 Feb, 2014 2 commits
  10. 09 Jan, 2014 1 commit
    • Serhiy Storchaka's avatar
      Issue #18960: Fix bugs with Python source code encoding in the second line. · 9ca59852
      Serhiy Storchaka authored
      * The first line of Python script could be executed twice when the source
      encoding (not equal to 'utf-8') was specified on the second line.
      
      * Now the source encoding declaration on the second line isn't effective if
      the first line contains anything except a comment.
      
      * As a consequence, 'python -x' works now again with files with the source
      encoding declarations specified on the second file, and can be used again
      to make Python batch files on Windows.
      
      * The tokenize module now ignore the source encoding declaration on the second
      line if the first line contains anything except a comment.
      
      * 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.
      9ca59852
  11. 16 Sep, 2013 1 commit
  12. 03 Nov, 2012 2 commits
  13. 07 Jul, 2012 1 commit
  14. 20 Jun, 2012 1 commit
  15. 17 Jun, 2012 2 commits
  16. 20 Apr, 2012 2 commits
  17. 04 Mar, 2012 1 commit
  18. 19 Jan, 2012 1 commit
  19. 28 Sep, 2011 1 commit
  20. 13 Aug, 2011 1 commit
  21. 19 Jul, 2011 1 commit
  22. 21 Nov, 2010 1 commit
  23. 20 Nov, 2010 1 commit
  24. 09 Nov, 2010 2 commits
  25. 30 Oct, 2010 2 commits
  26. 14 Oct, 2010 3 commits
  27. 30 Aug, 2010 3 commits
  28. 04 Aug, 2010 1 commit
  29. 29 Jun, 2010 1 commit