1. 10 May, 2006 1 kayıt (commit)
  2. 15 Nis, 2006 1 kayıt (commit)
  3. 07 Kas, 2004 1 kayıt (commit)
  4. 24 Eki, 2004 1 kayıt (commit)
  5. 30 Agu, 2004 1 kayıt (commit)
    • Johannes Gijsbers's avatar
      Patch #1003640: replace checkline() function parsing with new breakpoint logic: · 4a9faa1e
      Johannes Gijsbers yazdı
      1) When a breakpoint is set via a function name:
      - the breakpoint gets the lineno of the def statement
      - a new funcname attribute is attached to the breakpoint
      
      2) bdb.effective() calls new function checkfuncname() to handle:
      - def statement is executed: don't break.
      - a first executable line of a function with a breakpoint on the lineno of the
      def statement is reached: break.
      
      This fixes bugs 976878, 926369 and 875404. Thanks Ilya Sandler.
      4a9faa1e
  6. 24 Mar, 2004 1 kayıt (commit)
  7. 12 Şub, 2004 1 kayıt (commit)
  8. 27 Şub, 2003 1 kayıt (commit)
  9. 01 Haz, 2002 1 kayıt (commit)
  10. 29 May, 2002 1 kayıt (commit)
  11. 28 May, 2002 1 kayıt (commit)
    • Christian Tismer's avatar
      This is a Python 2.1 and 2.2 bugfix candidate: · 313a7513
      Christian Tismer yazdı
      (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
  12. 04 Nis, 2002 1 kayıt (commit)
  13. 31 Mar, 2002 2 kayıt (commit)
  14. 25 Şub, 2002 1 kayıt (commit)
  15. 11 Şub, 2002 1 kayıt (commit)
  16. 29 Kas, 2001 1 kayıt (commit)
  17. 25 Haz, 2001 1 kayıt (commit)
  18. 08 Nis, 2001 1 kayıt (commit)
  19. 09 Şub, 2001 1 kayıt (commit)
  20. 20 Ock, 2001 1 kayıt (commit)
    • Skip Montanaro's avatar
      added __all__ lists to a number of Python modules · e99d5ea2
      Skip Montanaro yazdı
      added test script and expected output file as well
      this closes patch 103297.
      __all__ attributes will be added to other modules without first submitting
      a patch, just adding the necessary line to the test script to verify
      more-or-less correct implementation.
      e99d5ea2
  21. 14 Ock, 2001 1 kayıt (commit)
  22. 02 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Mass patch by Ka-Ping Yee: · 4acc25bd
      Guido van Rossum yazdı
          1. Comments at the beginning of the module, before
             functions, and before classes have been turned
             into docstrings.
      
          2. Tabs are normalized to four spaces.
      
      Also, removed the "remove" function from dircmp.py, which reimplements
      list.remove() (it must have been very old).
      4acc25bd
  23. 19 Ock, 2000 1 kayıt (commit)
  24. 09 Eyl, 1999 1 kayıt (commit)
  25. 29 Ock, 1999 2 kayıt (commit)
  26. 25 Ock, 1999 2 kayıt (commit)
  27. 18 Kas, 1998 1 kayıt (commit)
  28. 28 Eyl, 1998 1 kayıt (commit)
  29. 11 Eyl, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Richard Wolff's changes: · d93643fe
      Guido van Rossum yazdı
      bdb.py  now has a class definition called Breakpoint along with
      	associated methods.  There's no reason why this class has to
      	be there; if you prefer it elsewhere, 'tis easily done.
      
      (Minor reformatting by GvR; e.g. moved Breakpoint's doc string to
      proper point.)
      d93643fe
  30. 29 Eyl, 1997 1 kayıt (commit)
  31. 11 Tem, 1997 2 kayıt (commit)
  32. 15 Eki, 1996 1 kayıt (commit)
  33. 27 Şub, 1995 1 kayıt (commit)
  34. 03 Şub, 1995 1 kayıt (commit)
  35. 10 Kas, 1994 1 kayıt (commit)
  36. 01 Agu, 1994 1 kayıt (commit)