aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Mac/Tools/IDE/PyDebugger.py
Commit message (Expand)AuthorAge
* Merged revisions 46607-46608 via svnmerge fromThomas Wouters2006-06-08
* Remove apply()Neal Norwitz2006-03-17
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-17
* Whitespace normalization, via reindent.py.Tim Peters2004-07-18
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Gave the text fields a little more space, so they don't get cut off.Jack Jansen2003-03-03
* Tweaked some button sizes to make them look better on OSX.Jack Jansen2002-12-13
* Mode rU for universal newlines, not rT. Spotted by Guido.Jack Jansen2002-09-12
* The debugger source view only understood mac-style linefeeds. Fixed.Jack Jansen2002-09-11
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-21
* a whole bunch of OSX tweaksJust van Rossum2001-11-18
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-25
* Override bdb's canonic() method with a no-op: with bdb's version we couldn't ...Just van Rossum2001-06-20
* Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid an...Just van Rossum2001-06-19
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-17
* minor cleanup, avoiding rare traceback (jvr)Just van Rossum1999-09-26
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-02
* First Checked In.Just van Rossum1999-01-30