summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PyBrowser.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 46607-46608 via svnmerge fromThomas Wouters2006-06-081-616/+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. ........
* 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
| | | | used everywhere).
* 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
| | | | | or less decently/completely. - cleaned up a little.
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-3/+2
| | | | attributes are no longer supported.
* make sure the object browser can't crash because when the list data gets ↵Just van Rossum2002-09-161-6/+20
| | | | bigger than 32kB
* Make object browser work in OSX (by rewriting the old browserJust van Rossum2002-03-261-2/+142
| | | | 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.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
| | | | | 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