1. 13 Eki, 2002 1 kayıt (commit)
  2. 10 Eki, 2002 1 kayıt (commit)
  3. 23 Tem, 2002 1 kayıt (commit)
  4. 23 Nis, 2002 1 kayıt (commit)
  5. 27 Mar, 2002 1 kayıt (commit)
  6. 13 Eki, 2001 1 kayıt (commit)
  7. 01 Eki, 2001 2 kayıt (commit)
  8. 05 Eyl, 2001 1 kayıt (commit)
  9. 01 Eyl, 2001 1 kayıt (commit)
  10. 23 Agu, 2001 2 kayıt (commit)
  11. 09 Agu, 2001 1 kayıt (commit)
  12. 09 Şub, 2001 1 kayıt (commit)
  13. 12 Ara, 2000 1 kayıt (commit)
  14. 23 Eki, 2000 1 kayıt (commit)
  15. 15 Eyl, 2000 1 kayıt (commit)
  16. 08 Eyl, 2000 1 kayıt (commit)
  17. 07 Eyl, 2000 1 kayıt (commit)
  18. 09 Agu, 2000 5 kayıt (commit)
  19. 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
  20. 06 Tem, 2000 1 kayıt (commit)
  21. 29 Haz, 2000 1 kayıt (commit)
  22. 18 Haz, 2000 1 kayıt (commit)
    • Andrew M. Kuchling's avatar
      Patch from /F: · e475e701
      Andrew M. Kuchling yazdı
      this patch adds a fast _flatten function to the _tkinter
      module, and imports it from Tkinter.py (if available).
      
      this speeds up canvas operations like create_line and
      create_polygon.  for example, a create_line with 5000
      vertices runs about 50 times faster with this patch in
      place.
      e475e701
  23. 30 Mar, 2000 1 kayıt (commit)
  24. 27 Şub, 2000 1 kayıt (commit)
  25. 25 Şub, 2000 1 kayıt (commit)
    • Barry Warsaw's avatar
      Changes inspired by Randall Hooper to allow callbacks when an · 7d3f27c0
      Barry Warsaw yazdı
      OptionMenu is modified.  Somewhat rewritten and elaborated by myself.
      
      class _setit: The constructor now takes an optional argument
      `callback' and stashes this in a private variable.  If set, the
      __call__() method will invoke this callback after the variable's value
      has changed.  It will pass the callback the value, followed by any
      args passed to __call__().
      
      class OptionMenu: The constructor now takes keyword arguments, the
      only one that's legally recognized is `command', which can be set to a
      callback.  This callback is invoked when the OptionMenu value is set.
      Any other keyword argument throws a TclError.
      7d3f27c0
  26. 20 Eki, 1999 1 kayıt (commit)
  27. 18 Eki, 1999 1 kayıt (commit)
  28. 20 Agu, 1999 1 kayıt (commit)
  29. 30 Tem, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Remove some redundant code from Canvas.tag_bind(), which added all · 42b334d9
      Guido van Rossum yazdı
      bindings to a dictionary _tagcommands which was otherwise unused.
      (This was checked in accidentally with rev. 1.125 and not deleted with
      rev. 1.127 when the other half of this code was removed -- although
      even as originally checked in the _tagcommands variable was never
      used.)
      
      (PR#40, reported by Peter Stoehr)
      42b334d9
  30. 21 Haz, 1999 1 kayıt (commit)
  31. 01 Haz, 1999 1 kayıt (commit)
  32. 05 May, 1999 1 kayıt (commit)
  33. 08 Nis, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Delete an accidentally checked-in feature that actually broke more · 6e9dadc1
      Guido van Rossum yazdı
      than was worth it: when deleting a canvas item, it would try to
      automatically delete the bindings for that item.  Since there's
      nothing that says you can't reuse the tag and still have the bindings,
      this is not correct.  Also, it broke at least one demo
      (Demo/tkinter/matt/rubber-band-box-demo-1.py).
      6e9dadc1
  34. 07 Nis, 1999 1 kayıt (commit)