1. 31 Agu, 2016 1 kayıt (commit)
  2. 11 Agu, 2016 1 kayıt (commit)
  3. 11 Tem, 2016 1 kayıt (commit)
  4. 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
  5. 22 May, 2016 1 kayıt (commit)
  6. 13 Tem, 2014 1 kayıt (commit)
  7. 01 Tem, 2014 2 kayıt (commit)
  8. 26 Haz, 2014 1 kayıt (commit)
  9. 18 Agu, 2013 2 kayıt (commit)
  10. 20 May, 2008 1 kayıt (commit)
  11. 17 May, 2008 1 kayıt (commit)
  12. 16 May, 2008 1 kayıt (commit)
  13. 21 Kas, 2002 1 kayıt (commit)
    • Kurt B. Kaiser's avatar
      Apply Nicolas Riley's Patch. · 4fc90470
      Kurt B. Kaiser yazdı
      [ 634250 ] SearchDialogBase.py fix for Tk 8.4.1
      
      SearchDialogBase refers to the grid 'col' option
      considered ambiguous with Python 2.2.2 and Tk 8.4.1.
      The correct name is 'column'.
      4fc90470
  14. 06 Kas, 2002 1 kayıt (commit)
  15. 04 Kas, 2002 1 kayıt (commit)
  16. 18 Eyl, 2002 1 kayıt (commit)
  17. 15 Agu, 2000 1 kayıt (commit)
  18. 02 Ock, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Checking in IDLE 0.2. · 504b0bf0
      Guido van Rossum yazdı
      Much has changed -- too much, in fact, to write down.
      The big news is that there's a standard way to write IDLE extensions;
      see extend.txt.  Some sample extensions have been provided, and
      some existing code has been converted to extensions.  Probably the
      biggest new user feature is a new search dialog with more options,
      search and replace, and even search in files (grep).
      
      This is exactly as downloaded from my laptop after returning
      from the holidays -- it hasn't even been tested on Unix yet.
      504b0bf0