- edd9924 a minimal test app to show how to build a standalone app with W by Just van Rossum · 24 years ago
- 5069498 added clearkey = '\033' by Just van Rossum · 24 years ago
- ed2ed94 fixed bug in comment matching by Just van Rossum · 24 years ago
- d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
- f6b5374 Also add a one-line description of the "optional" directive. by Jack Jansen · 24 years ago
- 1c0fcee Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of "if uthread". by Jack Jansen · 24 years ago
- 8a6d4d9 macfsn should always be included, like exceptions and site. by Jack Jansen · 24 years ago
- ae78718 minor tweak (jvr) by Just van Rossum · 25 years ago
- 73efed2 added experimental microthread support for use with stackless python -- bw compatible (jvr) by Just van Rossum · 25 years ago
- d949b5c added popup control (jvr) by Just van Rossum · 25 years ago
- 7051e52 added setbound() method, some cleanups (jvr) by Just van Rossum · 25 years ago
- 6e5f2d1 oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr) by Just van Rossum · 25 years ago
- c88093a small fix: don't depend on the exact location of PythonCGISlave within the Python tree. (jvr) by Just van Rossum · 25 years ago
- 4011723 - new version of PythonCGISlave by Just van Rossum · 25 years ago
- 34d11f0 Fixed multi-arg appends. by Jack Jansen · 25 years ago
- 6dc2b57 skip CVS folders when building the Scripts menu -- jvr by Just van Rossum · 25 years ago
- 71017e5 updated copyright string by Just van Rossum · 25 years ago
- 24073ea changed the "method find" algorithm so the function/class/method popup menu also works with space-indented source files -- jvr by Just van Rossum · 25 years ago
- 2e5b0f2 Adapted to new macmudulefinder.process() API. (jvr) by Just van Rossum · 25 years ago
- 8ff5276 - changed the API of process() so it will return a list of missing modules instead of raising an exception. by Just van Rossum · 25 years ago
- 66e5385 - windowbounds() now works with multiple screens (window position prefs!) by Just van Rossum · 25 years ago
- 7171df3 Very minor little things... -- jvr by Just van Rossum · 25 years ago
- afca415 New __version__ number (1.0!) -- jvr by Just van Rossum · 25 years ago
- 5f74007 Minor indentation cleanup -- jvr by Just van Rossum · 25 years ago
- 460ff20 String values will now always be shown with quotes, so one can see the difference between the value 2 and the value '2'. -- jvr by Just van Rossum · 25 years ago
- 91cae85 Optionally bracket all external declarations of init functions with "ifndef"s. by Jack Jansen · 25 years ago
- a856d9f Added module "ce" to list of modules known not to exist on the mac. by Jack Jansen · 25 years ago
- b7ad821 Added support for global default font settings. (jvr) by Just van Rossum · 25 years ago
- 03bca30 1) added "typingcasesens" keyword arg to constructor, and support for case sensitive typing in lists. by Just van Rossum · 25 years ago
- 2a75909 added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr) by Just van Rossum · 25 years ago
- c2dab48 added getdefaultfont() function. Returns default font settings. (jvr) by Just van Rossum · 25 years ago
- 2028b59 1 - added "set default window font" menu by Just van Rossum · 25 years ago
- cee9a48 minor cleanup, avoiding rare traceback (jvr) by Just van Rossum · 25 years ago
- 3e2d73f Don't set type of application, it's taken care of elsewhere -- jvr by Just van Rossum · 25 years ago
- d58c746 mod from Joe Strout: when quitting, catch errors in window.close() methods and ignore them. Otherwise one can never quit. by Just van Rossum · 25 years ago
- fb278a5 Added an "optional" directive, that will include a module if it is available by Jack Jansen · 25 years ago
- c7ba080 Oliver Steele writes: by Just van Rossum · 25 years ago
- d9f3c94 added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr by Just van Rossum · 26 years ago
- 3af507d - made "Save options..." dialog more generic, so it's also usable from RoboFog by Just van Rossum · 26 years ago
- 6c487c4 fixed glitch when scrolling very long files -- jvr by Just van Rossum · 26 years ago
- eb67a7b improved scrollbar delay behavior -- jvr by Just van Rossum · 26 years ago
- fc372aa added hasclosebox attr (jstrout) -- jvr by Just van Rossum · 26 years ago
- 1271005 added "Save options" menu to popup so users can set the creator of scripts -- jvr by Just van Rossum · 26 years ago
- f4b0681 changed creator to 'Pide' -- jvr by Just van Rossum · 26 years ago
- 4798c4e added kludge so edit menus work in W.ModalDialogs -- jvr by Just van Rossum · 26 years ago
- 6f0e55a updated 'vers' resource -- jvr by Just van Rossum · 26 years ago
- 3853be8 reverted Jack's mod: no longer neccesary since all BNDL & icon info is in the IDE's resource file, just like the other applets -- jvr by Just van Rossum · 26 years ago
- 867dc25 added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE will be 'Pide' -- jvr by Just van Rossum · 26 years ago
- 24f7b23 Set the signature for the IDE "by hand", the bundle is already included in the by Jack Jansen · 26 years ago
- d4bdbf1 added "dummy" makeopenwindowsmenu method to simplify making a standalone W app -- jvr by Just van Rossum · 26 years ago
- 96b64d0 open res file(s) read only; upped __version__ -- jvr by Just van Rossum · 26 years ago
- ca37995 added slight delay in Scrollbar.click() for more intuitive response -- jvr by Just van Rossum · 26 years ago
- 68922f0 fixed "crashing" bug when scripts folder as stored in prefs file does not exist. by Just van Rossum · 26 years ago
- 2aaeb52 fixed problem with "reloading" sub-sub-modules -- jvr by Just van Rossum · 26 years ago
- edab939 re-checkin with "ISO-8859 translation" turned on. by Just van Rossum · 26 years ago
- b8bf163 added some comments by Just van Rossum · 26 years ago
- a61f4ac better sys.path munging when running scripts -- jvr by Just van Rossum · 26 years ago
- 99ec5a5 Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to improve startup time -- jvr by Just van Rossum · 26 years ago
- a7a7193 There are now three possible ways to run the IDE: by Just van Rossum · 26 years ago
- 4f0d1f5 ??? adding this file somehow failed -- jvr by Just van Rossum · 26 years ago
- 40f9b7b First Checked In. by Just van Rossum · 26 years ago
- f59a89b added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr by Just van Rossum · 26 years ago
- 49ef0b7 changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvr by Just van Rossum · 26 years ago
- f25813a Re-committed as AppleSingle by Jack Jansen · 26 years ago
- 3008b04 Removed warnings for packages (Just implemented support for freezing by Jack Jansen · 26 years ago
- b736a87 Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there). by Jack Jansen · 26 years ago
- fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
- b93f521 Support for freezing packages (Just). by Jack Jansen · 26 years ago
- 201f46d Replace first sys.path entry with the directory where the script lives (Just). by Jack Jansen · 26 years ago
- b5ae378 Implementation of freezing from shared libraries, without source. (Just) by Jack Jansen · 26 years ago
- ecf960f A well-known example for freeze. by Jack Jansen · 26 years ago
- 144fa67 Mac version of freeze. Uses standard freeze modules where it can, by Jack Jansen · 26 years ago
- b280e2b Moved resources around to forestall conflicts with debuggee by Jack Jansen · 28 years ago
- d859785 Add twit "home" location to sys.path (so you can put the applet on the desktop) by Jack Jansen · 28 years ago
- 92ca16c Modified to work together with BBPy Re-enabled splash screen by Jack Jansen · 28 years ago
- 6d1356e Changed Types to types. by Jack Jansen · 28 years ago
- 0eb8837 Prepared for Tk windowing implementation by Jack Jansen · 28 years ago
- b96aeaf tweaked some of the positions of interface elements. by Jack Jansen · 28 years ago
- a1560cf - Simplified inheritance structure (still not good enough) by Jack Jansen · 28 years ago
- 13bfbe7 Fixed PM debugging by Jack Jansen · 28 years ago
- 5c30388 Disabled splash screen, added ShowMessage by Jack Jansen · 28 years ago
- 4892ab7 The Window Independent Tracer (which will probably move elsewhere once by Jack Jansen · 28 years ago