summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Pydoc also needs its #! line massaged. Fixes #733199.Jack Jansen2003-05-091-2/+8
* Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (andJack Jansen2003-05-092-2/+3
* also support cmd-. in the interactive windowJust van Rossum2003-05-091-1/+25
* Suppress wartning on macfs import.Jack Jansen2003-05-091-0/+2
* add explicit support for cancelling a running script (CFM-based MacPython had...Just van Rossum2003-05-091-2/+25
* more dead code removalJust van Rossum2003-05-091-32/+2
* dead code removalJust van Rossum2003-05-091-33/+6
* Merged 2.3b1 welcome message to the trunk.Jack Jansen2003-05-071-4/+17
* Merged 1.2.2.1 fixes:Jack Jansen2003-05-071-12/+14
* Fix for #731643: allow "lookup in documentation" to also work if theJack Jansen2003-05-064-5/+16
* fixed typoJust van Rossum2003-05-031-2/+2
* Install automatic GIL switcher upon IDE startup.Just van Rossum2003-05-031-0/+7
* Short and sweet module doing something very useful: for event loopJust van Rossum2003-05-031-0/+149
* Fixed age-old beginner's error: don't start the main loop as a sideJust van Rossum2003-05-022-5/+2
* Rename funny long suite to Disk_File_Folder.Jack Jansen2003-05-011-1/+2
* Added a note about Stefan Deibels list of contacts.Jack Jansen2003-04-291-0/+1
* The new bundlebuilder-generated applets contain an absolute referenceJack Jansen2003-04-291-1/+10
* By default be verbose.Jack Jansen2003-04-291-7/+9
* 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