summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PyDebugger.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove Mac OS 9 support ↵Neal Norwitz2006-06-031-894/+0
| | | | (http://mail.python.org/pipermail/python-dev/2006-June/065538.html)
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-846/+846
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Gave the text fields a little more space, so they don't get cut off.Jack Jansen2003-03-031-4/+4
|
* Tweaked some button sizes to make them look better on OSX.Jack Jansen2002-12-131-3/+3
|
* Mode rU for universal newlines, not rT. Spotted by Guido.Jack Jansen2002-09-121-2/+2
|
* The debugger source view only understood mac-style linefeeds. Fixed.Jack Jansen2002-09-111-2/+3
|
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-211-2/+4
| | | | | | | | MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format. These shouldn't interfere too much with Just's work on the next generation IDE, I hope.
* a whole bunch of OSX tweaksJust van Rossum2001-11-181-1/+0
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-4/+4
|
* Override bdb's canonic() method with a no-op: with bdb's version we couldn't ↵Just van Rossum2001-06-201-0/+5
| | | | edit breakpoints in file-less ("Untitled" script windows). Besides, we did't need it as we always use full path names anyway.
* Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵Just van Rossum2001-06-191-8/+8
| | | | any further encoding conversion troubles.
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-171-8/+8
| | | | | exist in latin1, but at least the roundtrip results in the same macroman characters.
* minor cleanup, avoiding rare traceback (jvr)Just van Rossum1999-09-261-1/+1
|
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-021-8/+8
|
* First Checked In.Just van Rossum1999-01-301-0/+887