1. 10 Ock, 1997 6 kayıt (commit)
  2. 09 Ock, 1997 6 kayıt (commit)
  3. 07 Ock, 1997 7 kayıt (commit)
  4. 06 Ock, 1997 14 kayıt (commit)
  5. 03 Ock, 1997 7 kayıt (commit)
    • Barry Warsaw's avatar
      strop_upper(), strop_lower(): shared code version caused to much of a · 04d2d15b
      Barry Warsaw yazdı
      performance hit.  Urg.  Reverted.
      
      strop_joinfields(): re-instate optimizations for lists and tuples, but
      support arbitrary other kinds of sequences as well.
      04d2d15b
    • 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
    • Roger E. Masse's avatar
      Renamed but not well tested. · bf0c3ca9
      Roger E. Masse yazdı
      bf0c3ca9
    • Roger E. Masse's avatar
      This is a very inobstrusive test for the existance of the SGI cd module · 32e949d1
      Roger E. Masse yazdı
      and all it's attributes.  More comprehensive examples can be found in
      Demo/cd and require that you have a CD and a CD ROM drive
      32e949d1
    • Roger E. Masse's avatar
      Output file for test_cd.py · 5150542b
      Roger E. Masse yazdı
      5150542b
    • Barry Warsaw's avatar
      Several changes: · e8fc29cd
      Barry Warsaw yazdı
      - split_whitespace(): slightly better memory ref handling when errors
        occur.
      
      - strop_joinfields(): First argument can now be any sequence-protocol
        conformant object.
      
      - strop_find(), strop_rfind(): Use PyArg_ParseTuple for optional
        arguments
      
      - strop_lower(), strop_upper(): Factor logic into a common function
        do_casechange().
      
      - strop_atoi(), strop_atol(): Use PyArg_ParseTuple.
      
      - strop_maketrans(): arguments used to be optional, although the
        documentation doesn't reflect this.  Make the source conform to the
        docs.  Arguments are required, but two empty strings will return the
        identity translation table.
      
      - General pass fixing up formatting, and checking for return values.
      e8fc29cd
    • Guido van Rossum's avatar
      Some small changes. · 9d1a02ce
      Guido van Rossum yazdı
      Raise ImportError instead of SystemExit when $DISPLAY is not set, so
      regrtest.py will do the right thing.
      
      Add a call to gl.clear() to clear the window before drawing in it.
      
      Add some verbose prints for completeness.
      
      Use gl.v2i() for the coordinates of one of the lines, for a little bit
      of variety.
      
      Reduce the time the window is displayed from 5 to 2 seconds.
      9d1a02ce