summaryrefslogtreecommitdiffstats
path: root/Mac/Tools
Commit message (Expand)AuthorAgeFilesLines
* more edits to make the text fit (jvr)Just van Rossum2000-10-201-5/+4
* oops, that one caused a syntax error... (jvr)Just van Rossum2000-10-201-1/+1
* edits to make the 2.0 copyright fit in the about box again... (jvr)Just van Rossum2000-10-201-8/+9
* Cleaned uthread dependencies (jvr)Just van Rossum2000-10-201-4/+8
* Hm, I never checked in my incomplete "run with interpreter" mods. UI is there...Just van Rossum2000-10-201-22/+63
* fixed 2.0 compat bugJust van Rossum2000-10-201-1/+1
* Oops, not only the Popt versions were wrong, the resources were also short.Jack Jansen2000-10-192-0/+0
* Updated Popt resources to current versionJack Jansen2000-10-182-0/+0
* Removed exceptions from the required modules (it's builtin nowadays)Jack Jansen2000-09-141-2/+2
* Upped SIZE to 16MB so IDE can run test.autotest (sigh).Jack Jansen2000-09-111-0/+0
* How-to document for using Python for CGI scripting. Not complete and untested...Jack Jansen2000-08-251-0/+53
* Moved to unsupported: it never lived up to its expectancies, and for the Mac ...Jack Jansen2000-08-2010-1931/+0
* a minimal test app to show how to build a standalone app with WJust van Rossum2000-07-011-0/+20
* added clearkey = '\033'Just van Rossum2000-07-011-1/+1
* fixed bug in comment matchingJust van Rossum2000-07-011-3/+3
* Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compat...Jack Jansen2000-06-207-12/+12
* Also add a one-line description of the "optional" directive.Jack Jansen2000-06-131-0/+1
* Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of ...Jack Jansen2000-06-071-1/+1
* macfsn should always be included, like exceptions and site.Jack Jansen2000-05-171-1/+1
* minor tweak (jvr)Just van Rossum2000-04-091-1/+1
* added experimental microthread support for use with stackless python -- bw co...Just van Rossum2000-04-092-13/+77
* added popup control (jvr)Just van Rossum2000-04-091-4/+60
* added setbound() method, some cleanups (jvr)Just van Rossum2000-04-091-9/+12
* oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr)Just van Rossum2000-04-091-2/+2
* small fix: don't depend on the exact location of PythonCGISlave within the Py...Just van Rossum2000-03-281-1/+3
* - new version of PythonCGISlaveJust van Rossum2000-03-285-0/+383
* Fixed multi-arg appends.Jack Jansen2000-03-073-4/+4
* skip CVS folders when building the Scripts menu -- jvrJust van Rossum1999-12-231-1/+7
* updated copyright stringJust van Rossum1999-12-231-1/+1
* changed the "method find" algorithm so the function/class/method popup menu a...Just van Rossum1999-12-231-3/+8
* Adapted to new macmudulefinder.process() API. (jvr)Just van Rossum1999-11-042-8/+18
* - changed the API of process() so it will return a list of missing modules in...Just van Rossum1999-11-041-6/+8
* - windowbounds() now works with multiple screens (window position prefs!)Just van Rossum1999-10-301-5/+12
* Very minor little things... -- jvrJust van Rossum1999-10-301-4/+13
* New __version__ number (1.0!) -- jvrJust van Rossum1999-10-302-1/+1
* Minor indentation cleanup -- jvrJust van Rossum1999-10-301-1/+1
* String values will now always be shown with quotes, so one can see the differ...Just van Rossum1999-10-301-3/+1
* Optionally bracket all external declarations of init functions with "ifndef"s.Jack Jansen1999-10-012-4/+4
* Added module "ce" to list of modules known not to exist on the mac.Jack Jansen1999-09-301-1/+1
* Added support for global default font settings. (jvr)Just van Rossum1999-09-262-23/+33
* 1) added "typingcasesens" keyword arg to constructor, and support for case se...Just van Rossum1999-09-261-8/+20
* added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr)Just van Rossum1999-09-261-1/+9
* added getdefaultfont() function. Returns default font settings. (jvr)Just van Rossum1999-09-261-0/+6
* 1 - added "set default window font" menuJust van Rossum1999-09-261-2/+7
* minor cleanup, avoiding rare traceback (jvr)Just van Rossum1999-09-261-1/+1
* Don't set type of application, it's taken care of elsewhere -- jvrJust van Rossum1999-06-301-2/+0
* mod from Joe Strout: when quitting, catch errors in window.close() methods an...Just van Rossum1999-06-221-1/+4
* Added an "optional" directive, that will include a module if it is availableJack Jansen1999-06-042-3/+6
* Oliver Steele writes:Just van Rossum1999-05-211-2/+20
* added 'org.python.core' to the maymiss list (pickly.py tries to import it, pr...Just van Rossum1999-04-241-1/+2