index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Mac
/
Tools
/
IDE
/
PyDebugger.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 46607-46608 via svnmerge from
Thomas Wouters
2006-06-08
*
Remove apply()
Neal Norwitz
2006-03-17
*
Remove sys.exc_type, sys.exc_value, sys.exc_traceback
Neal Norwitz
2006-03-17
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
Gave the text fields a little more space, so they don't get cut off.
Jack Jansen
2003-03-03
*
Tweaked some button sizes to make them look better on OSX.
Jack Jansen
2002-12-13
*
Mode rU for universal newlines, not rT. Spotted by Guido.
Jack Jansen
2002-09-12
*
The debugger source view only understood mac-style linefeeds. Fixed.
Jack Jansen
2002-09-11
*
Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
Jack Jansen
2002-01-21
*
a whole bunch of OSX tweaks
Just van Rossum
2001-11-18
*
Import the MacOS toolbox modules from the Carbon package.
Jack Jansen
2001-08-25
*
Override bdb's canonic() method with a no-op: with bdb's version we couldn't ...
Just van Rossum
2001-06-20
*
Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid an...
Just van Rossum
2001-06-19
*
Fixed macroman<->latin1 conversion. Some chars don't
Jack Jansen
2001-05-17
*
minor cleanup, avoiding rare traceback (jvr)
Just van Rossum
1999-09-26
*
re-checkin with "ISO-8859 translation" turned on.
Just van Rossum
1999-02-02
*
First Checked In.
Just van Rossum
1999-01-30