1. 28 May, 2002 1 commit
    • Christian Tismer's avatar
      This is a Python 2.1 and 2.2 bugfix candidate: · 313a7513
      Christian Tismer authored
      (or how do I "mark" something to be a candidate?)
      
      fixed an old buglet that caused bdb to be unable to
      continue in the botframe, after a breakpoint was set.
      the key idea is not to set botframe to the bottom level frame,
      but its f_back, which actually might be None.
      Additional changes: migrated old exception trick to use
      sys._getframe(), which exists both in 2.1 and 2.2 .
      
      Note: I believe Mark Hammond needs to look over his code now.
      F5 correctly starts up in the debugger, but later on doesn't stop at a given
      breakpoint any longer.
      
      kind regards - chris
      313a7513
  2. 27 May, 2002 5 commits
  3. 26 May, 2002 1 commit
  4. 25 May, 2002 1 commit
  5. 24 May, 2002 8 commits
  6. 23 May, 2002 17 commits
  7. 22 May, 2002 7 commits