summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PyDocSearch.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* removed some dead code.Just van Rossum2001-12-031-15/+0
|
* Removed old and broken AE-based browser controller, use webbrowser.pyJust van Rossum2001-12-031-31/+11
| | | | instead. This fixes bug #488420.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-1/+1
|
* Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵Just van Rossum2001-06-191-1/+1
| | | | any further encoding conversion troubles.
* Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, ↵Jack Jansen2001-05-171-1/+1
| | | | | | but at least the roundtrip gives the correct macroman characters again.
* Use re in stead of regex, so we get rid of the annoying warning during startup.Jack Jansen2001-02-211-5/+5
|
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-021-1/+1
|
* First Checked In.Just van Rossum1999-01-301-0/+290