| Commit message (Expand) | Author | Age | Files | Lines |
* | some old changes to this unused module | Just van Rossum | 2003-06-21 | 1 | -13/+6 |
|
|
* | changed 8-space indentation to 4 | Just van Rossum | 2003-06-21 | 4 | -1935/+1935 |
|
|
* | - do the right thing with symlinks inside directories we're copying | Just van Rossum | 2003-06-20 | 1 | -6/+13 |
|
|
* | make sure paths to dirs don't end in a / | Just van Rossum | 2003-06-20 | 1 | -2/+2 |
|
|
* | Reworked --strip option: it will now look at _any_ file that's marked | Just van Rossum | 2003-06-20 | 1 | -13/+24 |
|
|
* | register the library inside Python.framework as eligable for stripping | Just van Rossum | 2003-06-20 | 1 | -2/+4 |
|
|
* | Add initial standalone support for Python.framework | Just van Rossum | 2003-06-20 | 1 | -2/+32 |
|
|
* | Give default _elemdict and _propdict attributes to OSA classes, so | Jack Jansen | 2003-06-18 | 1 | -4/+6 |
|
|
* | An indenting error in the code made it miss some suites that have an application | Jack Jansen | 2003-06-18 | 1 | -2/+2 |
|
|
* | Re-gegernated with the new gensuitemodule. | Jack Jansen | 2003-06-13 | 38 | -5315/+897 |
|
|
* | - Allow access to poperties of the "application" OSA class directly from | Jack Jansen | 2003-06-13 | 2 | -3/+25 |
|
|
* | 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 |
|
|