summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/pimp.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2005-01-071-4/+4
* Allow relative URLs for included databases and packages.Jack Jansen2005-01-071-4/+7
* - Added an "installer" flavor, which uses the "open" command to installJack Jansen2005-01-031-7/+43
* - getDefaultDatabase wasn't listed in __all__.Jack Jansen2004-12-281-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-131/+129
* Two issues spotted by Ronald OUssoren:Jack Jansen2004-03-131-1/+9
* 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
* 2.4a0 Package Manager shouldn't attempt to use the 2.3 database.Jack Jansen2003-11-271-1/+1
* Backport from r23c1-branch:Jack Jansen2003-07-211-2/+2
* Use http://www.python.org/packman as the base URL. Also upped the versionJack Jansen2003-06-291-3/+3
* 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
* 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
* Only return a warning message about not all files being unpacked if thereJack Jansen2003-04-221-1/+2
* 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
* Detabbed.Jack Jansen2003-04-091-733/+733
* Capturing the exit status for the build process didn't work. UsingJack Jansen2003-03-171-6/+7
* Patch by Andrew Straw: use urllib2 so proxie access works.Jack Jansen2003-03-111-7/+3
* - Added support for zip archivesJack Jansen2003-02-171-3/+13
* Better error messages and warnings.Jack Jansen2003-02-161-7/+11
* Factored out classes for handling source and binary distributions. SourceJack Jansen2003-02-141-40/+126
* - Use distutils to find site-python (suggested by Thomas Heller, thanks!)Jack Jansen2003-02-121-7/+3
* - Better way to find site-packagesJack Jansen2003-02-121-3/+43
* Changed database format to make fields adhere to PEP 241 whereJack Jansen2003-02-111-116/+113
* Punctuation fixes in docstrings.Jack Jansen2003-02-101-3/+3
* Added docstrings.Jack Jansen2003-02-101-6/+130
* - Better exception when the database isn't found.Jack Jansen2003-02-101-1/+3
* Use MD5 checksums to check archive integrity and forestall downloads.Jack Jansen2003-02-101-11/+38
* Added preInstall and postInstall commands to packages. PIL needs thisJack Jansen2003-02-101-1/+17
* Strawman for a Package Install Manager for Python. It isn't CPAN yet, but atJack Jansen2003-02-091-0/+499