| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -5/+5 |
| | | |||||
| * | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -2/+1 |
| | | |||||
| * | - fixed some re usage, partly so it'll still work when re uses pre instead | Just van Rossum | 2001-07-10 | 1 | -2/+2 |
| | | | | | | of sre, and partly fixing re -> regex porting oversights - fixed PyFontify.py so it actually *works* again.. | ||||
| * | - minor cleanup, removed bogus comments | Just van Rossum | 2001-07-05 | 1 | -9/+13 |
| | | | | | | - make method reload handle __private attrs correctly - fixed whole word search | ||||
| * | Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵ | Just van Rossum | 2001-06-19 | 1 | -23/+19 |
| | | | | | any further encoding conversion troubles. | ||||
| * | One more macroman<->latin1 conversion victim. | Jack Jansen | 2001-05-23 | 1 | -19/+19 |
| | | |||||
| * | Use re in stead of regex, so we get rid of the annoying warning during startup. | Jack Jansen | 2001-02-21 | 1 | -19/+23 |
| | | |||||
| * | Use FSpCreateResFile() in stead of CreateResFile(). | Jack Jansen | 2001-01-29 | 1 | -1/+2 |
| | | |||||
| * | Sigh... First test before committing. InvalWindowRect and friends are window ↵ | Jack Jansen | 2001-01-23 | 1 | -1/+1 |
| | | | | | object methods. Fixed. | ||||
| * | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 1 | -1/+1 |
| | | |||||
| * | Hm, I never checked in my incomplete "run with interpreter" mods. UI is ↵ | Just van Rossum | 2000-10-20 | 1 | -22/+63 |
| | | | | | there (but is disabled), functionality is not there. | ||||
| * | Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵ | Jack Jansen | 2000-06-20 | 1 | -3/+3 |
| | | | | | carbon-compatible). | ||||
| * | Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of ↵ | Jack Jansen | 2000-06-07 | 1 | -1/+1 |
| | | | | | "if uthread". | ||||
| * | added experimental microthread support for use with stackless python -- bw ↵ | Just van Rossum | 2000-04-09 | 1 | -10/+68 |
| | | | | | compatible (jvr) | ||||
| * | changed the "method find" algorithm so the function/class/method popup menu ↵ | Just van Rossum | 1999-12-23 | 1 | -3/+8 |
| | | | | | also works with space-indented source files -- jvr | ||||
| * | Minor indentation cleanup -- jvr | Just van Rossum | 1999-10-30 | 1 | -1/+1 |
| | | |||||
| * | Oliver Steele writes: | Just van Rossum | 1999-05-21 | 1 | -2/+20 |
| | | | | | | | | """Despite the best intentions of Anarchie and Internet Explorer, I often end up with Python source files (and other text files that I'd like to edit with PythonIDE) that use '\n' instead of '\r' as a line separator (and therefore sh | ||||
| * | - made "Save options..." dialog more generic, so it's also usable from RoboFog | Just van Rossum | 1999-04-22 | 1 | -4/+5 |
| | | | | | | - mark file as dirty after changing the creator of the file so we can_save... -- jvr | ||||
| * | added "Save options" menu to popup so users can set the creator of scripts ↵ | Just van Rossum | 1999-02-27 | 1 | -0/+56 |
| | | | | | -- jvr | ||||
| * | fixed problem with "reloading" sub-sub-modules -- jvr | Just van Rossum | 1999-02-05 | 1 | -3/+4 |
| | | |||||
| * | re-checkin with "ISO-8859 translation" turned on. | Just van Rossum | 1999-02-02 | 1 | -16/+16 |
| | | |||||
| * | better sys.path munging when running scripts -- jvr | Just van Rossum | 1999-02-01 | 1 | -8/+2 |
| | | |||||
| * | First Checked In. | Just van Rossum | 1999-01-30 | 1 | -0/+1126 |
