Commit Graph

  • 3cc8c7972c Fix how bundle files are moved around, moving them first before creating requirements so the requirements point to the right destination locations Ian Bicking 2009-04-16 15:41:42 -0500
  • e76c062df9 merge pull Ian Bicking 2009-04-16 13:12:09 -0500
  • d6c500b80c merge heads Ian Bicking 2009-04-16 13:11:38 -0500
  • e6bc65dca1 merge carljm trunk Ian Bicking 2009-04-16 13:11:19 -0500
  • dc0616ba40 Don't delete the download when it is in PIP_DOWNLOAD_CACHE (previous behavior would cache a download, then delete the cached file once it was actually used). Noted by Malthe Borch and Millie Ngoka Ian Bicking 2009-04-16 13:10:33 -0500
  • 208687eee6 compatibility with Subversion 1.6 Carl Meyer 2009-04-14 17:53:57 -0400
  • 2a3bfe7d3e merge from http://bitbucket.org/ianb/pip/ Carl Meyer 2009-04-14 16:33:55 -0400
  • 19ba89a32e Automated merge with http://bitbucket.org/carljm/pip/overview/ Ian Bicking 2009-04-14 10:58:56 -0500
  • da06a6e8ad Add -i support to requirements files Ian Bicking 2009-04-13 13:34:14 -0500
  • 5827857072 Support magic PIP_SKIP_REQUIREMENTS_REGEX in pip freeze Ian Bicking 2009-04-13 13:22:41 -0500
  • 5146b43236 Fixed #23 - Catch AttributeErrors as well when having a tarfile error Jannis Leidel 2009-04-11 12:05:27 +0200
  • 54d2fc27d9 Use hg pull instead of hg fetch. There's no reason to want the auto-merge that fetch performs, and fetch refuses to run on repos with multiple heads, or if there are local changes. Carl Meyer 2009-04-08 09:09:36 -0400
  • bd8e52f824 don't touch editable sources, Windows-friendly paths in uninstall tests Carl Meyer 2009-04-06 13:59:20 -0400
  • 14fcda6977 Automated merge with http://bitbucket.org/carljm/pip/overview/ Ian Bicking 2009-04-03 16:49:00 -0500
  • 0c67c90388 Add link to PyPI at top of the pip.openplans.org page Ian Bicking 2009-04-03 16:20:20 -0500
  • 83f9d9c18b Don't delete or modify files outside sys.prefix Carl Meyer 2009-04-01 16:51:35 -0400
  • 46c1d4aa79 added notes about uninstall to docs Carl Meyer 2009-03-31 19:44:41 -0500
  • 470f66515a uninstall from requirements file Carl Meyer 2009-03-31 17:57:38 -0500
  • d9d32ae25b refactor tests with diff_state Carl Meyer 2009-03-31 17:17:08 -0500
  • fc6c5821c3 uninstall editable installations Carl Meyer 2009-03-31 15:56:38 -0500
  • dec8dff645 refactoring prior to adding uninstall of editables Carl Meyer 2009-03-31 15:10:27 -0500
  • 025a40e113 confirm file deletions Carl Meyer 2009-03-31 12:53:10 -0500
  • cddd176a0d use installed-files.txt Carl Meyer 2009-03-31 11:21:49 -0500
  • 601cacbebd remove unnecessary build_dir and src_dir assumptions for UninstallCommand Carl Meyer 2009-03-31 10:23:00 -0500
  • 7a229bf541 support for uninstalling easy_installed packages Carl Meyer 2009-03-31 03:49:39 -0500
  • 721fcac534 experimental uninstall support Carl Meyer 2009-03-31 02:13:48 -0500
  • 3c2e5ad6a7 Expand virtualenv path correctly if passed starting with ~ Jannis Leidel 2009-03-27 16:32:39 -0500
  • 11f5eadb21 fix for ticket 21 (mercurial update to rev "default" breaks) Carl Meyer 2009-03-21 16:12:33 -0400
  • 3986f66d0b merge Carl Meyer 2009-03-21 15:45:53 -0400
  • 8ca436f852 fix for ticket 20 (bzr revno operations broken by repo format deprecation warning messages) Carl Meyer 2009-03-21 15:44:08 -0400
  • 5524a263e5 don't reuse the _drive_re name Ian Bicking 2009-03-17 11:18:19 -0500
  • 6e2f371910 Fix issues with Windows filenames and drive names (ticket #17 Ian Bicking 2009-03-17 11:16:55 -0500
  • 0704095520 Closing uninstall branch to distinguish from version control patches Jannis Leidel 2009-03-13 13:49:05 +0100
  • 175612914d Typo in doc index Jannis Leidel 2009-03-13 13:01:58 +0100
  • ed261b699b Fixes for indentation and line ending Jannis Leidel 2009-03-13 12:58:44 +0100
  • 6520fab231 Really fix the problem with private Git repositories by prefixing stub URLs like user@hostname:user/repo.git with the ssh:// scheme for parsing Jannis Leidel 2009-03-13 12:56:36 +0100
  • ac11f1a0a4 Upstream changes Jannis Leidel 2009-03-13 10:53:34 +0100
  • 2e2a19a681 Cuts down duplicate notifications when doing editable installs Jannis Leidel 2009-03-13 10:51:40 +0100
  • 59e05b1111 Fix pip to work with the --extra-index-url option. Luke Macken 2009-03-11 16:22:53 -0400
  • f3e65ea480 fix pip zip with multiple arguments Ian Bicking 2009-03-05 14:06:24 -0600
  • 74ccb3757c fix link Ian Bicking 2009-03-05 14:06:12 -0600
  • 4faa7a5f6c Fixed ticket #13, Added matching method names for parsing the bundled instruction file Jannis Leidel 2009-02-13 16:09:47 +0100
  • 44905288aa Fixed windows line endings Jannis Leidel 2009-02-13 16:07:43 +0100
  • 6738ddc3da Added a note about the private git repo fix. Jay Graves 2009-02-12 18:46:07 -0700
  • 95a30fea9d Added a get_url_rev method to the Git class because the VersionControl one was splitting on the @ breaking private git repos. Jay Graves 2009-02-12 17:57:39 -0700
  • 6f80fa9263 merge Ian Bicking 2009-02-11 11:36:49 -0500
  • 87a9eddd13 merge Ian Bicking 2009-02-11 11:36:37 -0500
  • e680814a51 strip newlines from lines Ian Bicking 2009-02-11 10:21:57 -0500
  • 81f971d348 news for last commits Ian Bicking 2009-02-11 10:19:03 -0500
  • 4810dc5d43 add a warning to the --install-option help Ian Bicking 2009-02-11 10:10:45 -0500
  • e1570535ca small fix to build PyPI URLs just like easy_install did (with trailing slash) Kumar McMillan 2009-02-09 11:24:33 -0600
  • eafc7e9fcc Updated news.txt Ionel Maries Cristian 2009-02-09 18:39:14 +0200
  • b0d4ad9b27 doc update for bundles Ian Bicking 2009-02-04 12:44:51 -0600
  • 7bdab1cd19 added an error handler for removing readonly flags (apparently svn sets some metadata files to readonly) Ionel Maries Cristian 2009-02-04 11:48:32 +0200
  • 54f5e58c34 added ignore_errors for some rmtree-s in remove_temporary_source Ionel Maries Cristian 2009-02-04 10:34:28 +0200
  • 285c999388 added similar platform check for brz as for git. Ionel Maries Cristian 2009-02-04 10:23:04 +0200
  • 70e1539c05 Reverted GIT__CMD change; Changed pip to use suprocess instead of execv for venv restart. Ionel Maries Cristian 2009-02-04 09:41:07 +0200
  • 5e08433978 Fixed a directory check and removed the 'git.cmd' GIT_CMD Ionel Maries Cristian 2009-02-04 09:26:55 +0200
  • f103eb2016 also treat trailing \ as a directory Ian Bicking 2009-02-03 20:34:22 -0600
  • 29c4191b0a strip newline off hg output Ian Bicking 2009-02-03 13:35:21 -0600
  • 940c779044 make -e work better with hg (#14) Ian Bicking 2009-02-03 13:21:57 -0600
  • 0112cd7f79 build updates, set version to 0.3.1dev Ian Bicking 2009-01-29 12:30:12 -0600
  • d5b6bbeb3c update versions for release Ian Bicking 2009-01-29 12:18:12 -0600
  • 077118c3e9 Improve pip -h and pip help Ian Bicking 2009-01-29 12:13:27 -0600
  • 073246a05d more things to ignore Ian Bicking 2009-01-28 17:25:32 -0600
  • 29233dcc3e news for the bug fixes Ian Bicking 2009-01-28 17:25:16 -0600
  • 8330b5bcfe ignore generated manifest Ian Bicking 2009-01-28 17:13:50 -0600
  • 09b78803e2 added MANIFEST to make sdist better Ian Bicking 2009-01-28 17:13:29 -0600
  • 39858fb4f2 Fixes discovery of requirement locations with absolute versions Jannis Leidel 2009-01-25 15:05:15 +0100
  • 9410a91e6c Restored ability to install non-editable packages Jannis Leidel 2009-01-25 04:49:51 +0100
  • 5d17e5f08d Makes sure to look for the egg-info directory also in subdirectories during installation. Jannis Leidel 2009-01-25 03:56:56 +0100
  • 265aba5547 Merged upstream changes Jannis Leidel 2009-01-25 03:13:53 +0100
  • f03cad123c Start of the uninstall branch Jannis Leidel 2009-01-25 03:10:34 +0100
  • 078b37c47a Make sure when installing from an svn page (not with -e) that we add in svn+ to the URL Ian Bicking 2009-01-22 14:26:39 -0600
  • 4cd0b79dd4 Merge with upstream Jannis Leidel 2009-01-22 00:55:22 +0100
  • 836fa1d941 Link to new location for issue tracker Ian Bicking 2009-01-21 12:12:04 -0600
  • 1776cf93f9 Prefer distutils Ian Bicking 2009-01-21 12:11:55 -0600
  • fec928f5d4 Fixes issue 1 - Retouched paragraph about support for other version control systems. Thanks David Jannis Leidel 2009-01-21 15:39:50 +0100
  • bc11103579 use dev version for tip Ian Bicking 2009-01-20 21:23:22 -0600
  • cc436ec666 ignore dist files Ian Bicking 2009-01-20 21:23:04 -0600
  • 3b05e99d04 Added tag 0.3 for changeset a28042dcac13 Ian Bicking 2009-01-20 21:22:00 -0600
  • ade11f6eeb update news/versions for release 0.3 Ian Bicking 2009-01-20 21:21:51 -0600
  • 4ea6f247a0 use python.exe, not python, when accessing the interpreter in a venv under windows Ian Bicking 2009-01-20 21:19:02 -0600
  • ea4f112a49 Added Bazaar to documentation and restructured version control part a bit Jannis Leidel 2009-01-21 03:49:40 +0100
  • 22a9aa0c1b Switched Bazaar support from checkouts to branches for easier updates. Added support for bzr+sftp and fixed bzr+ssh transport. Jannis Leidel 2009-01-21 03:49:08 +0100
  • 4be4452bc4 Made freeze and bundle command use the version control system registry instead of explicitely calling the backends. Jannis Leidel 2009-01-20 14:40:19 +0100
  • bb67acb015 Removed dependency to bzrlib and added tests for Bazaar support. Jannis Leidel 2009-01-20 01:22:46 +0100
  • cb7affe62f Fixed some whitespaces. Raise InstallationError if bzrlib is not found. Fixed ambiguity. Jannis Leidel 2009-01-19 13:19:29 +0100
  • 404ce4d68b Redid the registratio system for the version control support. Added schemes attributes to version control classes. Fixed some minor bugs. Added Bazaar version control class. Jannis Leidel 2009-01-19 04:05:37 +0100
  • d70b32905b Refactored the version control feature Jannis Leidel 2009-01-12 00:59:55 +0100
  • c0e5eeb87b Moved helper methods used in RequirementSet at the actual right place Jannis Leidel 2009-01-10 22:51:56 +0100
  • 3b322822f0 Use urlparse for parsing Jannis Leidel 2009-01-10 22:44:56 +0100
  • 7c4fe2e2cb Changed revision id to short-form changeset id in Mercurial example in docs Jannis Leidel 2009-01-10 22:17:00 +0100
  • 3ed6b925de More doc changes Jannis Leidel 2009-01-09 11:18:23 +0100
  • 6028a272e7 First small doc change Jannis Leidel 2009-01-09 10:22:57 +0100
  • f9c29d8aa1 Added basic and freeze tests for Git and Mercurial support Jannis Leidel 2009-01-09 09:52:07 +0100
  • 49b518ad10 Fixed wrong variable names in Mercurial utility functions Jannis Leidel 2009-01-09 09:40:36 +0100
  • 58101cf14f Changed script result a bit to be able to run the tests on Mac OS X framework Python binary Jannis Leidel 2009-01-08 17:23:19 +0100
  • 07705cd473 Added experimental support for Mercurial. Fixed some cosmetic issues. Simplified Git support a bit. Jannis Leidel 2008-12-22 02:44:04 +0100
  • 6657f2e52f Merged with upstream repository Jannis Leidel 2008-12-20 13:15:02 +0100