1. 02 Agu, 2010 1 kayıt (commit)
  2. 23 Şub, 2008 2 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 60990-61002 via svnmerge from · 05e8be17
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60990 | eric.smith | 2008-02-23 17:05:26 +0100 (Sat, 23 Feb 2008) | 1 line
      
        Removed duplicate Py_CHARMASK define.  It's already defined in Python.h.
      ........
        r60991 | andrew.kuchling | 2008-02-23 17:23:05 +0100 (Sat, 23 Feb 2008) | 4 lines
      
        #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.
        Remove automatic handling of datetime.date and datetime.time.
        This breaks backward compatibility, but python-dev discussion was strongly
        against this automatic conversion; see the bug for a link.
      ........
        r60994 | andrew.kuchling | 2008-02-23 17:39:43 +0100 (Sat, 23 Feb 2008) | 1 line
      
        #835521: Add index entries for various pickle-protocol methods and attributes
      ........
        r60995 | andrew.kuchling | 2008-02-23 18:10:46 +0100 (Sat, 23 Feb 2008) | 2 lines
      
        #1433694: minidom's .normalize() failed to set .nextSibling for last element.
        Fix by Malte Helmert
      ........
        r61000 | christian.heimes | 2008-02-23 18:40:11 +0100 (Sat, 23 Feb 2008) | 1 line
      
        Patch #2167 from calvin: Remove unused imports
      ........
        r61001 | christian.heimes | 2008-02-23 18:42:31 +0100 (Sat, 23 Feb 2008) | 1 line
      
        Patch #1957: syslogmodule: Release GIL when calling syslog(3)
      ........
        r61002 | christian.heimes | 2008-02-23 18:52:07 +0100 (Sat, 23 Feb 2008) | 2 lines
      
        Issue #2051 and patch from Alexander Belopolsky:
        Permission for pyc and pyo files are inherited from the py file.
      ........
      05e8be17
    • Christian Heimes's avatar
      c5f05e45
  3. 18 Tem, 2004 1 kayıt (commit)
  4. 23 Agu, 2001 1 kayıt (commit)
    • Barry Warsaw's avatar
      Implement some suggestions by Laura Creighton. · e47e9779
      Barry Warsaw yazdı
      ChipWidget.__init__(): Added a message area just below the color
          name.  Both the message and name widgets are now FLAT, DISABLED
          Entry widgets instead of Labels.  This allows users to
          copy-n-paste the color names or color specs.  Also, the contents
          of both widgets are now driven by StringVars.
      
      set_color(): This only sets the chip color; it does not set the name
          widgets.
      
      set_name(): New method which only sets the name widget contents.
      
      set_message(): New method which only sets the message widget contents.
      
      ChipViewer.update_yourself(): Set the color, name, and message for
          each chip as follows: the first line always contains the color
          spec in #rrggbb format.  The second line will contain the color
          name, but slightly differently for each widget.  For the Selected
          widget, if the color exactly matches the Nearest color, the name
          is shown, otherwise the message field will be empty.  The name
          field of the Nearest widget will always contain the color name.
      e47e9779
  5. 10 Tem, 2001 1 kayıt (commit)
  6. 26 Nis, 1999 1 kayıt (commit)
  7. 18 Kas, 1998 1 kayıt (commit)
  8. 22 Eki, 1998 1 kayıt (commit)
    • Barry Warsaw's avatar
      Many changes to support a second mode of operation. Pynche can now be · ca07ba00
      Barry Warsaw yazdı
      run either as a standalone application (by running pynche or
      pynche.pyw), or as a modal dialog inside another application.  This
      can be done by importing pyColorChooser and running askcolor().  The
      API for this is the same as the tkColorChooser.askcolor() API, namely:
      
          When `Okay' is hit, askcolor() returns ((r, g, b), "name").  When
          `Cancel' is hit, askcolor() returns (None, None).
      
      Note the following differences:
      
          1. pyColorChooser.askcolor() takes an optional keyword `master'
             which if set tells Pynche to run as a modal dialog.  `master'
             is a Tkinter parent window.  Without the `master' keyword
             Pynche runs standalone.
      
          2. in pyColorChooser.askcolor() will return a Tk/X11 color name as
             "name" if there is an exact match, otherwise it will return a
             color spec, e.g. "#rrggbb".  tkColorChooser can't return a
             color name.
      
      There are also some UI differences when running standalone vs. modal.
      When modal, there is no "File" menu, but instead there are "Okay" and
      "Cancel" buttons.
      
      The implementation of all this is a bit of a hack, but it seems to
      work moderately well.  I'm not guaranteeing the pyColorChooser.Chooser
      class has the same semantics as the tkColorChooser.Chooser class.
      ca07ba00
  9. 20 Eki, 1998 1 kayıt (commit)
  10. 02 Eki, 1998 1 kayıt (commit)
  11. 01 Eki, 1998 2 kayıt (commit)
  12. 29 Eyl, 1998 2 kayıt (commit)
  13. 10 Mar, 1998 1 kayıt (commit)
  14. 11 Şub, 1998 1 kayıt (commit)
  15. 30 Ock, 1998 1 kayıt (commit)
  16. 29 Ock, 1998 1 kayıt (commit)