summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac
Commit message (Expand)AuthorAgeFilesLines
* Two issues spotted by Ronald OUssoren:Jack Jansen2004-03-134-3/+2234
* Don't use "dict" as a variable, it shadows the builtin. Spotted byJack Jansen2004-03-131-13/+13
* Force option should be applied to a single package, not recursivelyJack Jansen2004-03-131-1/+1
* - Added a downloader using urllib2 in stead of curl, based on codeJack Jansen2004-03-111-51/+137
* getDefaultDatabase() should be a toplevel function, not a method of theJack Jansen2004-02-281-48/+46
* Started on version 0.4: better scheme for finding correct database:Jack Jansen2004-02-281-4/+50
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-128-69/+66
* Wrapper modules for _Launch and _OSA weren't added yet. Fixed.Jack Jansen2003-12-092-0/+2
* Finished update to universal header 3.4.2.Jack Jansen2003-12-0519-79/+443
* Reverting to previous version, which works. And I don't really care aboutJack Jansen2003-12-051-83/+0
* Adding an interface to the high-level Open Scripting Architecture,Jack Jansen2003-12-032-0/+212
* An interface to the LaunchServices API.Jack Jansen2003-12-021-0/+65
* 2.4a0 Package Manager shouldn't attempt to use the 2.3 database.Jack Jansen2003-11-271-1/+1
* Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixedJack Jansen2003-11-191-16/+3
* Modified version by Bob Ippolito. It passes the just-added test_applesingleJack Jansen2003-11-181-63/+100
* Backport from r23c1-branch:Jack Jansen2003-07-211-2/+2
* Fixed a bug that's been there from the beginning but wasn't noticedJust van Rossum2003-07-101-3/+3
* don't optimize empty stringsJust van Rossum2003-07-101-1/+1
* #765903:Just van Rossum2003-07-041-5/+22
* If a --python option is used to specify the Python to use in the #!Jack Jansen2003-07-041-1/+4
* - replaced a couple of asserts with proper exceptionsJust van Rossum2003-07-011-4/+5
* restore 2.2 compatibility:Just van Rossum2003-06-291-11/+11
* - added --semi-standalone option that builds apps that depend on anJust van Rossum2003-06-291-26/+50
* Use http://www.python.org/packman as the base URL. Also upped the versionJack Jansen2003-06-291-3/+3
* some old changes to this unused moduleJust van Rossum2003-06-211-13/+6
* changed 8-space indentation to 4Just van Rossum2003-06-214-1935/+1935
* - do the right thing with symlinks inside directories we're copyingJust van Rossum2003-06-201-6/+13
* make sure paths to dirs don't end in a /Just van Rossum2003-06-201-2/+2
* Reworked --strip option: it will now look at _any_ file that's markedJust van Rossum2003-06-201-13/+24
* register the library inside Python.framework as eligable for strippingJust van Rossum2003-06-201-2/+4
* Add initial standalone support for Python.frameworkJust van Rossum2003-06-201-2/+32
* Give default _elemdict and _propdict attributes to OSA classes, soJack Jansen2003-06-181-4/+6
* An indenting error in the code made it miss some suites that have an applicationJack Jansen2003-06-181-2/+2
* Re-gegernated with the new gensuitemodule.Jack Jansen2003-06-1338-5315/+897
* - Allow access to poperties of the "application" OSA class directly fromJack Jansen2003-06-132-3/+25
* Added two keys to database format: User-install-skips is an array of pathnameJack Jansen2003-06-011-6/+34
* Use splitlines() in stead of split() to split lines, and added a methodJack Jansen2003-06-011-3/+4
* - Get the database from a different place.Jack Jansen2003-05-291-4/+7
* - Added a scheme whereby pimp can update itself, by importing a moduleJack Jansen2003-05-281-11/+49
* Added a --python option, which sets the python to be used in the #! lineJack Jansen2003-05-251-1/+9
* 'Progress' doesn't exists, causing 'from EasyDialogs import *' to failJust van Rossum2003-05-201-1/+1
* Allow for Version, Flavor and Download-URL not being set.Jack Jansen2003-05-061-3/+3
* When doing a forced install of a package depending on a pseudo-packageJack Jansen2003-05-061-1/+6
* CWI moved websites around without me knowing it, and together withJack Jansen2003-05-021-1/+1
* Rename funny long suite to Disk_File_Folder.Jack Jansen2003-05-017-102/+102
* If not icon file is specified use the default Python Applet icons.Jack Jansen2003-04-221-0/+4
* Only return a warning message about not all files being unpacked if thereJack Jansen2003-04-221-1/+2
* The identify() description didn't match the code. Fixed.Jack Jansen2003-04-161-1/+1
* Allow switching of install dir after creation of preferences.Jack Jansen2003-04-161-7/+10
* - Use the tarfile module to unpack tarfiles.Jack Jansen2003-04-151-62/+187