| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 46607-46608 via svnmerge from | Thomas Wouters | 2006-06-08 | 1 | -1360/+0 |
|
|
* | Remove sys.exc_type, sys.exc_value, sys.exc_traceback | Neal Norwitz | 2006-03-17 | 1 | -3/+1 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1279/+1279 |
|
|
* | Fix for #860242: use correct names in the "save preferences" dialog. | Jack Jansen | 2004-06-03 | 1 | -3/+3 |
|
|
* | - Fix for #862941: "run with commandline python" crashed. Fixed. | Jack Jansen | 2004-06-03 | 1 | -2/+5 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -6/+6 |
|
|
* | Fix for [ 782686 ]: new files used \r as the default line separator | Just van Rossum | 2003-11-18 | 1 | -13/+8 |
|
|
* | add explicit support for cancelling a running script (CFM-based MacPython had... | Just van Rossum | 2003-05-09 | 1 | -2/+25 |
|
|
* | more dead code removal | Just van Rossum | 2003-05-09 | 1 | -32/+2 |
|
|
* | dead code removal | Just van Rossum | 2003-05-09 | 1 | -33/+6 |
|
|
* | Fix for #731643: allow "lookup in documentation" to also work if the | Jack Jansen | 2003-05-06 | 1 | -0/+3 |
|
|
* | Added an "Open Recent" command. Fixes 607810. | Jack Jansen | 2003-02-25 | 1 | -0/+6 |
|
|
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 1 | -1/+1 |
|
|
* | When building an applet clear out the tempfile and dir afterwards. | Jack Jansen | 2003-02-16 | 1 | -0/+5 |
|
|
* | Create applets slightly differently: by saving the sourcecode to a | Jack Jansen | 2003-02-12 | 1 | -1/+11 |
|
|
* | Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now | Jack Jansen | 2003-02-06 | 1 | -19/+14 |
|
|
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 1 | -11/+7 |
|
|
* | 'Replace all' in the find dialog didn't properly update the text view (it use... | Just van Rossum | 2002-10-24 | 1 | -5/+1 |
|
|
* | minor fixes, removed obsolete warning | Just van Rossum | 2002-07-12 | 1 | -10/+3 |
|
|
* | Added a "run with commandline Python" flag. Works in MachoPython, should work | Jack Jansen | 2002-03-31 | 1 | -12/+54 |
|
|
* | repair damage: canceling the "save options" dialog now works again. | Just van Rossum | 2002-03-29 | 1 | -4/+3 |
|
|
* | Completely revamped newline handling. PyEdit is now newline-preserving | Jack Jansen | 2002-03-29 | 1 | -20/+55 |
|
|
* | Added minimal support for floating windows. | Just van Rossum | 2002-02-04 | 1 | -1/+7 |
|
|
* | Changes by Donovan Preston (and a few minor ones by me) to make IDE run under | Jack Jansen | 2002-01-21 | 1 | -2/+4 |
|
|
* | a whole bunch of OSX tweaks | Just van Rossum | 2001-11-18 | 1 | -4/+5 |
|
|
* | macdinking | Just van Rossum | 2001-11-02 | 1 | -4/+4 |
|
|
* | some support for syntax coloring, disabled for now | Just van Rossum | 2001-11-02 | 1 | -7/+12 |
|
|
* | 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 |
|
|
* | - minor cleanup, removed bogus comments | Just van Rossum | 2001-07-05 | 1 | -9/+13 |
|
|
* | Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid an... | Just van Rossum | 2001-06-19 | 1 | -23/+19 |
|
|
* | 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 |
|
|
* | 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 there... | Just van Rossum | 2000-10-20 | 1 | -22/+63 |
|
|
* | Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compat... | Jack Jansen | 2000-06-20 | 1 | -3/+3 |
|
|
* | Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of ... | Jack Jansen | 2000-06-07 | 1 | -1/+1 |
|
|
* | added experimental microthread support for use with stackless python -- bw co... | Just van Rossum | 2000-04-09 | 1 | -10/+68 |
|
|
* | changed the "method find" algorithm so the function/class/method popup menu a... | Just van Rossum | 1999-12-23 | 1 | -3/+8 |
|
|
* | 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 |
|
|
* | - made "Save options..." dialog more generic, so it's also usable from RoboFog | Just van Rossum | 1999-04-22 | 1 | -4/+5 |
|
|
* | added "Save options" menu to popup so users can set the creator of scripts --... | Just van Rossum | 1999-02-27 | 1 | -0/+56 |
|
|
* | 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 |
|
|