| Commit message (Expand) | Author | Age | Files | Lines |
* | Optionally bracket all external declarations of init functions with "ifndef"s. | Jack Jansen | 1999-10-01 | 2 | -4/+4 |
|
|
* | Added module "ce" to list of modules known not to exist on the mac. | Jack Jansen | 1999-09-30 | 1 | -1/+1 |
|
|
* | Added support for global default font settings. (jvr) | Just van Rossum | 1999-09-26 | 2 | -23/+33 |
|
|
* | 1) added "typingcasesens" keyword arg to constructor, and support for case se... | Just van Rossum | 1999-09-26 | 1 | -8/+20 |
|
|
* | added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr) | Just van Rossum | 1999-09-26 | 1 | -1/+9 |
|
|
* | added getdefaultfont() function. Returns default font settings. (jvr) | Just van Rossum | 1999-09-26 | 1 | -0/+6 |
|
|
* | 1 - added "set default window font" menu | Just van Rossum | 1999-09-26 | 1 | -2/+7 |
|
|
* | minor cleanup, avoiding rare traceback (jvr) | Just van Rossum | 1999-09-26 | 1 | -1/+1 |
|
|
* | Don't set type of application, it's taken care of elsewhere -- jvr | Just van Rossum | 1999-06-30 | 1 | -2/+0 |
|
|
* | mod from Joe Strout: when quitting, catch errors in window.close() methods an... | Just van Rossum | 1999-06-22 | 1 | -1/+4 |
|
|
* | Added an "optional" directive, that will include a module if it is available | Jack Jansen | 1999-06-04 | 2 | -3/+6 |
|
|
* | Oliver Steele writes: | Just van Rossum | 1999-05-21 | 1 | -2/+20 |
|
|
* | added 'org.python.core' to the maymiss list (pickly.py tries to import it, pr... | Just van Rossum | 1999-04-24 | 1 | -1/+2 |
|
|
* | - made "Save options..." dialog more generic, so it's also usable from RoboFog | Just van Rossum | 1999-04-22 | 1 | -4/+5 |
|
|
* | fixed glitch when scrolling very long files -- jvr | Just van Rossum | 1999-04-22 | 1 | -1/+1 |
|
|
* | improved scrollbar delay behavior -- jvr | Just van Rossum | 1999-04-21 | 1 | -2/+5 |
|
|
* | added hasclosebox attr (jstrout) -- jvr | Just van Rossum | 1999-03-03 | 1 | -1/+2 |
|
|
* | added "Save options" menu to popup so users can set the creator of scripts --... | Just van Rossum | 1999-02-27 | 1 | -0/+56 |
|
|
* | changed creator to 'Pide' -- jvr | Just van Rossum | 1999-02-27 | 1 | -1/+1 |
|
|
* | added kludge so edit menus work in W.ModalDialogs -- jvr | Just van Rossum | 1999-02-27 | 1 | -1/+1 |
|
|
* | updated 'vers' resource -- jvr | Just van Rossum | 1999-02-27 | 1 | -0/+0 |
|
|
* | reverted Jack's mod: no longer neccesary since all BNDL & icon info is in the... | Just van Rossum | 1999-02-27 | 1 | -13/+0 |
|
|
* | added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE will... | Just van Rossum | 1999-02-27 | 1 | -0/+0 |
|
|
* | Set the signature for the IDE "by hand", the bundle is already included in the | Jack Jansen | 1999-02-27 | 1 | -0/+13 |
|
|
* | added "dummy" makeopenwindowsmenu method to simplify making a standalone W ap... | Just van Rossum | 1999-02-26 | 1 | -0/+7 |
|
|
* | open res file(s) read only; upped __version__ -- jvr | Just van Rossum | 1999-02-26 | 1 | -4/+4 |
|
|
* | added slight delay in Scrollbar.click() for more intuitive response -- jvr | Just van Rossum | 1999-02-25 | 1 | -0/+2 |
|
|
* | fixed "crashing" bug when scripts folder as stored in prefs file does not exist. | Just van Rossum | 1999-02-25 | 1 | -1/+1 |
|
|
* | 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 | 12 | -58/+58 |
|
|
* | added some comments | Just van Rossum | 1999-02-02 | 1 | -1/+10 |
|
|
* | better sys.path munging when running scripts -- jvr | Just van Rossum | 1999-02-01 | 1 | -8/+2 |
|
|
* | Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to improve... | Just van Rossum | 1999-01-31 | 1 | -4/+5 |
|
|
* | There are now three possible ways to run the IDE: | Just van Rossum | 1999-01-30 | 1 | -6/+13 |
|
|
* | ??? adding this file somehow failed -- jvr | Just van Rossum | 1999-01-30 | 1 | -0/+395 |
|
|
* | First Checked In. | Just van Rossum | 1999-01-30 | 28 | -0/+8612 |
|
|
* | added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr | Just van Rossum | 1999-01-30 | 1 | -1/+3 |
|
|
* | changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvr | Just van Rossum | 1999-01-30 | 1 | -3/+3 |
|
|
* | Re-committed as AppleSingle | Jack Jansen | 1999-01-29 | 2 | -0/+0 |
|
|
* | Removed warnings for packages (Just implemented support for freezing | Jack Jansen | 1999-01-21 | 2 | -2/+2 |
|
|
* | Project files converted for CW Pro 4. And the daylight savings time switch se... | Jack Jansen | 1998-11-01 | 2 | -0/+0 |
|
|
* | Replaced all remaining BinHex files with their binary counterparts. | Jack Jansen | 1998-08-20 | 4 | -946/+0 |
|
|
* | Support for freezing packages (Just). | Jack Jansen | 1998-08-18 | 2 | -6/+11 |
|
|
* | Replace first sys.path entry with the directory where the script lives | Jack Jansen | 1998-08-18 | 1 | -1/+5 |
|
|
* | Implementation of freezing from shared libraries, without source. (Just) | Jack Jansen | 1998-07-31 | 2 | -7/+201 |
|
|
* | A well-known example for freeze. | Jack Jansen | 1998-06-26 | 1 | -0/+5 |
|
|
* | Mac version of freeze. Uses standard freeze modules where it can, | Jack Jansen | 1998-06-26 | 10 | -0/+557 |
|
|
* | Moved resources around to forestall conflicts with debuggee | Jack Jansen | 1996-12-23 | 8 | -17/+20 |
|
|
* | Add twit "home" location to sys.path (so you can put the applet on the | Jack Jansen | 1996-11-11 | 2 | -2/+9 |
|
|
* | Modified to work together with BBPy | Jack Jansen | 1996-10-23 | 3 | -891/+905 |
|
|