1. 12 Ara, 1996 3 kayıt (commit)
    • Guido van Rossum's avatar
      Added soundex (sigh) · 3486f274
      Guido van Rossum yazdı
      3486f274
    • Guido van Rossum's avatar
      Added a bunch of new winfo options; we should now be up to date with · c0967cd4
      Guido van Rossum yazdı
      Tk 4.2.  The new winfo options supported are: mananger, pointerx,
      pointerxy, pointery, server, viewable, visualid, visualsavailable.
      
      Also fixed bugs in winfo_colormapfull() and winfo_containing().
      c0967cd4
    • Barry Warsaw's avatar
      Several changes... Guido *please* take a look! · e4ac0aa6
      Barry Warsaw yazdı
      1. Renamed
      
      2. Several coding styles were being used here, owing to the multiple
         contributors.  I tried to convert everything to standard "python"
         coding style for indentation, paren and brace placement, etc.
      
      3. There were several potential error conditions that were never being
         checked, and where I saw them, I added checks of return values,
         etc.  I'm pretty sure I got them all.
      
      4. There were some old-style (pre PyArg_ParseTuple) argument
         extraction and these were converted to use PyArg_ParseTuple.
      
      All changes compile and run with the new test_select.py module, at
      least on my Solaris/Sparc box.
      e4ac0aa6
  2. 11 Ara, 1996 18 kayıt (commit)
  3. 10 Ara, 1996 19 kayıt (commit)