1. c32cec1 Don't use "dict" as a variable, it shadows the builtin. Spotted by Bob Ippolito. by Jack Jansen · 21 years ago
  2. 0576d0a Force option should be applied to a single package, not recursively by Jack Jansen · 21 years ago
  3. 989ddc0 - Added a downloader using urllib2 in stead of curl, based on code by Jack Jansen · 21 years ago
  4. 192bd96 getDefaultDatabase() should be a toplevel function, not a method of the by Jack Jansen · 21 years ago
  5. afd63b9 Started on version 0.4: better scheme for finding correct database: by Jack Jansen · 21 years ago
  6. b68947e 2.4a0 Package Manager shouldn't attempt to use the 2.3 database. by Jack Jansen · 21 years ago
  7. 749f481 Backport from r23c1-branch: by Jack Jansen · 21 years ago
  8. c5991b0 Use http://www.python.org/packman as the base URL. Also upped the version by Jack Jansen · 21 years ago
  9. 5da131b Added two keys to database format: User-install-skips is an array of pathname by Jack Jansen · 21 years ago
  10. 2a97dcc Use splitlines() in stead of split() to split lines, and added a method by Jack Jansen · 21 years ago
  11. 9f0c575 - Get the database from a different place. by Jack Jansen · 21 years ago
  12. b789a06 - Added a scheme whereby pimp can update itself, by importing a module by Jack Jansen · 21 years ago
  13. c7c78ae Allow for Version, Flavor and Download-URL not being set. by Jack Jansen · 22 years ago
  14. 705553a When doing a forced install of a package depending on a pseudo-package by Jack Jansen · 22 years ago
  15. 4f45011 CWI moved websites around without me knowing it, and together with by Jack Jansen · 22 years ago
  16. 6432f78 Only return a warning message about not all files being unpacked if there by Jack Jansen · 22 years ago
  17. 20fa675 Allow switching of install dir after creation of preferences. by Jack Jansen · 22 years ago
  18. 6fde1ce - Use the tarfile module to unpack tarfiles. by Jack Jansen · 22 years ago
  19. 0ae3220 Detabbed. by Jack Jansen · 22 years ago
  20. 450bd87 Capturing the exit status for the build process didn't work. Using by Jack Jansen · 22 years ago
  21. 47e5987 Patch by Andrew Straw: use urllib2 so proxie access works. by Jack Jansen · 22 years ago
  22. a460f44 - Added support for zip archives by Jack Jansen · 22 years ago
  23. a2125fe Better error messages and warnings. by Jack Jansen · 22 years ago
  24. 0dacac4 Factored out classes for handling source and binary distributions. Source by Jack Jansen · 22 years ago
  25. e71b9f8 - Use distutils to find site-python (suggested by Thomas Heller, thanks!) by Jack Jansen · 22 years ago
  26. 53b341f - Better way to find site-packages by Jack Jansen · 22 years ago
  27. e7b33db Changed database format to make fields adhere to PEP 241 where by Jack Jansen · 22 years ago
  28. 8d326b8 Punctuation fixes in docstrings. by Jack Jansen · 22 years ago
  29. 6a600ab Added docstrings. by Jack Jansen · 22 years ago
  30. 26bf3ac - Better exception when the database isn't found. by Jack Jansen · 22 years ago
  31. c4b217d Use MD5 checksums to check archive integrity and forestall downloads. by Jack Jansen · 22 years ago
  32. b4bb64e Added preInstall and postInstall commands to packages. PIL needs this by Jack Jansen · 22 years ago
  33. 95839b8 Strawman for a Package Install Manager for Python. It isn't CPAN yet, but at by Jack Jansen · 22 years ago