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

1454 commits

Author SHA1 Message Date
Carl Meyer e860d6a0b1 Merge pull request #662 from mcdonc/feature.setupdev
setup.py dev
2012-09-07 08:31:32 -07:00
Chris McDonough 05ebae2a20 Non-user-facing: setup.py dev in pip checkout will run setup.py develop and then cause test_requires requirements to be installed 2012-09-07 10:45:39 -04:00
Jannis Leidel 0d08f266fb Merge branch 'release/1.2.1' into develop 2012-09-06 10:31:07 +02:00
Jannis Leidel ac2c3fed39 Bumped up the version a notch and updated changelog. 2012-09-06 10:30:13 +02:00
Carl Meyer 378dc14b85 Merge pull request #660 from garrypolley/patch-1
Fixing import error for tempfile
2012-09-05 14:24:30 -07:00
Garry Polley 0d27d5aa0a Fixing import error for tempfile
A change was made to add extra logging whenever pip log files cannot be added. 

Here is the changeset that caused the issue:  8ebc7a3160 (pip)/basecommand.py
2012-09-05 15:55:34 -05:00
enoch 5230dd2016 修复配置PATHEXT最后一个字符如果是分号的情况。 2012-09-05 18:04:09 +08:00
Marcus Smith 0c599b68e8 Merge pull request #657 from qwcode/issue_656
Issue 656   just log warning when no uninstall paths, don't raise error
2012-09-04 15:36:51 -07:00
Marcus Smith 597e684d0e py2.7 freeze variants in travis 2012-09-04 15:13:50 -07:00
Marcus Smith cf23cb609f regression test for issue #656 2012-09-04 12:40:50 -07:00
Marcus Smith ab335810d2 fix test for no paths in uninstall set 2012-09-03 10:55:29 -07:00
Marcus Smith 99e28f072b just log warning and return when no paths, don't raise 2012-09-03 10:55:10 -07:00
Jannis Leidel f6aae6069f Fixed a failing test. 2012-09-01 21:21:30 +02:00
Jannis Leidel 7760a01ddc Simplified get_prog to not trigger any exception. 2012-09-01 21:14:07 +02:00
Jannis Leidel 7492f9c23a Safeguard against sys.argv not existing. 2012-09-01 21:06:29 +02:00
Jannis Leidel 5c3f415f23 Trying to fix a werid test failure. 2012-09-01 20:58:39 +02:00
Jannis Leidel 1447d7d2ac Use our own terminal size util. 2012-09-01 20:36:35 +02:00
Jannis Leidel 1525a63b57 Added a get_prog util to correctly show the name of the program when using python -m pip.
Also show the full path in the missing command error message.
2012-09-01 20:36:31 +02:00
Jannis Leidel 95ff6fc32b Moved __main__.py to correct location. 2012-09-01 20:36:27 +02:00
Jannis Leidel d9599ec6df Added a pip.__version__ variable that is used in the setup.py and the docs' conf.py. 2012-09-01 20:36:21 +02:00
Jannis Leidel 77376b7e6b Happy new year! 2012-09-01 20:36:15 +02:00
Jannis Leidel 1ae434a05c Bumped version up to 1.2. 2012-09-01 20:36:10 +02:00
Jannis Leidel 57557aeb9c Removed 2.4 a bit more. 2012-09-01 20:36:04 +02:00
Jannis Leidel 0fdab685c9 Merge branch 'develop' of github.com:pypa/pip into develop 2012-09-01 18:41:06 +02:00
Jannis Leidel 57236914a5 Updated changelog. 2012-09-01 17:56:47 +02:00
Jannis Leidel 7edd31d41b build/ IS a good name. 2012-09-01 16:55:20 +02:00
Jannis Leidel ad254bc382 Merge pull request #436 from kennethreitz/feature/eqdev
Only warn for mis-versioned packages.
2012-09-01 07:25:25 -07:00
Jannis Leidel 13cfa64ae7 Merge pull request #600 from mjtamlyn/patch-1
Minor tweak to handle not passing options to parse_requirements.
2012-09-01 07:09:54 -07:00
Jannis Leidel b183a32741 Merge pull request #646 from qwcode/issue_638
fix for #638  (__pycache__ file removal)
2012-08-27 01:15:41 -07:00
Carl Meyer ecebd71207 Merge pull request #644 from philfreo/develop
Fix typos in help text
2012-08-23 21:12:08 -07:00
Marcus Smith 0569324855 handle __pycache__ file removal 2012-08-18 15:26:17 -07:00
Phil Freo 848a3b4f26 Fix typos in documentation 2012-08-18 17:18:44 -03:00
Marcus Smith 0a18db27ba edited and repackaged to exclude twisted import 2012-08-18 12:03:22 -07:00
Carl Meyer 174934305a Merge pull request #633 from MiCHiLU/issues-632-IOError-in-zip-command
Fix issue #632 - IOError in zip command with --path option
2012-08-13 21:45:22 -07:00
MiCHiLU 4d955d56af Fix issue #632 - IOError in zip command with --path option 2012-08-13 13:02:16 +09:00
Paul Nasrat 9b5ba32ef0 Merge pull request #628 from qwcode/pypy_fixes
fixes for last of the pypy test failures
2012-08-05 22:25:04 -07:00
Marcus Smith 5565b7e4fb no need to allow pypy failures now 2012-08-04 18:55:52 -07:00
Marcus Smith 90b983f08d workaround for pip issue #626 2012-08-04 18:49:29 -07:00
Marcus Smith 0be1c8bbda pypy unicode test fix 2012-08-04 18:48:46 -07:00
Marcus Smith 5a1c6093b6 pypy home scheme fix 2012-08-04 18:48:16 -07:00
Paul Nasrat 6e10adfd8a Merge pull request #620 from qwcode/issue_616
followup fix to pull #619
2012-07-30 00:47:06 -07:00
Marcus Smith b7cca4e505 correct site-packages for pypy in 2nd location 2012-07-29 23:10:55 -07:00
Marcus Smith aa20274f42 correct site-packages for pypy 2012-07-29 22:24:58 -07:00
Paul Nasrat fa8c738b30 Merge pull request #612 from qwcode/issue_420
test enhancements to pull #599 (which fixes issue #420)
2012-07-29 22:20:31 -07:00
Paul Nasrat 57dcec065a Merge pull request #619 from qwcode/issue_616
pypy test fixes for issue #616 and #617
2012-07-29 22:18:45 -07:00
Marcus Smith 483adaaa63 patch for virtualenv issue #306 2012-07-29 21:22:25 -07:00
Marcus Smith 39db7ce97a --user installs are broken in pypy; skip testing it there. 2012-07-29 21:21:25 -07:00
Marcus Smith bb5b92e754 issue #420 test enhancement 2012-07-29 12:40:57 -07:00
Jannis Leidel 0fcfe0fcde Merge pull request #615 from pnasrat/pypy-fixes
Issue #597 pypy hashlib compat.
2012-07-29 03:43:39 -07:00
Paul Nasrat d1a7ea2587 Issue #597 pypy hashlib compat.
Hash attribute name is a cpython implementation detail and not in the
PEP.

Use digest_size for some form of validation as that is all we can rely
on.

TESTED 2.7, 3.3, pypy 1.9
2012-07-29 11:37:56 +01:00