Commit Graph

11020 Commits

Author SHA1 Message Date
Jannis Leidel d99c2b46ac Updated Subversion and Git schemes. 2009-07-01 00:56:23 +02:00
Jannis Leidel ba0cda98a0 Unified get_info method of version control classes. 2009-07-01 00:54:59 +02:00
Jannis Leidel 7da99dd35c Make use of known names of version control meta data directories. 2009-07-01 00:51:26 +02:00
Jannis Leidel bca5a74873 Added all_schemes property to vcs support and make use of it. 2009-07-01 00:47:44 +02:00
Jannis Leidel 6697d7e3d5 Fixed #19 - Added support for base URLs using <base href='...'> when parsing HTML pages. Thanks filip. 2009-06-26 00:26:21 +02:00
Jannis Leidel 737cb0dd9d Fixed #40 - make sure the branch name is correctly looked up when freezing an editable packages from a Git repository 2009-06-26 00:04:23 +02:00
Jannis Leidel 85c35563d3 Added news after merging removing file option from freeze command 2009-06-25 23:39:10 +02:00
Jannis Leidel 509f0eb594 Automated merge with http://bitbucket.org/masklinn/pip/ 2009-06-25 23:33:58 +02:00
Jannis Leidel 3b58df955a Added optional environmental variable to override log file name 2009-06-25 23:08:56 +02:00
Jannis Leidel fa3c3537e5 Automated merge with http://bitbucket.org/ianb/pip/ 2009-06-25 22:44:07 +02:00
Jannis Leidel e33582aeb5 Automated merge with ssh://hg@bitbucket.org/ianb/pip/ 2009-06-24 22:46:26 +02:00
Jannis Leidel 85a6c917f1 Updated freeze tests to use a more public repository 2009-06-24 22:46:06 +02:00
masklinn 35f161792c Fix the examples of hg freeze in the doc to match the removal of the file argument 2009-06-13 14:44:32 +02:00
masklinn 09f01770c1 Remove file argument from pip freeze
Since pip freeze defaults to outputting to stdout, the default behavior
combined with simple redirection is more than enough to get a requirements
file.
2009-06-13 14:41:59 +02:00
Ian Bicking 8341b31739 Added tag 0.4 for changeset 3c33281e648b 2009-05-27 10:28:43 -05:00
Ian Bicking 46369de381 update versions for release 2009-05-27 10:28:28 -05:00
Jannis Leidel 953ed22dd1 Fixed #37 - Link to dev version in long description of setup.py 2009-05-27 12:03:14 +02:00
Jannis Leidel 3ee5bae67b Fixed typo 2009-05-27 11:43:45 +02:00
Jannis Leidel acd9ad3208 Fixed the manifest template to stop issuing warnings on install time. 2009-05-27 11:36:13 +02:00
Ian Bicking f099fd012b Improve the message about freezing with svn URLs that lack an #egg 2009-05-25 12:06:19 -05:00
Jannis Leidel 9cda71e136 Fixes #26 (no prepending slash in url to filename path conversion) and #36 (look for bin/python.exe which is used by buildout) 2009-05-17 19:26:54 +02:00
Jannis Leidel 1e194a674a Automated merge with ssh://hg@bitbucket.org/ianb/pip/ 2009-05-14 15:44:10 +02:00
Jannis Leidel 5c0d9fa07a Automated merge with https://bitbucket.org/carljm/pip/ 2009-05-14 13:21:43 +02:00
Jannis Leidel 949f4143aa Merge 2009-05-14 12:10:34 +02:00
Jannis Leidel a8177a9027 Applied patch from ticket 35, adds option to allow access to global site-packages if a virtual environment is to be created 2009-05-14 12:08:17 +02:00
masklinn 4d69cd2539 Add documentation for PIP_VIRTUALENV_BASE/virtualenvwrapper integration 2009-05-11 18:16:22 +02:00
masklinn 5b960908bf Add handling of a PIP_VIRTUALENV_BASE environ setting.
Defines a default root directory for virtualenvs, relative virtualenvs
names/paths are considered relative to it if it's set.

Used for better compatibility/integration with virtualenvwrapper.
2009-05-11 18:14:21 +02:00
Jannis Leidel e31ac7ac22 Removed unneeded FIXME and fixed resulting message after download 2009-04-21 23:53:53 +02:00
Jannis Leidel 62011d075b Added initial version of a download command 2009-04-21 22:25:28 +02:00
Jannis Leidel 6cbbde2ec1 Added signature for changeset 624327302f10 2009-04-20 19:17:05 +02:00
Jannis Leidel 733952fada Reverted accidentally merged code from r03b0b2620045 2009-04-16 23:56:47 +02:00
Jannis Leidel ad32e6bd1c merge pull 2009-04-16 23:01:54 +02:00
Jannis Leidel 413f908b3f merge pull 2009-04-16 23:01:13 +02:00
Ian Bicking 3cc8c7972c Fix how bundle files are moved around, moving them first before creating requirements so the requirements point to the right destination locations 2009-04-16 15:41:42 -05:00
Ian Bicking e76c062df9 merge pull 2009-04-16 13:12:09 -05:00
Ian Bicking d6c500b80c merge heads 2009-04-16 13:11:38 -05:00
Ian Bicking e6bc65dca1 merge carljm trunk 2009-04-16 13:11:19 -05:00
Ian Bicking 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 2009-04-16 13:10:33 -05:00
Carl Meyer 208687eee6 compatibility with Subversion 1.6 2009-04-14 17:53:57 -04:00
Carl Meyer 2a3bfe7d3e merge from http://bitbucket.org/ianb/pip/ 2009-04-14 16:33:55 -04:00
Ian Bicking 19ba89a32e Automated merge with http://bitbucket.org/carljm/pip/overview/ 2009-04-14 10:58:56 -05:00
Ian Bicking da06a6e8ad Add -i support to requirements files 2009-04-13 13:34:14 -05:00
Ian Bicking 5827857072 Support magic PIP_SKIP_REQUIREMENTS_REGEX in pip freeze 2009-04-13 13:22:41 -05:00
Jannis Leidel 5146b43236 Fixed #23 - Catch AttributeErrors as well when having a tarfile error 2009-04-11 12:05:27 +02:00
Carl Meyer 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. 2009-04-08 09:09:36 -04:00
Carl Meyer bd8e52f824 don't touch editable sources, Windows-friendly paths in uninstall tests 2009-04-06 13:59:20 -04:00
Ian Bicking 14fcda6977 Automated merge with http://bitbucket.org/carljm/pip/overview/ 2009-04-03 16:49:00 -05:00
Ian Bicking 0c67c90388 Add link to PyPI at top of the pip.openplans.org page 2009-04-03 16:20:20 -05:00
Carl Meyer 83f9d9c18b Don't delete or modify files outside sys.prefix 2009-04-01 16:51:35 -04:00
Carl Meyer 46c1d4aa79 added notes about uninstall to docs 2009-03-31 19:44:41 -05:00