1. 17 Ara, 2002 18 kayıt (commit)
  2. 16 Ara, 2002 12 kayıt (commit)
  3. 15 Ara, 2002 4 kayıt (commit)
  4. 14 Ara, 2002 6 kayıt (commit)
    • Raymond Hettinger's avatar
      Added missing markup. · 45bda57c
      Raymond Hettinger yazdı
      Replaced British spelling of 'behaviour' with 'behavior'.
      Noted the new optional argument in math.log(x [,base]).
      45bda57c
    • Raymond Hettinger's avatar
    • Raymond Hettinger's avatar
      Punctuation fix. · a828586c
      Raymond Hettinger yazdı
      a828586c
    • Kurt B. Kaiser's avatar
      M Debugger.py · bfed3462
      Kurt B. Kaiser yazdı
      M IOBinding.py
      M PyShell.py
      
      * Could not remove last set of saved breakpoints from a file
      * Starting with empty edit window, could not load a file
      * Multiple adjacent breakpoints were saved as one breakpoint
      * Storing breakpoints whenever a file is closed can get them out
        of synch with the saved version of a file.  Only store them when the
        file is saved.
      * Add comment on current limitations on file editing in the presence of
        breakpoints.
      * Replace get_current_breaks() with update_breakpoints(), add an update to
        PyShellEditorWindow.breakpoints, which is the master breakpoint data
        structure, and which is used to reload the subprocess debugger.
      * Revert Debugger.Debugger.load_breakpoints() to use editwin.breakpoints.
        It is easier to debug the debugger if the breakpoint list in IDLE is
        identical to the list in the subprocess debugger and is transferred when
        the subprocess debugger is restarted, because this list can be easily
        queried.
      * Cleanup some linespacing and comments in IOBinding.py
      bfed3462
    • Jack Jansen's avatar
      Got rid of outdated defines. · 3c05c1f0
      Jack Jansen yazdı
      3c05c1f0
    • Jack Jansen's avatar