1. 15 Kas, 2018 1 kayıt (commit)
  2. 30 Eyl, 2018 1 kayıt (commit)
  3. 18 Haz, 2018 1 kayıt (commit)
  4. 01 Eki, 2017 1 kayıt (commit)
  5. 10 Tem, 2016 1 kayıt (commit)
  6. 26 Haz, 2016 1 kayıt (commit)
  7. 28 May, 2016 1 kayıt (commit)
    • Terry Jan Reedy's avatar
      Issue #24225: Within idlelib files, update idlelib module names. · 6fa5bdc6
      Terry Jan Reedy yazdı
      This follows the previous patch that changed idlelib file names.
      Class names that matched old module names are not changed.
      Change idlelib imports in turtledemo.__main__.
      
      Exception: config-extensions.def.  Previously, extension section
      names, file names, and class names had to match.  Changing section
      names would create cross-version conflicts in config-extensions.cfg
      (user customizations).  Instead map old names to new file names
      at point of import in editor.EditorWindow.load_extension.
      
      Patch extensively tested with test_idle, idle_test.htest.py, a custom
      import-all test, running IDLE in a console to catch messages,
      and testing each menu item.  Based on a patch by Al Sweigart.
      6fa5bdc6
  8. 22 May, 2016 1 kayıt (commit)
  9. 20 Mar, 2016 1 kayıt (commit)
  10. 27 Ock, 2016 1 kayıt (commit)
  11. 30 Eki, 2015 1 kayıt (commit)
  12. 26 Eyl, 2015 1 kayıt (commit)
  13. 14 May, 2015 1 kayıt (commit)
  14. 24 May, 2014 1 kayıt (commit)
  15. 09 Ock, 2014 1 kayıt (commit)
    • Serhiy Storchaka's avatar
      Issue #18960: Fix bugs with Python source code encoding in the second line. · 768c16ce
      Serhiy Storchaka yazdı
      * 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.
      768c16ce
  16. 16 Eyl, 2013 1 kayıt (commit)
  17. 04 Agu, 2013 1 kayıt (commit)
  18. 08 Haz, 2013 1 kayıt (commit)
  19. 12 Ock, 2013 2 kayıt (commit)
  20. 25 Ara, 2012 1 kayıt (commit)
  21. 17 Ara, 2012 1 kayıt (commit)
  22. 10 Tem, 2012 1 kayıt (commit)
  23. 03 Haz, 2012 2 kayıt (commit)
  24. 27 May, 2012 4 kayıt (commit)
  25. 27 Tem, 2011 2 kayıt (commit)
  26. 13 May, 2011 1 kayıt (commit)
  27. 12 May, 2011 1 kayıt (commit)
  28. 23 Kas, 2010 3 kayıt (commit)
  29. 02 Agu, 2010 1 kayıt (commit)
    • Ezio Melotti's avatar
      Merged revisions 79576-79578 via svnmerge from · 4c6daf10
      Ezio Melotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79576 | florent.xicluna | 2010-04-02 10:24:52 +0300 (Fri, 02 Apr 2010) | 2 lines
      
        #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports.
      ........
        r79577 | florent.xicluna | 2010-04-02 11:15:26 +0300 (Fri, 02 Apr 2010) | 2 lines
      
        #7092: Drop the cmp argument.
      ........
        r79578 | florent.xicluna | 2010-04-02 11:30:21 +0300 (Fri, 02 Apr 2010) | 2 lines
      
        #7092: silence some py3k warnings
      ........
      4c6daf10
  30. 02 Nis, 2010 1 kayıt (commit)
  31. 18 Ock, 2009 2 kayıt (commit)