1. 30 Haz, 2013 2 kayıt (commit)
  2. 23 Agu, 2007 1 kayıt (commit)
    • Kurt B. Kaiser's avatar
      Conform to py3k dict.{keys, items, values} with some advice from 2b3 · e0712779
      Kurt B. Kaiser yazdı
      M    idlelib/configHandler.py
      M    idlelib/ColorDelegator.py
      M    idlelib/Delegator.py
      M    idlelib/ObjectBrowser.py
      M    idlelib/PyShell.py
      M    idlelib/Debugger.py
      M    idlelib/configDialog.py
      M    idlelib/StackViewer.py
      M    idlelib/keybindingDialog.py
      M    idlelib/tabpage.py
      M    idlelib/EditorWindow.py
      M    idlelib/WindowList.py
      M    idlelib/RemoteDebugger.py
      M    idlelib/dynOptionMenuWidget.py
      e0712779
  3. 09 Şub, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fix most trivially-findable print statements. · be19ed77
      Guido van Rossum yazdı
      There's one major and one minor category still unfixed:
      doctests are the major category (and I hope to be able to augment the
      refactoring tool to refactor bona fide doctests soon);
      other code generating print statements in strings is the minor category.
      
      (Oh, and I don't know if the compiler package works.)
      be19ed77
  4. 13 Tem, 2001 1 kayıt (commit)
  5. 15 Agu, 2000 1 kayıt (commit)
  6. 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
  7. 10 Eki, 1998 1 kayıt (commit)