summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Standalone.html is long obsolete. Added description of BuildApplicationJack Jansen1999-12-033-89/+59
* New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslipJack Jansen1999-12-0312-333/+241
* Give a warning if system-wide sys.argv processing is off (because then weJack Jansen1999-12-021-1/+4
* Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_HJack Jansen1999-11-051-1/+5
* Changes to ProgressBar:Jack Jansen1999-11-051-4/+10
* Typo fixed in docstring; removed unneccesary import. (jvr)Just van Rossum1999-11-041-2/+1
* 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
* MrC also needs BAD_STATIC_FORWARD define.Jack Jansen1999-10-261-0/+3
* AskString always set the dialog id to 257. Fixed.Jack Jansen1999-10-051-1/+0
* Optionally bracket all external declarations of init functions with "ifndef"s.Jack Jansen1999-10-012-4/+4
* vec_longjmp added to list of "forbidden" functions in .exp file.Jack Jansen1999-09-301-1/+1
* CW Pro 5 projects.Jack Jansen1999-09-3033-49/+68
* Added module "ce" to list of modules known not to exist on the mac.Jack Jansen1999-09-301-1/+1
* Bigger buffer size for C profiler (if profiling is enabled).Jack Jansen1999-09-301-1/+1
* Optimization: don't try to get a tabsize resource if we know the fileJack Jansen1999-09-301-0/+3
* Regenerated, no significant diferences.Jack Jansen1999-09-301-0/+12
* Make macglue.h C++ compatible.Jack Jansen1999-09-301-0/+7
* Distribution files for 1.5.1c1.Jack Jansen1999-09-305-68/+114
* 1.5.2c1 version.Jack Jansen1999-09-301-1/+1
* Initial checkin of IDE scripts. (jvr)Just van Rossum1999-09-2619-0/+334
* 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
* Removed availabe() method again: even on PPC it sometimes returns 1 whileJack Jansen1999-08-232-104/+0
* Return MacOS.Error in stead of RuntimeError in case of failure so the userJack Jansen1999-08-231-6/+3
* Added available() method, which checks whether quicktime is installed at all (byJack Jansen1999-08-042-0/+104
* Drag module added.Jack Jansen1999-07-051-0/+2
* Don't set type of application, it's taken care of elsewhere -- jvrJust van Rossum1999-06-301-2/+0
* Drag manager constants.Jack Jansen1999-06-231-0/+59
* mod from Joe Strout: when quitting, catch errors in window.close() methods an...Just van Rossum1999-06-221-1/+4
* Initial minimal test program: print information on anything dropped onto PythonJack Jansen1999-06-211-0/+43
* Print something on stderr in case of exceptions in callback routines.Jack Jansen1999-06-212-6/+18
* Drag manager interface (completely untested, so far)Jack Jansen1999-06-215-0/+1447
* 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
* Bill Bedford's Apple Data Detector extensions for Python. Unchanged, except f...Jack Jansen1999-04-254-0/+60
* added 'org.python.core' to the maymiss list (pickly.py tries to import it, pr...Just van Rossum1999-04-241-1/+2
* removed two redundant lines -- jvrJust van Rossum1999-04-241-2/+0
* - made "Save options..." dialog more generic, so it's also usable from RoboFogJust van Rossum1999-04-221-4/+5
* fixed glitch when scrolling very long files -- jvrJust van Rossum1999-04-221-1/+1
* improved scrollbar delay behavior -- jvrJust van Rossum1999-04-211-2/+5