summaryrefslogtreecommitdiff
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Allow setting the auto dispose flag on window objects.Jack Jansen2003-04-222-3/+42
* Hiding packages was done incorrectly. Fixed.Jack Jansen2003-04-221-9/+16
* Oops, 'k' is the new format code for un unchecked 32 bit quantity,Jack Jansen2003-04-171-4/+4
* Converted manually written code to the new K format specifier.Jack Jansen2003-04-172-6/+6
* Refer people to the help pages on failure to load the database.Jack Jansen2003-04-161-1/+3
* Added a note on getting 404 Not Found errors when loading the database.Jack Jansen2003-04-161-1/+11
* Added support for per-user installs.Jack Jansen2003-04-161-19/+71
* Adapted GUI for per-user install. Doesn't do anything yet, thoughJack Jansen2003-04-151-14/+22
* The minimal scripting example now actually works.Jack Jansen2003-04-011-8/+10
* Added a File->Generate OSA Suite command.Jack Jansen2003-03-311-0/+5
* Added 1-page introductions to creating GUIs in Python and the OSAJack Jansen2003-03-313-0/+108
* Moved gensuitemodule from Mac/scripts to Lib/plat-mac. DocumentationJack Jansen2003-03-291-1132/+0
* - Added an is_scriptable method to test applications for havingJack Jansen2003-03-291-12/+55
* - Prefer using events (in stead of poking around in resource files) toJack Jansen2003-03-291-13/+19
* Sometimes a class is used as a base class of itself. Obviously there'sJack Jansen2003-03-291-2/+6
* Sigh: didn't catch all lists that needed to be sorted.Jack Jansen2003-03-281-4/+22
* - Sort various lists (list of events, OSA-classes, etc) before generatingJack Jansen2003-03-281-10/+25
* If GetAppTerminology fails (which seems to be the usual case on OSX?)Jack Jansen2003-03-261-11/+45
* Modified to accept a command line argument too.Jack Jansen2003-03-261-4/+8
* Frank Vercruesse gave an okay on removing the copyright notice:Jack Jansen2003-03-251-1/+1
* Not all objects have an _propdict and _privpropdict, so cater for that.Jack Jansen2003-03-231-3/+3
* Lots of tweaks to make this work in the new setting. Not fully tested yet.Jack Jansen2003-03-222-33/+44
* Tools to build a disk image with a binary installer for MacPython-OSX,Jack Jansen2003-03-215-0/+300
* Give a better error message when a string of the wrong size isJack Jansen2003-03-212-5/+9
* Generate all the standard OSA suite packages. Has absolute pathnameJack Jansen2003-03-211-0/+44
* Got rid of the "enum not found" interaction, and added code to allowJack Jansen2003-03-211-20/+43
* Allow gensuitemodule to be run non-interactively, from the OSX commandJack Jansen2003-03-211-22/+79
* Added _csv module, and getting rid of macfs.Jack Jansen2003-03-212-2/+4
* Getting rid of macfs.Jack Jansen2003-03-211-5/+5
* Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ...Jack Jansen2003-03-212-2/+4
* Patch 702620 by Donovan Preston: Fix AE inheritance.Jack Jansen2003-03-211-6/+7
* GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted byJack Jansen2003-03-191-2/+2
* Get rid of Mac.pth: plat-mac is now added through the normal mechanism.Jack Jansen2003-03-172-4/+0
* The MacPython introductory help is now called MacPython Help, and theJack Jansen2003-03-164-25/+41
* - Don't ask for bring-to-front when quitting through an appleevent.Jack Jansen2003-03-161-6/+4
* Lots of textual changes suggested by Matthew Moelter.Jack Jansen2003-03-161-13/+13
* Add a simple Apple Help book to the framework.Jack Jansen2003-03-111-5/+14
* Adding MacPython online help. Only the basics are installed, with aJack Jansen2003-03-1121-0/+493
* This file was terribly outdated. The example is still silly (and won'tJack Jansen2003-03-111-65/+28
* Allow unicode pathnames where FSRefs are expected. Fixes 696253.Jack Jansen2003-03-112-4/+10
* Removed unused variableJack Jansen2003-03-071-1/+0
* Got PythonStandalone to work again, mainly for debugging purposes (it's much ...Jack Jansen2003-03-072-6/+6
* First try to use the OSATerminology module to get the terminologyJack Jansen2003-03-061-9/+36
* Various tweaks by Jack because of the different module name, adaptationJack Jansen2003-03-061-43/+74
* Module to get OSA terminology description through the "official channels",Jack Jansen2003-03-061-0/+70
* Fix for bug #697546: don't auto-register the Python documentationJack Jansen2003-03-051-1/+3
* These are no longer used.Jack Jansen2003-03-052-54/+0
* Gave the text fields a little more space, so they don't get cut off.Jack Jansen2003-03-031-4/+4
* Mod to previous checkin: we must require ascii, not system defautl encoding,Jack Jansen2003-03-032-2/+2
* Accept only the system default encoding when converting PythonJack Jansen2003-03-033-8/+11