- d2544e3 Give compileall a -d option so it works correctly in the face of by Jack Jansen · 21 years ago
- d7cccdd Added a field that allows the user to set sys.argv-style arguments by Jack Jansen · 21 years ago
- b6b988b Cop out, and set things to be group-writeable recursively. The various by Jack Jansen · 21 years ago
- 7c0d7ba Updated. by Jack Jansen · 21 years ago
- c30d7c3 At startup, test that PythonLauncher is the default application for files by Jack Jansen · 21 years ago
- 94d09f8 Installation of PythonLauncher has been failing silently, probably since by Jack Jansen · 21 years ago
- 8cf644d Install Demo and Tools too. by Jack Jansen · 21 years ago
- 7b9a386 MacPython-2.3 has progressed so far that building a set of Mac 2.3 by Jack Jansen · 21 years ago
- a1b7758 Added a target frameworkinstallextras (OSX framework build specific, by Jack Jansen · 21 years ago
- e53be4e dded notes on reporting bugs and becoming an active developer. by Jack Jansen · 21 years ago
- 0b1b5ad - Added a "community" section. - Cleaned up the HTML. by Jack Jansen · 21 years ago
- fc3542f - Create TMPDIR only if it doesn't exist yet by Jack Jansen · 21 years ago
- 53e54fd Make sure the files in the installer have group "admin", otherwise by Jack Jansen · 21 years ago
- 7006fa1 Allow passing a build directory on the command line. Also, if the by Jack Jansen · 21 years ago
- e537065 Only fix up pathnames in installed scripts when needed, i.e. when not installing by Jack Jansen · 21 years ago
- a93b3cc Added a note about FSRef tests failing on MacOS 8.6. by Jack Jansen · 21 years ago
- e748f03 This wasn't ansified. Fixed. by Jack Jansen · 21 years ago
- 7327918 Import EasyDialogs only when needed, so this works if there is no window by Jack Jansen · 21 years ago
- d3295ba Patch #755147 by Brian Lenihan: by Jack Jansen · 21 years ago
- 880be6f Use the new, now preferred, form of referring to object specifiers (through by Jack Jansen · 21 years ago
- 2a97dcc Use splitlines() in stead of split() to split lines, and added a method by Jack Jansen · 21 years ago
- ac8bd91 Forgot the code to initialize the glue for the new CFObj_ routines. by Jack Jansen · 21 years ago
- 9f0c575 - Get the database from a different place. by Jack Jansen · 21 years ago
- 20b15bb Example database for Package Manager. by Jack Jansen · 21 years ago
- f7c8220 Alternate fix for #728744: use OSA and Apple Help Indexing Tool's idleStatus by Jack Jansen · 21 years ago
- 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 21 years ago
- 31fa845 Added Help menu. Fixes #731635 by Jack Jansen · 21 years ago
- 9592fe9 Fixed the DESTDIR modifications to also allow MacOSX framework builds by Jack Jansen · 21 years ago
- 8ba0e80 Added a --python option, which sets the python to be used in the #! line by Jack Jansen · 21 years ago
- 8d97b9b fixed some DeprecationWarnings by Just van Rossum · 21 years ago
- 0ed3957 modernized ColorPicker somewhat by Just van Rossum · 21 years ago
- bc06fea Pydoc also needs its #! line massaged. Fixes #733199. by Jack Jansen · 22 years ago
- a226b57 Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and by Jack Jansen · 22 years ago
- ba5db20 also support cmd-. in the interactive window by Just van Rossum · 22 years ago
- ee0325a Suppress wartning on macfs import. by Jack Jansen · 22 years ago
- eb64af9 add explicit support for cancelling a running script (CFM-based MacPython had this built-in) by Just van Rossum · 22 years ago
- 476736e more dead code removal by Just van Rossum · 22 years ago
- 5ef0e7c dead code removal by Just van Rossum · 22 years ago
- e9709e7 Merged 2.3b1 welcome message to the trunk. by Jack Jansen · 22 years ago
- a6872b8 Merged 1.2.2.1 fixes: by Jack Jansen · 22 years ago
- 9a79182 Fix for #731643: allow "lookup in documentation" to also work if the by Jack Jansen · 22 years ago
- d77bee1 fixed typo by Just van Rossum · 22 years ago
- 4e2d232 Install automatic GIL switcher upon IDE startup. by Just van Rossum · 22 years ago
- 6767eed Short and sweet module doing something very useful: for event loop by Just van Rossum · 22 years ago
- d797e7b Fixed age-old beginner's error: don't start the main loop as a side by Just van Rossum · 22 years ago
- 40006e9 Rename funny long suite to Disk_File_Folder. by Jack Jansen · 22 years ago
- b616f17 Added a note about Stefan Deibels list of contacts. by Jack Jansen · 22 years ago
- 8ddc3f0 The new bundlebuilder-generated applets contain an absolute reference by Jack Jansen · 22 years ago
- d6abf5d By default be verbose. by Jack Jansen · 22 years ago
- 8c46ce9 Allow setting the auto dispose flag on window objects. by Jack Jansen · 22 years ago
- f776dee Hiding packages was done incorrectly. Fixed. by Jack Jansen · 22 years ago
- 84c2b1b Oops, 'k' is the new format code for un unchecked 32 bit quantity, not 'K'. by Jack Jansen · 22 years ago
- ecc6635 Converted manually written code to the new K format specifier. by Jack Jansen · 22 years ago
- 36b5198 Refer people to the help pages on failure to load the database. by Jack Jansen · 22 years ago
- 64509b3 Added a note on getting 404 Not Found errors when loading the database. by Jack Jansen · 22 years ago
- a950d7b Added support for per-user installs. by Jack Jansen · 22 years ago
- 4323090 Adapted GUI for per-user install. Doesn't do anything yet, though by Jack Jansen · 22 years ago
- b603529 The minimal scripting example now actually works. by Jack Jansen · 22 years ago
- aca44e2 Added a File->Generate OSA Suite command. by Jack Jansen · 22 years ago
- 71ad9fb Added 1-page introductions to creating GUIs in Python and the OSA interface. by Jack Jansen · 22 years ago
- a942b99 Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation by Jack Jansen · 22 years ago
- 1269be5 - Added an is_scriptable method to test applications for having by Jack Jansen · 22 years ago
- 0fc192a - Prefer using events (in stead of poking around in resource files) to by Jack Jansen · 22 years ago
- 8307e02 Sometimes a class is used as a base class of itself. Obviously there's by Jack Jansen · 22 years ago
- 00c3483 Sigh: didn't catch all lists that needed to be sorted. by Jack Jansen · 22 years ago
- 03b9c91 - Sort various lists (list of events, OSA-classes, etc) before generating by Jack Jansen · 22 years ago
- 0e85e7a If GetAppTerminology fails (which seems to be the usual case on OSX?) by Jack Jansen · 22 years ago
- a154262 Modified to accept a command line argument too. by Jack Jansen · 22 years ago
- 49754af Frank Vercruesse gave an okay on removing the copyright notice: by Jack Jansen · 22 years ago
- 7cb016d Not all objects have an _propdict and _privpropdict, so cater for that. by Jack Jansen · 22 years ago
- 57c914c Lots of tweaks to make this work in the new setting. Not fully tested yet. by Jack Jansen · 22 years ago
- 8806d47 Tools to build a disk image with a binary installer for MacPython-OSX, by Jack Jansen · 22 years ago
- bc4ded9 Give a better error message when a string of the wrong size is by Jack Jansen · 22 years ago
- 47345a7 Generate all the standard OSA suite packages. Has absolute pathname by Jack Jansen · 22 years ago
- 59cdbce Got rid of the "enum not found" interaction, and added code to allow by Jack Jansen · 22 years ago
- 714caa0 Allow gensuitemodule to be run non-interactively, from the OSX command by Jack Jansen · 22 years ago
- 6fa2dc7 Added _csv module, and getting rid of macfs. by Jack Jansen · 22 years ago
- bb829b7 Getting rid of macfs. by Jack Jansen · 22 years ago
- 3e0196c Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9. by Jack Jansen · 22 years ago
- 7e0bc11 Patch 702620 by Donovan Preston: Fix AE inheritance. by Jack Jansen · 22 years ago
- fe94e97 GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by Just. by Jack Jansen · 22 years ago
- 54e7d2c Get rid of Mac.pth: plat-mac is now added through the normal mechanism. by Jack Jansen · 22 years ago
- 08801db The MacPython introductory help is now called MacPython Help, and the by Jack Jansen · 22 years ago
- f3ef038 - Don't ask for bring-to-front when quitting through an appleevent. by Jack Jansen · 22 years ago
- 3fd4013 Lots of textual changes suggested by Matthew Moelter. by Jack Jansen · 22 years ago
- 82f1d2c Add a simple Apple Help book to the framework. by Jack Jansen · 22 years ago
- 8a0b566 Adding MacPython online help. Only the basics are installed, with a by Jack Jansen · 22 years ago
- 2b47756 This file was terribly outdated. The example is still silly (and won't by Jack Jansen · 22 years ago
- dded848 Allow unicode pathnames where FSRefs are expected. Fixes 696253. by Jack Jansen · 22 years ago
- 45f5c4a Removed unused variable by Jack Jansen · 22 years ago
- 1d0c6cf Got PythonStandalone to work again, mainly for debugging purposes (it's much easier to debug GUSI errors in a static build). by Jack Jansen · 22 years ago
- fa1bf1c First try to use the OSATerminology module to get the terminology by Jack Jansen · 22 years ago
- ee1c85c Various tweaks by Jack because of the different module name, adaptation by Jack Jansen · 22 years ago
- 86f25fb Module to get OSA terminology description through the "official channels", by Jack Jansen · 22 years ago
- 62442c2 Fix for bug #697546: don't auto-register the Python documentation by Jack Jansen · 22 years ago
- 0d58ba9 These are no longer used. by Jack Jansen · 22 years ago
- 5125c76 Gave the text fields a little more space, so they don't get cut off. by Jack Jansen · 22 years ago
- 885d4f6 Mod to previous checkin: we must require ascii, not system defautl encoding, by Jack Jansen · 22 years ago
- d505cab Accept only the system default encoding when converting Python by Jack Jansen · 22 years ago
- 1221524 Don't call AEInteractWithUser unconditionally on a quit appleevent. The by Jack Jansen · 22 years ago