- 22 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
filename may be omitted.
-
- 20 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
according to an idea by Harri Pasanen (but with different syntax). This affects the 'break' and 'clear' commands and their help functions. Also added a helper method lookupmodule(). Also: - Try to import readline (important when pdb is used from/as a script). - Get rid of reference to ancient __privileged__ magic variable. - Moved all import out of functions to the top. - When used as a script, check that the script file exists.
-
- 25 Şub, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
of the variables known to hold arguments, but that's as close as I can get, and generally it's close enough).
-
- 29 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Kas, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Eyl, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Tem, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
- move compile() inside try-except - add code so you can do "python pdb.py <script> <arg> ..." to debug <script>
-
- 07 Agu, 1995 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)
-
- 22 Eki, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
* builtin.py: b/w compat for builtin -> __builtin__ name change * string.py: added atof() and atol() and corresponding exceptions * test_types.py: added test for list sort with user comparison function
-
- 29 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* string.py: change whitespace to include \r, \v and \f. When importing strop succeeds, re-evaluate meaning of letters.
-
- 23 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Mar, 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!
-
- 05 Kas, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* changed eval() into getattr() in cmd.py * added dirname(), basename() and (dummy) normath() to macpath.py * renamed nntp.py to nntplib.py * Made string.index() compatible with strop.index() * Make string.atoi('') raise string.atoi_error rather than ValueError * Added dirname() and normpath() to posixpath.
-
- 08 Eyl, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Added colorsys.py (color system conversions). SV.py: new version for new svideo.h (Sjoerd). DEVICE.py: added VIDEO event type.
-
- 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).
-
- 27 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 16 Ock, 1992 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Added pdd (post-mortem debugging) method to class Pdb.
-
Guido van Rossum yazdı
Moved class Cmd out to module cmd.py. Rewrote implementation of stack trace to incorporate traceback objects.
-
- 14 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 12 Ock, 1992 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Simple interface "pdb.run('<statement>')" added.
-
Guido van Rossum yazdı
-
- 10 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-