Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Workaround for bug #644243 (which is actually an Apple bug, I think): URLs | Jack Jansen | 2003-02-25 | 1 | -0/+4 |
| | | | | | of the form file:/path/to/file don't work whereas file:///path/to/file works fine. We convert the former to the latter. | ||||
* | Added a -c (--copyfile) option with argument src:dst which copies file src | Jack Jansen | 2003-02-24 | 2 | -3/+12 |
| | | | | into dst in the bundle. The Python API already had this functionality | ||||
* | Getting rid of macfs. | Jack Jansen | 2003-02-21 | 3 | -8/+6 |
| | |||||
* | Get rid of macfs. | Jack Jansen | 2003-02-21 | 1 | -60/+59 |
| | |||||
* | Enable argv emulation if required. | Jack Jansen | 2003-02-18 | 1 | -2/+4 |
| | | | | Fixed a bug for applets with their own plist files. | ||||
* | Added an argv_emulation option (command line option: --argv or -a) which | Jack Jansen | 2003-02-18 | 1 | -2/+36 |
| | | | | | creates the sys.argv emulation wrapper for droplets. Also updates the plist, if needed, and the includedModules (but this last is untested). | ||||
* | Argvemulator still used the old Alias API. Fixed. | Jack Jansen | 2003-02-18 | 1 | -2/+2 |
| | |||||
* | Use "$@" to pass arguments to Python in stead of "${1}". This passes all | Jack Jansen | 2003-02-18 | 1 | -1/+1 |
| | | | | arguments, and also does the right thing for the no argument case. | ||||
* | When installing resource files whose name ends in .rsrc use the | Jack Jansen | 2003-02-17 | 2 | -5/+45 |
| | | | | | "copy anything to a data fork based resource file" trick of macresource. Fixes #688007. | ||||
* | - Added support for zip archives | Jack Jansen | 2003-02-17 | 1 | -3/+13 |
| | | | | - Better messages in case of a crash of the install-test script | ||||
* | Better error messages and warnings. | Jack Jansen | 2003-02-16 | 1 | -7/+11 |
| | |||||
* | Factored out classes for handling source and binary distributions. Source | Jack Jansen | 2003-02-14 | 1 | -40/+126 |
| | | | | | now means "distutils-based source", binary "bdist format archive". Also fixed various lurking bugs. | ||||
* | - Use distutils to find site-python (suggested by Thomas Heller, thanks!) | Jack Jansen | 2003-02-12 | 1 | -7/+3 |
| | | | | - Fixed a bug for packages without MD5 checksum. | ||||
* | Thank you sir, can I have another. | Just van Rossum | 2003-02-12 | 1 | -3/+3 |
| | |||||
* | When in MacPython-OSX use bundlebuilder to create .app bundles. | Jack Jansen | 2003-02-12 | 4 | -181/+53 |
| | |||||
* | - Better way to find site-packages | Jack Jansen | 2003-02-12 | 1 | -3/+43 |
| | | | | | | | - Catch stderr as well as stdout - Fixed a bug with non-installable packages - Parse .pth files after installing, so you don't have to restart Python (or the IDE) after installing. | ||||
* | Changed database format to make fields adhere to PEP 241 where | Jack Jansen | 2003-02-11 | 1 | -116/+113 |
| | | | | | | applicable, and use a similar naming scheme for other fields. This has drastically changed the structure, as the PEP241 names aren't identifiers. | ||||
* | Punctuation fixes in docstrings. | Jack Jansen | 2003-02-10 | 1 | -3/+3 |
| | |||||
* | Added docstrings. | Jack Jansen | 2003-02-10 | 1 | -6/+130 |
| | |||||
* | - Better exception when the database isn't found. | Jack Jansen | 2003-02-10 | 1 | -1/+3 |
| | | | | | - Allow for "manual:" pseudo-scheme in downloadURL to signal that the download should be done manually. | ||||
* | Use MD5 checksums to check archive integrity and forestall downloads. | Jack Jansen | 2003-02-10 | 1 | -11/+38 |
| | |||||
* | Added preInstall and postInstall commands to packages. PIL needs this | Jack Jansen | 2003-02-10 | 1 | -1/+17 |
| | | | | (preInstall, at least). | ||||
* | Strawman for a Package Install Manager for Python. It isn't CPAN yet, but at | Jack Jansen | 2003-02-09 | 1 | -0/+499 |
| | | | | | less than 500 lines it already manages to test whether Numeric is installed, and can install it if it isn't, including any prerequisites. | ||||
* | Made AskFile* dialogs movable-modal by default, by providing a dummy | Jack Jansen | 2003-02-07 | 1 | -10/+26 |
| | | | | | | | eventProc (which simply drops all events on the floor). Also added a method SetDefaultEventProc through which frameworks can set a global event handler (which can still be overridden on a per-call basis with the eventProc argument). | ||||
* | Got rid of macfs and FSSpecs. | Jack Jansen | 2003-02-06 | 1 | -4/+3 |
| | |||||
* | Getting rid of macfs and FSSpecs. | Jack Jansen | 2003-02-05 | 1 | -7/+5 |
| | |||||
* | Got rid of macfs | Jack Jansen | 2003-02-05 | 1 | -5/+3 |
| | |||||
* | Fixed a few typos, and changed FSCreateResourceFile filename argument to ↵ | Jack Jansen | 2003-02-05 | 1 | -3/+3 |
| | | | | unicode. | ||||
* | - Handle the img and MediaFormat modules not being available (by not | Jack Jansen | 2003-02-04 | 1 | -24/+40 |
| | | | | | | providing the format info, only the raw data). - Get rid of fsspecs. - Make the demo program at least do something if img not available. | ||||
* | Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9. | Jack Jansen | 2003-02-02 | 1 | -18/+22 |
| | |||||
* | jeez, now I know why I shouldn't even _want_ to learn sh. | Just van Rossum | 2003-02-02 | 1 | -4/+4 |
| | |||||
* | icon support by Robin Dunn, closes patch #678218 | Just van Rossum | 2003-02-01 | 1 | -1/+14 |
| | |||||
* | Moved aepack test code to the test suite. | Jack Jansen | 2003-01-29 | 1 | -40/+0 |
| | |||||
* | Some objects could have uninitialized attributes. Fixed. | Jack Jansen | 2003-01-29 | 1 | -0/+2 |
| | |||||
* | test_macfs found an error on the first day of its existence: round trips for ↵ | Jack Jansen | 2003-01-29 | 1 | -1/+5 |
| | | | | date values to FSSpec.{Get,Set}Dates didn't work in MacPython-OS9. Fixed. | ||||
* | Converted to not use macfs whenever possible. | Jack Jansen | 2003-01-28 | 2 | -129/+132 |
| | |||||
* | Don't import Nav. It isn't needed, and importing it doesn't work in a | Jack Jansen | 2003-01-28 | 1 | -1/+0 |
| | | | | non-windowing Python. | ||||
* | Path to default location for Python output has changed. | Jack Jansen | 2003-01-26 | 1 | -3/+3 |
| | |||||
* | FSRef and EasyDialogs pathname support was pretty much broken in ↵ | Jack Jansen | 2003-01-26 | 1 | -12/+16 |
| | | | | MacPython-OS9. Fixed. | ||||
* | Tweaked time conversion to work in MacPython-OS9. | Jack Jansen | 2003-01-22 | 1 | -2/+5 |
| | |||||
* | Added DepracationWarnings to the old Standard File calls. | Jack Jansen | 2003-01-21 | 1 | -0/+9 |
| | |||||
* | Tuples and lists don't have a copy() method (yet?). | Jack Jansen | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | Implemented StandardGetFile and friends with the new EasyDialogs file | Jack Jansen | 2003-01-21 | 1 | -96/+20 |
| | | | | dialogs. | ||||
* | Oops, this file wasn't 8-bit-clean yet. Fixed. | Jack Jansen | 2003-01-21 | 1 | -3/+3 |
| | |||||
* | Spell out the arguments to AskFileForOpen and friends, so help() gives useful | Jack Jansen | 2003-01-21 | 1 | -45/+100 |
| | | | | help. | ||||
* | Use new file dialogs in GetArgv() | Jack Jansen | 2003-01-21 | 1 | -11/+10 |
| | |||||
* | Fixed the first two bugs in the new file dialogs (found by Just): | Jack Jansen | 2003-01-17 | 1 | -1/+2 |
| | | | | | - AskFileForSave didn't work for string return values - filterProc didn't work. | ||||
* | make sure src exists before creating a symlink | Just van Rossum | 2003-01-17 | 1 | -0/+2 |
| | |||||
* | Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These | Jack Jansen | 2003-01-17 | 1 | -2/+154 |
| | | | | | | | are going to replace StandardGetFile() and friends. Main differences are that these allow you to ask for specific datatypes to be returned (FSSpec, FSRef, string, unicode or subtypes thereof) and that they provide access to underlying features of Navigation Services through keyword arguments. | ||||
* | Implemented FSCatalogInfo structure support, and used this to implement | Jack Jansen | 2003-01-15 | 1 | -5/+30 |
| | | | | FSSpec.SetDates() and GetDates(). Closes #662836. |