1. 02 Agu, 1997 3 kayıt (commit)
    • Guido van Rossum's avatar
      Add a simple way to enable purify; now you can set the Make variable · d0924f45
      Guido van Rossum yazdı
      PURIFY (e.g. in the Setup file or on the make command line) to point
      to the purify command, to run purify.
      d0924f45
    • Guido van Rossum's avatar
      Print ps (process status) for us when starting a new thread. · c46d22e5
      Guido van Rossum yazdı
      Even less shuffling of stdout (only at start of new interpreter).
      
      Interact properly with new interpreter initialization conventions
      (must use Py_Initialize/Py_Finalize *and*
      Py_NewInterpreter/Py_EndInterpreter).
      
      Probably more minor changes.
      c46d22e5
    • Guido van Rossum's avatar
      Functionality enhancement: allow other threads to use Tk commands · 35d43377
      Guido van Rossum yazdı
      while one thread is blocked in mainloop().  Also, handle signals (not
      just interrupts) as soon as they happen.
      
      Cleanup: remove support for Tcl/Tk versions 7.4/4.0.  (I've confirmed
      that it works for 7.5/4.1 and 7.6/4.2, as well as 8.0b2.)
      
      Coding style change: instead of ``func (args)'', write ``func(args)''
      everywhere.
      
      Minor functionality change: use PyArg_ParseTuple everywhere.  This
      should only affect the errors reported for bad argument lists; in
      particular, deletefilehandler() is much clearer about what's going
      on.
      
      (XXX Still to do: Mac and Win ports to 8.0b2.)
      35d43377
  2. 01 Agu, 1997 1 kayıt (commit)
  3. 31 Tem, 1997 2 kayıt (commit)
  4. 30 Tem, 1997 3 kayıt (commit)
  5. 28 Tem, 1997 1 kayıt (commit)
  6. 27 Tem, 1997 1 kayıt (commit)
  7. 26 Tem, 1997 1 kayıt (commit)
  8. 25 Tem, 1997 8 kayıt (commit)
  9. 24 Tem, 1997 1 kayıt (commit)
    • Fred Drake's avatar
      A couple of grammatical nits. · 12d9eac0
      Fred Drake yazdı
      Re-sequenced the function descriptions so that the formatting is described
      before the assumption is made that the reader has a clue about the formatting.
      
      Moved examples to be closer to the functions being demonstrated.
      
      Added example of saferepr() result.
      12d9eac0
  10. 23 Tem, 1997 1 kayıt (commit)
  11. 21 Tem, 1997 1 kayıt (commit)
  12. 19 Tem, 1997 17 kayıt (commit)