Commit Graph

9829 Commits

Author SHA1 Message Date
Jannis Leidel 682ced5dd6 Cleanup after merge 2009-07-01 20:52:14 +02:00
Jannis Leidel 871283785b Automated merge with http://bitbucket.org/ianb/pip/ 2009-07-01 20:38:25 +02:00
Jannis Leidel 6d5841ee18 Fixed an issue with updating editable packages from Git repositories 2009-07-01 17:44:29 +02:00
Jannis Leidel 4a73d683ad Updated news with latest additions 2009-07-01 01:31:46 +02:00
Jannis Leidel 6a24249f46 Automated merge with http://bitbucket.org/jezdez/pip-download/ 2009-07-01 01:22:38 +02:00
Jannis Leidel 25ab228fce Removed unneeded import 2009-07-01 01:13:51 +02:00
Jannis Leidel 02944629b3 Integrated download feature with RequirementSet, simplified archive creation in an own method of InstallRequirement. Added ability to the version control support classes to export a repository. 2009-07-01 01:13:21 +02:00
Jannis Leidel 4933bc3201 Make sure the build directory exists. 2009-07-01 01:02:58 +02:00
Jannis Leidel e7431fd858 Fixed handling of Bazaar's bzr+ssh scheme. 2009-07-01 01:01:49 +02:00
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