1. 17 Ara, 2012 1 kayıt (commit)
  2. 04 Kas, 2011 1 kayıt (commit)
  3. 31 Ara, 2008 1 kayıt (commit)
  4. 20 May, 2008 1 kayıt (commit)
  5. 17 May, 2008 3 kayıt (commit)
  6. 16 May, 2008 2 kayıt (commit)
  7. 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
  8. 19 Agu, 2006 1 kayıt (commit)
  9. 03 Agu, 2004 1 kayıt (commit)
  10. 12 Şub, 2004 1 kayıt (commit)
  11. 21 Ock, 2003 1 kayıt (commit)
  12. 16 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 7e474022
      Thomas Wouters yazdı
      comments, docstrings or error messages. I fixed two minor things in
      test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
      
      There is a minor style issue involved: Guido seems to have preferred English
      grammar (behaviour, honour) in a couple places. This patch changes that to
      American, which is the more prominent style in the source. I prefer English
      myself, so if English is preferred, I'd be happy to supply a patch myself ;)
      7e474022
  13. 06 May, 1998 1 kayıt (commit)
    • Fred Drake's avatar
      When a file name is selected ("OK" button, <Return> in the filename entry), · 073b8290
      Fred Drake yazdı
      and the "key" keyword parameter was used to invoke .go(), use the directory
      of the selected file as the stored directory to return to when the same key
      is used again.  This is useful since the user may well entry at least part
      of the path in the filename box instead of doing a lot of clicking around in
      the listboxes.
      073b8290
  14. 20 Mar, 1998 1 kayıt (commit)
  15. 03 Ock, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fix the following bug: · 7fc0bf82
      Guido van Rossum yazdı
      - When dragging the mouse in either listbox, the *first* entry
      clicked on is selected rather than the last (but the last one is
      highlighted).
      
      This is done by changing the bindtags so that our binding is executed
      after the default binding (which sets the 'active' index to the last
      item selected), and using 'active' instead of 'anchor' as the index to
      ask for.
      7fc0bf82
  16. 28 May, 1996 2 kayıt (commit)
    • Guido van Rossum's avatar
      Major overhaul: · 0978f993
      Guido van Rossum yazdı
      - Support ~[user] expansion.
      
      - Remember last directory and pattern; optional 'key' argument
      specifies different memory locations.
      
      - Absolutify pathnames if possible.
      
      - WM close event cancels the dialog.
      
      - First arg to go() can be either a directory or a file (renamed to
      dir_of_file); defaults to current directory.
      0978f993
    • Guido van Rossum's avatar
      don't export selection · 51b708ab
      Guido van Rossum yazdı
      51b708ab
  17. 01 Eyl, 1995 1 kayıt (commit)
  18. 29 Agu, 1995 1 kayıt (commit)