- 25 Haz, 2001 1 kayıt (commit)
-
-
Just van Rossum yazdı
Return self.trace_dispatch from dispatch_return() to enable stepping through generators. (An alternative would be to create a new "yield" debugger event, but that involves many more changes, and might break Bdb subclasses.)
-
- 08 Nis, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This was found by Neal Norwitz's PyChecker.
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 20 Ock, 2001 1 kayıt (commit)
-
-
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.
-
- 14 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 02 Şub, 2000 1 kayıt (commit)
-
-
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).
-
- 19 Ock, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
isinstance(x, types.CodeType). Suggested by Finn Bock.
-
- 09 Eyl, 1999 1 kayıt (commit)
-
-
Barry Warsaw yazdı
much breakage (esp. in JPython which holds absolute path names in co_filename already). This implementation uses os.path.abspath() as a slightly better way to canonicalize path names. It implements a cache.
-
- 29 Ock, 1999 2 kayıt (commit)
-
-
Guido van Rossum yazdı
second time!
-
Guido van Rossum yazdı
applied to all filenames before they are compared, looked up in the breaks dictionary, etc. The default implementation does nothing -- it's implented as fast as possible via str(). A useful implementation would make everything a absolute, e.g. return os.path.normcase( os.path.abspath(filename)).
-
- 25 Ock, 1999 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Add new clear_bpbynumber() with single bpno argument. (Adapted from a patch by Richard Wolff.) Also some cleanup in error messages and moved some comments into a docstring.
-
- 18 Kas, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
do_delete(); do_clear() was meant. By Greg Ward.
-
- 28 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
works and Greg Ward just reported a problem it caused...
-
- 11 Eyl, 1998 1 kayıt (commit)
-
-
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.)
-
- 29 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Tem, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 15 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Şub, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Şub, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Kas, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Ara, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
-
- 23 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Ara, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it!
-
- 02 Eyl, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format).
-
- 03 Nis, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Mar, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Forget about the temp file.
-
- 24 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-