summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PyDebugger.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 46607-46608 via svnmerge fromThomas Wouters2006-06-081-897/+0
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r46607 | neal.norwitz | 2006-06-03 06:49:00 +0200 (Sat, 03 Jun 2006) | 1 line Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-June/065538.html) ........ r46608 | martin.v.loewis | 2006-06-03 09:37:13 +0200 (Sat, 03 Jun 2006) | 2 lines Port to OpenBSD 3.9. Patch from Aldo Cortesi. ........
* Remove apply()Neal Norwitz2006-03-171-2/+2
|
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-171-4/+7
|
* 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