| Commit message (Expand) | Author | Age | Files | Lines |
* | Added two keys to database format: User-install-skips is an array of pathname | Jack Jansen | 2003-06-01 | 1 | -6/+34 |
|
|
* | Use splitlines() in stead of split() to split lines, and added a method | Jack Jansen | 2003-06-01 | 1 | -3/+4 |
|
|
* | - Get the database from a different place. | Jack Jansen | 2003-05-29 | 1 | -4/+7 |
|
|
* | - Added a scheme whereby pimp can update itself, by importing a module | Jack Jansen | 2003-05-28 | 1 | -11/+49 |
|
|
* | Added a --python option, which sets the python to be used in the #! line | Jack Jansen | 2003-05-25 | 1 | -1/+9 |
|
|
* | 'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail | Just van Rossum | 2003-05-20 | 1 | -1/+1 |
|
|
* | Allow for Version, Flavor and Download-URL not being set. | Jack Jansen | 2003-05-06 | 1 | -3/+3 |
|
|
* | When doing a forced install of a package depending on a pseudo-package | Jack Jansen | 2003-05-06 | 1 | -1/+6 |
|
|
* | CWI moved websites around without me knowing it, and together with | Jack Jansen | 2003-05-02 | 1 | -1/+1 |
|
|
* | Rename funny long suite to Disk_File_Folder. | Jack Jansen | 2003-05-01 | 7 | -102/+102 |
|
|
* | If not icon file is specified use the default Python Applet icons. | Jack Jansen | 2003-04-22 | 1 | -0/+4 |
|
|
* | Only return a warning message about not all files being unpacked if there | Jack Jansen | 2003-04-22 | 1 | -1/+2 |
|
|
* | The identify() description didn't match the code. Fixed. | Jack Jansen | 2003-04-16 | 1 | -1/+1 |
|
|
* | Allow switching of install dir after creation of preferences. | Jack Jansen | 2003-04-16 | 1 | -7/+10 |
|
|
* | - Use the tarfile module to unpack tarfiles. | Jack Jansen | 2003-04-15 | 1 | -62/+187 |
|
|
* | Oops, _propdeclarations and friends are needed: gensuitemodule uses them | Jack Jansen | 2003-04-12 | 56 | -12422/+13583 |
|
|
* | Detabbed. | Jack Jansen | 2003-04-09 | 23 | -7956/+7970 |
|
|
* | SF patch #701494: more apply removals | Raymond Hettinger | 2003-04-06 | 6 | -2101/+2101 |
|
|
* | Sigh... The get() and set() commands are not declared in the aete for | Jack Jansen | 2003-04-01 | 1 | -9/+18 |
|
|
* | Regenerated with property names with _Prop_ prepended. | Jack Jansen | 2003-04-01 | 53 | -2860/+1697 |
|
|
* | Properties (like enums) are not in the global namespace but only valid | Jack Jansen | 2003-04-01 | 1 | -23/+23 |
|
|
* | Turned the suite compiler into an object. | Jack Jansen | 2003-04-01 | 1 | -254/+258 |
|
|
* | - All messages are now dependent on the --verbose option. | Jack Jansen | 2003-04-01 | 1 | -47/+85 |
|
|
* | Subclasses of ObjectSpecifier can now be packed and unpacked. This allows | Jack Jansen | 2003-03-31 | 1 | -3/+20 |
|
|
* | In TalkTo.send(), check that we have access to the window manager, | Jack Jansen | 2003-03-31 | 1 | -1/+13 |
|
|
* | Regenerated again, now clases are sorted by code, and with synonyms after | Jack Jansen | 2003-03-30 | 29 | -2046/+8742 |
|
|
* | Classes have to be sorted by code, not name, and synonyms have to | Jack Jansen | 2003-03-30 | 1 | -2/+19 |
|
|
* | Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation | Jack Jansen | 2003-03-29 | 1 | -0/+1132 |
|
|
* | Regenerated with the new way to get terminology (through AppleEvents), | Jack Jansen | 2003-03-29 | 27 | -2692/+1571 |
|
|
* | On OSX the finder will return from an open() event before the application | Jack Jansen | 2003-03-28 | 1 | -0/+12 |
|
|
* | Sigh: didn't catch all lists that needed to be sorted. Regenerated again. | Jack Jansen | 2003-03-28 | 29 | -2508/+2508 |
|
|
* | Regenerated (from resource files) with sorting version of gensuitemodule. | Jack Jansen | 2003-03-28 | 29 | -3052/+3048 |
|
|
* | Allow floating point values in ProgressBar. | Jack Jansen | 2003-03-24 | 1 | -0/+2 |
|
|
* | Regenerated with Donovan Prestons patch #702620. | Jack Jansen | 2003-03-23 | 45 | -117/+331 |
|
|
* | use os.path.realpath() instead of os.readlink() | Just van Rossum | 2003-03-21 | 1 | -3/+1 |
|
|
* | Patch 702620 by Donovan Preston: Fix AE inheritance. | Jack Jansen | 2003-03-21 | 1 | -3/+3 |
|
|
* | only set $PYTHONHOME when building a standalone app. | Just van Rossum | 2003-03-21 | 1 | -1/+3 |
|
|
* | Patch #681927 from Robin Dunn: add option to add shared libraries or | Just van Rossum | 2003-03-21 | 1 | -1/+15 |
|
|
* | set $PYTHONHOME in the bootstrap script, for no good reason really, | Just van Rossum | 2003-03-20 | 1 | -0/+1 |
|
|
* | Capturing the exit status for the build process didn't work. Using | Jack Jansen | 2003-03-17 | 1 | -6/+7 |
|
|
* | Patch by Andrew Straw: use urllib2 so proxie access works. | Jack Jansen | 2003-03-11 | 1 | -7/+3 |
|
|
* | Filter out macfs warning. | Jack Jansen | 2003-03-07 | 1 | -0/+2 |
|
|
* | Two ancient and obscure bugs found and fixed by Donovan Preston (these | Jack Jansen | 2003-03-05 | 1 | -2/+2 |
|
|
* | Actually *do* override the type in AppBuilder. | Jack Jansen | 2003-03-05 | 1 | -1/+1 |
|
|
* | Moved some application-bundle specific code from the BundleBuilder class to | Jack Jansen | 2003-03-05 | 1 | -5/+9 |
|
|
* | Call AEInteractWithUser() before bringing up any of the dialogs (with the | Jack Jansen | 2003-03-03 | 1 | -1/+13 |
|
|
* | Added a deprecation warning. | Jack Jansen | 2003-02-27 | 1 | -0/+3 |
|
|
* | Changing the window type to movable modal isn't enough to make the dialogs mo... | Jack Jansen | 2003-02-27 | 1 | -0/+0 |
|
|
* | use bare raise so you get the original tb | Just van Rossum | 2003-02-26 | 1 | -1/+1 |
|
|
* | use the same Python for running the bootstrap script and the main program | Just van Rossum | 2003-02-26 | 1 | -1/+9 |
|
|