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

Commit graph

  • 717a0c2065 Automated merge with ssh://hg@bitbucket.org/ianb/pip/ Jannis Leidel 2010-02-24 11:25:43 +0100
  • 17db3cce9a respect merged changes in txt files Jakub Vysoky 2010-02-24 11:24:55 +0100
  • 41f5a30721 test_upgrade.txt file transformed into unit tests Jakub Vysoky 2010-02-24 11:24:55 +0100
  • a244ee966f test_uninstall.txt into py Jakub Vysoky 2010-02-24 11:24:55 +0100
  • 1a56ef6ceb test_search.txt to py Jakub Vysoky 2010-02-24 11:24:55 +0100
  • e098aa863d test_requirements.txt into py Jakub Vysoky 2010-02-24 11:24:55 +0100
  • 80b0fb779e test_proxy.txt into py Jakub Vysoky 2010-02-24 11:24:55 +0100
  • 0ac3f39eb8 test_freeze.txt into py use textwrap.dedent for readability Jakub Vysoky 2010-02-24 11:24:55 +0100
  • 56bf88b08e test_config.txt into py Jakub Vysoky 2010-02-24 11:24:55 +0100
  • b0f58b60c4 test_bundle.txt into py Jakub Vysoky 2010-02-24 11:24:55 +0100
  • e79951f958 test discovery aware renaming Jakub Vysoky 2010-02-24 11:24:54 +0100
  • 2f19a378c8 stay in tmp venv directory because it controls pip-log file we can be sure now, that correct pip is called Jakub Vysoky 2010-02-24 11:24:54 +0100
  • 66783986dd check if proper pip is called there is still one prerequisity for running tests you have to call python setup.py egg_info, because there is `pip_dist = pkg_resources.get_distribution('pip')` used in pip Jakub Vysoky 2010-02-24 11:24:54 +0100
  • bb92f03a17 py version of test_basic.txt doctests test_pip is used as a helper function now but still can be used as a testrunner for old txt files Jakub Vysoky 2010-02-24 11:24:54 +0100
  • 2970470a57 Add changelog note about pip search command. Cody Soyland 2010-02-23 15:02:35 -0600
  • 64360ffe9b Change function name "translate_hits" to "transform_hits" for clarity. Cody Soyland 2010-02-23 15:01:43 -0600
  • 7f709ba830 Do not print separate line for latest version if it is installed. Cody Soyland 2010-02-22 18:20:19 -0500
  • 02085e8858 Use logger.indent instead of printing spaces. Cody Soyland 2010-02-22 18:10:56 -0500
  • b439b9f42f Added end-to-end test. Cody Soyland 2010-02-22 18:00:18 -0500
  • d29756822a Join query args with space instead of choosing first word. Cody Soyland 2010-02-22 17:45:53 -0500
  • 7768c7865f Replace print statements with logging. Cody Soyland 2010-02-22 17:43:49 -0500
  • 9415e28449 Fix for cases in which terminal size cannot be determined. Cody Soyland 2010-02-22 17:37:19 -0500
  • e238291990 Added pip search command with basic documentation and tests. Cody Soyland 2010-02-22 17:03:05 -0500
  • 6a6411f92e merge Carl Meyer 2010-02-22 00:38:45 -0500
  • 9a465eeb10 add --local option to freeze; fixes #9 Carl Meyer 2010-02-22 00:37:28 -0500
  • e0eae6ea84 fix some pyflakes warnings Ian Bicking 2010-02-21 17:47:49 -0500
  • 0fa4cb4f79 allow global pip to uninstall from anywhere; fixes #44 Carl Meyer 2010-02-20 12:13:21 -0500
  • 4b7b0b2c90 correct ordering of versions from last commit Carl Meyer 2010-02-12 16:51:01 -0500
  • ea9a0c1ec2 avoid sorted(cmp=...) for Python 3; thanks gdamjan! fixes #62 Carl Meyer 2010-02-12 12:15:47 -0500
  • e1af274421 Fix uninstallation on Windows (fixes #58) Alex Gr?nholm 2010-02-08 09:51:14 +0200
  • cd98d88534 update versions for dev Ian Bicking 2010-01-21 12:31:17 -0600
  • c312034a9c update news for release Ian Bicking 2010-01-21 12:25:41 -0600
  • 632fd0fb00 Added last commit to news Jannis Leidel 2010-01-21 13:28:57 +0100
  • 03ff9faf76 Fixed #53 - Fixed backwards compat import error on Windows Jannis Leidel 2010-01-21 13:27:02 +0100
  • a6706ae59f update versions for dev Ian Bicking 2010-01-18 14:47:01 -0600
  • 59a4c355bb update news for the missed 0.6.1 release (huh, when did that happen...) Ian Bicking 2010-01-18 14:41:12 -0600
  • 4239548b0f update versions for release Ian Bicking 2010-01-18 14:39:11 -0600
  • ce8ebe84fa Automated merge with ssh://hg@bitbucket.org/ianb/pip Ian Bicking 2010-01-18 14:33:25 -0600
  • e84fa32453 Avoid searching tests/ for .egg-info directories (which are sometimes created to mock out packages) Ian Bicking 2010-01-18 14:33:20 -0600
  • 4d8dffbdb1 preserve options from template reqs files: fixes #37 Carl Meyer 2009-12-12 17:26:28 -0500
  • 6a7b1a9f81 merge Carl Meyer 2009-12-10 01:19:26 -0500
  • 6ec86b9ade use canonical paths everywhere in uninstall Carl Meyer 2009-12-10 01:18:12 -0500
  • 13a3083066 Fix for pip bundle and local files, from whit Ian Bicking 2009-12-08 13:25:07 -0600
  • 79304d7087 news update Carl Meyer 2009-12-05 00:47:28 -0500
  • 6971562546 clean up after ourselves in tmpdir Carl Meyer 2009-12-05 00:42:12 -0500
  • f0416ebddd use shutil.move for rollback-save (fixes #27) Carl Meyer 2009-12-05 00:23:35 -0500
  • 1b905e0456 refactor uninstall rollback-save to use full paths Carl Meyer 2009-12-04 14:40:26 -0500
  • efa48ecb32 avoid raw ImportError on nonexistent command Carl Meyer 2009-12-04 13:43:46 -0500
  • 143851bae5 set nonzero exit code on failure (fixes #33) Carl Meyer 2009-12-04 13:43:31 -0500
  • 148ff3a8ed fix uninstall of namespaced packages (fixes #34) Carl Meyer 2009-12-04 13:18:21 -0500
  • 2770524365 expand a bit on the purpose and use of requirement files Ian Bicking 2009-12-01 15:50:10 -0600
  • 2e8d129590 Automated merge with ssh://hg@bitbucket.org/ianb/pip Ian Bicking 2009-12-01 15:05:39 -0600
  • 4cf472c039 Avoid confusions when there's a virtualenv environment under an editable source directory Ian Bicking 2009-11-24 16:31:16 -0600
  • 8b9c3c5abc Updates to the documentation stylesheets and theme options Jannis Leidel 2009-11-21 22:25:18 +0100
  • cd989fd5a3 Added new commands and vcs packages to setup.py Jannis Leidel 2009-11-21 21:08:21 +0100
  • 8ed9acae60 Factor out the requirement handling into pip.req, and most of the remaining utility functions into pip.util Ian Bicking 2009-11-20 18:26:59 -0600
  • b0df48ad31 Factor out the PackageIndex code; move more stuff to pip.util Ian Bicking 2009-11-20 17:39:44 -0600
  • dc6b8393eb Extracted the vcs support into a package/modules. Moved some routines from __init__ into pip.util Ian Bicking 2009-11-20 15:03:40 -0600
  • 77517e0724 Python 2.6 requires any=any to make the name importable Ian Bicking 2009-11-20 15:03:14 -0600
  • 3e0f8fb780 Move all things pyflakes complains about into backwardcompat; extract the rmtree onerror logic into a separate function Ian Bicking 2009-11-20 13:04:33 -0600
  • 3d32c196b5 Extract commands into their own modules; fix a few imports and dead functions that pyflakes found Ian Bicking 2009-11-20 12:20:52 -0600
  • 847a66ed8e Make sure exit code is used in -E situation Ian Bicking 2009-11-20 12:20:08 -0600
  • 84dbd5e139 fix imports; extend command set a bit Ian Bicking 2009-11-20 12:19:47 -0600
  • 506e575738 Bumped version up to 0.6.1 0.6.1 Jannis Leidel 2009-11-20 12:05:19 +0100
  • 300f4b1029 Added news for commits since 0.6 Jannis Leidel 2009-11-20 12:04:17 +0100
  • f19d565a5e Added news for commits since 0.6 Jannis Leidel 2009-11-20 12:04:17 +0100
  • 47d9c03c06 Extracted the Command class (and helpers); fix -E now that pip is a package; extracted some virtualenv stuff; extracted exceptions; tweak tests Ian Bicking 2009-11-20 02:47:28 -0600
  • 59e57c3b88 fix missing import Ian Bicking 2009-11-20 02:46:21 -0600
  • 5c0d44fe5f Factor out the base option parser, and the file locations Ian Bicking 2009-11-20 01:25:32 -0600
  • 493407a758 factor out any() Ian Bicking 2009-11-20 01:10:46 -0600
  • 98358cde0c remove debugging code that was accidentally put in Ian Bicking 2009-11-20 01:08:20 -0600
  • 01f80a25f3 Move log into another file Ian Bicking 2009-11-20 01:06:11 -0600
  • 4d02d7936c Fix the invocation of pip, now that virtualenv includes pip and that installed version has to be overrided Ian Bicking 2009-11-20 01:06:01 -0600
  • 0995625262 make setup.py develop work Ian Bicking 2009-11-20 01:05:44 -0600
  • 5ce30d94e1 update version in setup.py Ian Bicking 2009-11-19 22:58:42 -0600
  • ef63f2f48f Move pip into a package Ian Bicking 2009-11-19 22:56:45 -0600
  • e8aa8f36ed Added support for hg+https, hg+static-http and bzr+ftp schemes to the appropriate VCS backend. Jannis Leidel 2009-11-20 00:01:00 +0100
  • c70822717c check if entry_points.txt has console_scripts section (fixes #25), thanks Sergey Schetinin Carl Meyer 2009-11-13 13:19:05 -0500
  • c553dfd4e7 Fixed #26 -- implemented __eq__ and __hash__ on Link to ensure they are compared correctly in a set Brian Rosner 2009-11-13 03:59:49 -0700
  • 3e86a8937d put files in the right place Ian Bicking 2009-11-10 13:00:07 -0500
  • 673df886ca enable setuptools if using the 'upload' command Ian Bicking 2009-11-10 12:59:58 -0500
  • 0e20c0d17a Added tag 0.6 for changeset 86fd77176637 Ian Bicking 2009-11-10 10:24:43 -0500
  • 2407b7426e update versions for release 0.6 Ian Bicking 2009-11-10 10:24:33 -0500
  • 36d92277c5 Small change to completion documentation Jannis Leidel 2009-11-09 17:27:35 +0100
  • 22bef56391 Reverted writing the completion script to a tempfile and return script directly. Updated docs with usage instructions. Jannis Leidel 2009-11-07 19:18:03 +0100
  • 9ed9ae107e typo Ian Bicking 2009-11-07 10:42:48 -0600
  • 9ee54fc200 Automated merge with ssh://hg@bitbucket.org/ianb/pip Ian Bicking 2009-11-07 10:42:14 -0600
  • c2df10829e adjust todo Ian Bicking 2009-11-07 10:41:56 -0600
  • 69b05d9ee8 Moved completion scripts to pip and added a special completion command to be used with 'source' Jannis Leidel 2009-11-07 15:13:28 +0100
  • 78bf33f062 Added command line completion for bash and zsh Jannis Leidel 2009-11-07 04:46:30 +0100
  • c637146844 Allow .tbz files to be used as dist sources (additionally to tar.bz2). Jannis Leidel 2009-11-06 14:54:36 +0100
  • 40c608de96 Fixed issue 64 - Take better action when passed argument is a local file. Jannis Leidel 2009-11-06 14:51:40 +0100
  • a31d257a91 make bzr tests %7E/~ agnostic so they run on bzr 1.x and 2.x Carl Meyer 2009-11-05 15:24:25 -0500
  • ee615f6e5e use django-wikiapp instead of pip-test for bzr tests Carl Meyer 2009-11-05 15:01:15 -0500
  • 34f14fe7e7 Automated merge with ssh://hg@bitbucket.org/ianb/pip/ Jannis Leidel 2009-11-05 19:25:12 +0100
  • 78717e13d7 Renamed the default config locations to .pip/pip.conf (posix) and APPDATA\pip\pip.ini on Windows to follow standards better Jannis Leidel 2009-11-05 19:25:00 +0100
  • d95e10b1b8 merge Ian Bicking 2009-11-05 12:10:52 -0600
  • cf5db9afd1 merge Ian Bicking 2009-11-05 12:08:56 -0600
  • 92f4d31a64 update link Ian Bicking 2009-11-05 12:08:29 -0600
  • 9ff234dbd7 Fix issue 17 -- Create download cache directory in case it doesn't exist Jannis Leidel 2009-11-03 18:16:31 +0100