Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
14126df562affe474a6a9d065cb37a603908faf6
/
Lib
/
bdb.py
4acc25b
Mass patch by Ka-Ping Yee:
by Guido van Rossum
· 25 years ago
331f19e
Change two occurrences of type(x) <> types.CodeType into
by Guido van Rossum
· 25 years ago
148ffbc
canonic(): This used to be equivalent to str() but that caused too
by Barry Warsaw
· 25 years ago
ca44236
Embarrassing: remove a debug print statement from set_break() for the
by Guido van Rossum
· 26 years ago
170e190
Support a canonical() method, implementable by a derived class, to be
by Guido van Rossum
· 26 years ago
0189c01
Correct typo in new function get_breaks().
by Guido van Rossum
· 26 years ago
6ea27cc
Change clear_break() to the old signature clear_break(file, line).
by Guido van Rossum
· 26 years ago
691d27a
Bomb on deleting a temporary breakpoint: there's no method
by Guido van Rossum
· 26 years ago
75bb54c
Don't set a local variable named __args__; this feature no longer
by Guido van Rossum
· 26 years ago
d93643f
Richard Wolff's changes:
by Guido van Rossum
· 26 years ago
f15d159
Use sys.exc_info() where needed.
by Guido van Rossum
· 27 years ago
6683617
Normalize whitespace.
by Guido van Rossum
· 27 years ago
ff02e1d
Support for conditional breakpoints (Jim Fulton).
by Guido van Rossum
· 27 years ago
4808dcb
Allow code objects to be passed to run() and eval().
by Guido van Rossum
· 28 years ago
5e38b6f
handle class exceptions; added runeval; made runctx obsolete
by Guido van Rossum
· 30 years ago
b6aa92e
fix formatting of stack entries
by Guido van Rossum
· 30 years ago
a558e37
improved prompt format
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
7bc817d
* Mass change: get rid of all init() methods, in favor of __init__()
by Guido van Rossum
· 31 years ago
5ef74b8
pdb.py, bdb.py, cmd.py: use __init__() instead of init()
by Guido van Rossum
· 31 years ago
89a7869
* Got entirely rid of path.py.
by Guido van Rossum
· 32 years ago
4e16098
Added a _v21 def to FL.py and added two new input field types
by Guido van Rossum
· 32 years ago
ceb3ba2
Different syntax: cannot mix except and finally any more
by Guido van Rossum
· 33 years ago
edbfcbd
use settrace() intreface
by Guido van Rossum
· 33 years ago
fac6da2
Added a method "format_stack_entry" to be used by derived classes.
by Guido van Rossum
· 33 years ago
177dd80
Experimental version writes the command to a file.
by Guido van Rossum
· 33 years ago
babe2bf
Initial revision
by Guido van Rossum
· 33 years ago