1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Commit graph

  • 27b3f81d4b Added download feature directly to the install command to prevent duplication and added a new option --download-dir. Prompt for user response when downloaded file already exists at download location (wipe, ignore, backup). Jannis Leidel 2009-09-26 22:16:14 +0200
  • 36a3203ed2 Fixed minor syntax error in Subversion version control backend. Jannis Leidel 2009-09-26 19:05:39 +0200
  • 526320a262 test upgrade via reqs file Carl Meyer 2009-09-08 11:01:44 -0400
  • c88fe79ff6 snark-- Carl Meyer 2009-09-08 11:01:41 -0400
  • dea22230fd find .bat files on Win32 Carl Meyer 2009-09-07 22:40:36 -0400
  • 20d1974132 automatic uninstall before upgrade Carl Meyer 2009-09-07 22:24:05 -0400
  • 649a16d287 uninstall success message Carl Meyer 2009-09-07 16:32:03 -0400
  • db8642013f fix error on aborting uninstall, make tempdir name consistent with other pip tempdirs Carl Meyer 2009-09-07 16:29:23 -0400
  • 1d1d644306 catch easy_installed script wrappers Carl Meyer 2009-09-07 16:28:44 -0400
  • f5e7e71cd0 remove empty directories left behind Carl Meyer 2009-09-07 08:02:56 -0400
  • 9c2da54c9f refactored pth file handling, rollback in place internally Carl Meyer 2009-09-06 23:54:42 -0400
  • 5a07719023 fix win32 normcase bug in develop-egg handling Carl Meyer 2009-09-06 23:02:59 -0400
  • 65622a0d8e refactor uninstall path handling to UninstallPathSet class Carl Meyer 2009-09-06 22:40:35 -0400
  • a4f61e2798 added UninstallationError and catch it for cleaner error reporting Carl Meyer 2009-09-06 22:40:09 -0400
  • 804818f6e3 compact paths_to_remove to avoid needlessly long path lists Carl Meyer 2009-09-06 13:57:57 -0400
  • 974de4eaff fix missing ignores in uninstall tests (revealed by fixed diff_states) Carl Meyer 2009-09-06 13:16:53 -0400
  • 28681189b0 fix major bug in diff_states scripttest helper Carl Meyer 2009-09-06 13:16:02 -0400
  • 3661008106 Normalize path case in strip_sys_prefix. prencher 2009-09-05 22:53:37 +0200
  • ecfbbfdb19 merge from bugfix branch Carl Meyer 2009-09-04 16:15:02 -0400
  • 81e1435edd merge from ianb Carl Meyer 2009-09-04 15:29:15 -0400
  • 3d97d94a3a merge Carl Meyer 2009-09-04 15:15:40 -0400
  • 34954314ca Yet another fix for finding requirements with absolute versions, uses the main index now, if given. Jannis Leidel 2009-09-01 17:55:50 +0200
  • f563f75a91 Small fix for potential missing url variable Jannis Leidel 2009-09-01 03:30:28 +0200
  • 24207dd059 Reverted accidental change Jannis Leidel 2009-09-01 03:19:18 +0200
  • 73c352ddab Merge Jannis Leidel 2009-09-01 03:07:14 +0200
  • 4c596c660e Updated news with latest change Jannis Leidel 2009-09-01 02:49:27 +0200
  • 1aca1421b0 Updated news with latest change Jannis Leidel 2009-09-01 02:49:27 +0200
  • 78ec0268b2 Added --no-index option to install and bundle command which temporarily disables querying the package index Jannis Leidel 2009-09-01 03:04:01 +0200
  • d9d1b35237 Added --no-index option to install and bundle command which temporarily disables querying the package index Jannis Leidel 2009-09-01 02:48:05 +0200
  • 8922a1ead4 Fixed the --find-links option on Windows by unquoting the URL path seperators Jannis Leidel 2009-08-31 20:34:03 +0200
  • 62df4c2d4a Sort requirement sources to make sure the choice isn't made because of the order in which the links are found but what is useful. Jannis Leidel 2009-08-28 18:53:44 +0200
  • c86d953786 Make sure file downloads directly from URLs are saved in the download-dir. Jannis Leidel 2009-08-28 14:18:14 +0200
  • cab4358bc7 fixed missing BadCommand exception class Kenneth Belitzky 2009-08-27 22:36:34 -0300
  • 3dae23ee8d added --no-deps/--no-dependencies option to ignore package dependencies Brian Rosner 2009-08-27 15:26:59 -0600
  • 795fac3815 Automated merge with http://bitbucket.org/brosner/pip/ Jannis Leidel 2009-08-11 22:04:56 +0200
  • 255fea7959 don't override the matched base_url found in content with the else case Brian Rosner 2009-08-11 14:01:44 -0600
  • 0786536634 instance cache the value for HTMLPage.base_url to speed up installation. Brian Rosner 2009-08-11 13:57:55 -0600
  • 3544f6ec56 also ignore .pyo files Ian Bicking 2009-08-10 16:58:02 -0500
  • 28bcf9f166 Added news about reducing the log messages when page fetching fails Jannis Leidel 2009-08-07 10:29:57 +0200
  • 6d2df7295f Automated merge with http://bitbucket.org/brosner/pip/ Jannis Leidel 2009-08-07 10:14:31 +0200
  • 1b75c4b60d Updated documentation config a bit and added a new theme called 'nature' Jannis Leidel 2009-08-07 10:14:19 +0200
  • ec73362a76 knocked down the log method when fetching a page is problematic Brian Rosner 2009-08-07 01:20:27 -0600
  • f3927deefe Added support for local file and directory paths to --find-links Jannis Leidel 2009-08-04 17:03:25 +0200
  • f6b0c89ccb fix freeze tests Carl Meyer 2009-07-30 14:55:52 -0400
  • 72e10393f7 documentation tweaks Carl Meyer 2009-07-30 14:20:36 -0400
  • ab24cccfe4 merge Carl Meyer 2009-07-30 14:07:21 -0400
  • 5877907794 Minor typo in the documentation index Jannis Leidel 2009-07-28 10:11:39 +0200
  • 81a934f1d5 fix for bzr branches using shared repos Carl Meyer 2009-07-10 14:44:14 -0400
  • 58ad6a2db3 use django-feedutil in place of django-dbtemplates (disappeared) for git tests Carl Meyer 2009-07-10 14:38:49 -0400
  • 0840c52a76 switch to django-feedutil for Git basic test, django-dbtemplates seems to be gone from github Carl Meyer 2009-07-03 19:55:19 -0400
  • 6a80c9324b Automated merge with http://bitbucket.org/ianb/pip/ Jannis Leidel 2009-07-02 14:18:52 +0200
  • d4b9918944 Updated command line options for source directory to follow example of build directory. Jannis Leidel 2009-07-02 14:18:20 +0200
  • c04f73adc4 Fixed downloading of editable packages. Jannis Leidel 2009-07-02 14:17:19 +0200
  • 64ecb0c4ec New location for downloads, outside of the build directory. Jannis Leidel 2009-07-02 14:15:48 +0200
  • 73b2f1b85c Minor fix for command line output Jannis Leidel 2009-07-02 01:50:24 +0200
  • bed024091b Sort the files to remove Jannis Leidel 2009-07-02 00:34:44 +0200
  • 6db22f978e Use the real path of sys.prefix Jannis Leidel 2009-07-02 00:34:24 +0200
  • 9e113755f0 Cleaning up a bit. Jannis Leidel 2009-07-02 00:33:06 +0200
  • 682ced5dd6 Cleanup after merge Jannis Leidel 2009-07-01 20:52:14 +0200
  • 871283785b Automated merge with http://bitbucket.org/ianb/pip/ Jannis Leidel 2009-07-01 20:38:25 +0200
  • 6d5841ee18 Fixed an issue with updating editable packages from Git repositories Jannis Leidel 2009-07-01 17:44:29 +0200
  • 4a73d683ad Updated news with latest additions Jannis Leidel 2009-07-01 01:31:46 +0200
  • 6a24249f46 Automated merge with http://bitbucket.org/jezdez/pip-download/ Jannis Leidel 2009-07-01 01:22:38 +0200
  • 25ab228fce Removed unneeded import Jannis Leidel 2009-07-01 01:13:51 +0200
  • 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. Jannis Leidel 2009-07-01 01:13:21 +0200
  • 4933bc3201 Make sure the build directory exists. Jannis Leidel 2009-07-01 01:02:58 +0200
  • e7431fd858 Fixed handling of Bazaar's bzr+ssh scheme. Jannis Leidel 2009-07-01 01:01:49 +0200
  • d99c2b46ac Updated Subversion and Git schemes. Jannis Leidel 2009-07-01 00:56:23 +0200
  • ba0cda98a0 Unified get_info method of version control classes. Jannis Leidel 2009-07-01 00:54:59 +0200
  • 7da99dd35c Make use of known names of version control meta data directories. Jannis Leidel 2009-07-01 00:51:26 +0200
  • bca5a74873 Added all_schemes property to vcs support and make use of it. Jannis Leidel 2009-07-01 00:47:44 +0200
  • 6697d7e3d5 Fixed #19 - Added support for base URLs using <base href='...'> when parsing HTML pages. Thanks filip. Jannis Leidel 2009-06-26 00:26:21 +0200
  • 737cb0dd9d Fixed #40 - make sure the branch name is correctly looked up when freezing an editable packages from a Git repository Jannis Leidel 2009-06-26 00:04:23 +0200
  • 85c35563d3 Added news after merging removing file option from freeze command Jannis Leidel 2009-06-25 23:39:10 +0200
  • 509f0eb594 Automated merge with http://bitbucket.org/masklinn/pip/ Jannis Leidel 2009-06-25 23:33:58 +0200
  • 3b58df955a Added optional environmental variable to override log file name Jannis Leidel 2009-06-25 23:08:56 +0200
  • fa3c3537e5 Automated merge with http://bitbucket.org/ianb/pip/ Jannis Leidel 2009-06-25 22:44:07 +0200
  • e33582aeb5 Automated merge with ssh://hg@bitbucket.org/ianb/pip/ Jannis Leidel 2009-06-24 22:46:26 +0200
  • 85a6c917f1 Updated freeze tests to use a more public repository Jannis Leidel 2009-06-24 22:46:06 +0200
  • 35f161792c Fix the examples of hg freeze in the doc to match the removal of the file argument masklinn 2009-06-13 14:44:32 +0200
  • 09f01770c1 Remove file argument from pip freeze masklinn 2009-06-13 14:41:59 +0200
  • 8341b31739 Added tag 0.4 for changeset 3c33281e648b Ian Bicking 2009-05-27 10:28:43 -0500
  • 46369de381 update versions for release 0.4 Ian Bicking 2009-05-27 10:28:28 -0500
  • 953ed22dd1 Fixed #37 - Link to dev version in long description of setup.py Jannis Leidel 2009-05-27 12:03:14 +0200
  • 3ee5bae67b Fixed typo Jannis Leidel 2009-05-27 11:43:45 +0200
  • acd9ad3208 Fixed the manifest template to stop issuing warnings on install time. Jannis Leidel 2009-05-27 11:36:13 +0200
  • f099fd012b Improve the message about freezing with svn URLs that lack an #egg Ian Bicking 2009-05-25 12:06:19 -0500
  • 9cda71e136 Fixes #26 (no prepending slash in url to filename path conversion) and #36 (look for bin/python.exe which is used by buildout) Jannis Leidel 2009-05-17 19:26:54 +0200
  • 1e194a674a Automated merge with ssh://hg@bitbucket.org/ianb/pip/ Jannis Leidel 2009-05-14 15:44:10 +0200
  • 5c0d9fa07a Automated merge with https://bitbucket.org/carljm/pip/ Jannis Leidel 2009-05-14 13:21:43 +0200
  • 949f4143aa Merge Jannis Leidel 2009-05-14 12:10:34 +0200
  • a8177a9027 Applied patch from ticket 35, adds option to allow access to global site-packages if a virtual environment is to be created Jannis Leidel 2009-05-14 12:08:17 +0200
  • 4d69cd2539 Add documentation for PIP_VIRTUALENV_BASE/virtualenvwrapper integration masklinn 2009-05-11 18:16:22 +0200
  • 5b960908bf Add handling of a PIP_VIRTUALENV_BASE environ setting. masklinn 2009-05-11 18:14:21 +0200
  • e31ac7ac22 Removed unneeded FIXME and fixed resulting message after download Jannis Leidel 2009-04-21 23:53:53 +0200
  • 62011d075b Added initial version of a download command Jannis Leidel 2009-04-21 22:25:28 +0200
  • 6cbbde2ec1 Added signature for changeset 624327302f10 Jannis Leidel 2009-04-20 19:17:05 +0200
  • 733952fada Reverted accidentally merged code from r03b0b2620045 Jannis Leidel 2009-04-16 23:56:47 +0200
  • ad32e6bd1c merge pull Jannis Leidel 2009-04-16 23:01:54 +0200
  • 413f908b3f merge pull Jannis Leidel 2009-04-16 23:01:13 +0200