summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PyBrowser.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-Jun...Neal Norwitz2006-06-031-616/+0
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-557/+556
* More int() around float arguments.Jack Jansen2003-02-121-1/+1
* Got rid of macfs and FSSpecs in general (pathnames or FSRefs are nowJack Jansen2003-02-061-3/+1
* another wrong assumption fixedJust van Rossum2002-12-131-3/+2
* and now the real fix...Just van Rossum2002-12-131-5/+2
* fixed bool browsing bug, sf bug #652591Just van Rossum2002-12-131-0/+1
* - reworked the object unpacking code, now supports new-style objects moreJust van Rossum2002-12-011-34/+46
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-3/+2
* make sure the object browser can't crash because when the list data gets bigg...Just van Rossum2002-09-161-6/+20
* Make object browser work in OSX (by rewriting the old browserJust van Rossum2002-03-261-2/+142
* Use the Carbon scrap manager interface if the old interface isn't available.Jack Jansen2001-12-311-2/+7
* half-hearted stab at supported the 2.2 object model better.Just van Rossum2001-12-311-0/+9
* 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
* Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid an...Just van Rossum2001-06-191-2/+2
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-171-2/+2
* 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 differ...Just van Rossum1999-10-301-3/+1
* 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