summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PyEdit.py
Commit message (Expand)AuthorAgeFilesLines
* a whole bunch of OSX tweaksJust van Rossum2001-11-181-4/+5
* macdinkingJust van Rossum2001-11-021-4/+4
* some support for syntax coloring, disabled for nowJust van Rossum2001-11-021-7/+12
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-5/+5
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-2/+1
* - fixed some re usage, partly so it'll still work when re uses pre insteadJust van Rossum2001-07-101-2/+2
* - minor cleanup, removed bogus commentsJust van Rossum2001-07-051-9/+13
* Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid an...Just van Rossum2001-06-191-23/+19
* One more macroman<->latin1 conversion victim.Jack Jansen2001-05-231-19/+19
* Use re in stead of regex, so we get rid of the annoying warning during startup.Jack Jansen2001-02-211-19/+23
* Use FSpCreateResFile() in stead of CreateResFile().Jack Jansen2001-01-291-1/+2
* Sigh... First test before committing. InvalWindowRect and friends are window ...Jack Jansen2001-01-231-1/+1
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-231-1/+1
* Hm, I never checked in my incomplete "run with interpreter" mods. UI is there...Just van Rossum2000-10-201-22/+63
* Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compat...Jack Jansen2000-06-201-3/+3
* Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of ...Jack Jansen2000-06-071-1/+1
* added experimental microthread support for use with stackless python -- bw co...Just van Rossum2000-04-091-10/+68
* changed the "method find" algorithm so the function/class/method popup menu a...Just van Rossum1999-12-231-3/+8
* Minor indentation cleanup -- jvrJust van Rossum1999-10-301-1/+1
* Oliver Steele writes:Just van Rossum1999-05-211-2/+20
* - made "Save options..." dialog more generic, so it's also usable from RoboFogJust van Rossum1999-04-221-4/+5
* added "Save options" menu to popup so users can set the creator of scripts --...Just van Rossum1999-02-271-0/+56
* fixed problem with "reloading" sub-sub-modules -- jvrJust van Rossum1999-02-051-3/+4
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-021-16/+16
* better sys.path munging when running scripts -- jvrJust van Rossum1999-02-011-8/+2
* First Checked In.Just van Rossum1999-01-301-0/+1126