summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PyBrowser.py
Commit message (Collapse)AuthorAgeFilesLines
* Backport of 1.15 and 1.14:Jack Jansen2002-03-261-4/+149
| | | | | | | Make object browser work in OSX (by rewriting the old browser LDEF in Python). If at all possible, this should go into 2.2.1. Use the Carbon scrap manager interface if the old interface isn't available.
* Backport of 1.13:Jack Jansen2002-02-241-0/+9
| | | | half-hearted stab at supported the 2.2 object model better.
* a whole bunch of OSX tweaksJust van Rossum2001-11-181-1/+2
|
* fixed a non-Carbon Carbon importJust van Rossum2001-11-021-1/+1
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-1/+1
|
* - fixed some re usage, partly so it'll still work when re uses pre insteadJust van Rossum2001-07-101-1/+1
| | | | | of sre, and partly fixing re -> regex porting oversights - fixed PyFontify.py so it actually *works* again..
* Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵Just van Rossum2001-06-191-2/+2
| | | | any further encoding conversion troubles.
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-171-2/+2
| | | | | exist in latin1, but at least the roundtrip results in the same macroman characters.
* Silly typo which caused the stack browser to crash.Jack Jansen2001-03-011-1/+1
|
* Use re in stead of regex, so we get rid of the annoying warning during startup.Jack Jansen2001-02-211-4/+8
|
* fixed 2.0 compat bugJust van Rossum2000-10-201-1/+1
|
* String values will now always be shown with quotes, so one can see the ↵Just van Rossum1999-10-301-3/+1
| | | | difference between the value 2 and the value '2'. -- jvr
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-021-2/+2
|
* First Checked In.Just van Rossum1999-01-301-0/+440