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

1626 commits

Author SHA1 Message Date
Marcus Smith
ee44e13716 switch to a mirror in test to get full pass 2013-02-15 16:13:52 -08:00
Marcus Smith
b3702b9075 mention PIP_CONFIG_FILE as a way use an alternate config file 2013-02-15 15:10:39 -08:00
Marcus Smith
282c4cc8d3 update authors 2013-02-14 14:06:40 -08:00
Marcus Smith
c9c9e1d35e Merge pull request #808 from lemonad/develop
Corrected a few typos
2013-02-14 12:39:46 -08:00
Jonas Nockert
5ae29b6f61 Corrected a few typos 2013-02-14 20:28:27 +01:00
Marcus Smith
3ef5eaf5d3 fix new travis git config errors 2013-02-13 22:34:40 -08:00
Marcus Smith
b01bf7bfd2 Merge pull request #807 from qwcode/root_test
simpler, local --root test
2013-02-13 20:07:34 -08:00
Marcus Smith
61ed2b49eb simpler, local --root test 2013-02-13 19:17:28 -08:00
Marcus Smith
ba7bac0def update authors file 2013-02-13 10:19:11 -08:00
Marcus Smith
dfa5a09351 Merge pull request #806 from socketubs/list-ordered
Sort the packages list in ascending order
2013-02-13 10:15:24 -08:00
Marcus Smith
ee08130f1c Merge pull request #805 from gvalkov/command-order
manual sorting of commands and summaries
2013-02-12 14:19:22 -08:00
Georgi Valkov
42919f9913 manual sorting of commands and summaries
commands.get_summaries() will now yield instead of returning a list.
2013-02-12 23:23:40 +02:00
socketubs
68353cbc5a list command now show ascending ordered list 2013-02-12 18:16:11 +01:00
Marcus Smith
e17be25041 release process doc update 2013-01-31 16:48:29 -08:00
Marcus Smith
528d753414 test fix in response to change in error text 2013-01-30 21:30:58 -08:00
Marcus Smith
103db0d62d docs and cli error text updates 2013-01-30 20:59:44 -08:00
Marcus Smith
0353788661 skip specific unicode test on win/py3 2013-01-27 22:18:46 -08:00
Marcus Smith
6961e33fd4 Merge pull request #780 from qwcode/pip_build_directory
/tmp/pip-build fixes
2013-01-25 23:44:39 -08:00
Marcus Smith
1af3f2b714 changelog fix 2013-01-25 23:18:25 -08:00
Marcus Smith
459561351e windows and other misc test updates 2013-01-25 23:09:46 -08:00
Marcus Smith
68d983d69a update docs with new build dir 2013-01-25 23:08:29 -08:00
Marcus Smith
26c050a086 update changelog and authors 2013-01-25 23:08:16 -08:00
Marcus Smith
9868bc38b0 setup.py read function fix 2013-01-25 23:08:09 -08:00
David
7f1362412f Also un-patch the patched getpass.getuser method.
Signed-off-by: David <db@d1b.org>
2013-01-25 23:12:24 +11:00
David
8baeebae31 Provide a test to cover the changes to pip/locations.py regarding the use of
the_get_build_prefix method to create a user specific build_prefix directory.

Signed-off-by: David <db@d1b.org>
2013-01-25 23:12:24 +11:00
David
dc3a359671 In the os.open call to get the fd to check if the user specific build directory
is in fact owned by another user - add the os.O_NOFOLLOW flag to not follow symbolic links.

Signed-off-by: David <db@d1b.org>
2013-01-25 23:12:24 +11:00
David
61c444e491 Update the code _get_build_prefix to raise an exception instead of sys.exit()'ing and also document that on windows user temp directories are already isolated.
Signed-off-by: David <db@d1b.org>
2013-01-25 23:12:24 +11:00
David
e7bf29e239 Clean up the _get_build_prefix code - close the open fd and print the error message if the fd could not be opened (denied).
Signed-off-by: David <db@d1b.org>
2013-01-25 23:12:23 +11:00
David
eeaa64d25d Fix #725 and #729.
Signed-off-by: David <db@d1b.org>
2013-01-25 23:12:23 +11:00
Marcus Smith
c96548f579 update next release date 2013-01-24 18:46:48 -08:00
Marcus Smith
4533c4eade Merge pull request #776 from qwcode/win_fixes
windows test fixes
2013-01-22 22:00:32 -08:00
Marcus Smith
6b5fd90af9 windows test fixes 2013-01-22 20:52:35 -08:00
Marcus Smith
485f87d579 Merge pull request #774 from qwcode/win_fixes
another case for our shutil.rmtree onerror function
2013-01-22 01:06:42 -08:00
Marcus Smith
0e7c239cfb another case for our shutil.rmtree onerror function 2013-01-22 00:42:18 -08:00
Marcus Smith
32ac12013c docs fixes for VCS support 2013-01-21 23:30:30 -08:00
Marcus Smith
42df0f8332 changelog update 2013-01-18 16:17:43 -08:00
Marcus Smith
63fddcbca7 changelog update 2013-01-18 16:02:44 -08:00
Marcus Smith
25a4d36588 Merge pull request #773 from qwcode/docs
improved pip docs and cli help
2013-01-18 15:17:41 -08:00
Marcus Smith
e4589774fd correct changelog 2013-01-18 14:29:05 -08:00
Marcus Smith
ab9ea197bd improved docs and cli help 2013-01-18 13:25:15 -08:00
Marcus Smith
44ec2f95c4 Merge pull request #768 from qwcode/issue_707
fix for issue #707 (numpy global installs on OSX)
2013-01-16 09:19:26 -08:00
Marcus Smith
e76ae0821c using realpath since tmp dirs on OSX can be symlinks 2013-01-15 23:18:23 -08:00
Marcus Smith
f65e29ae65 Merge pull request #758 from qwcode/xdg_revert
revert xdg compliance (#582)
2012-12-27 11:01:54 -08:00
Marcus Smith
1ea772f51d revert xdg compliance 2012-12-27 09:51:14 -08:00
Marcus Smith
18ef05b875 Merge pull request #757 from qwcode/travis_py33
Travis added py33 and  dropped py31
2012-12-24 22:17:03 -08:00
Marcus Smith
718778d330 travis dropped py31 and added py33 2012-12-24 21:58:56 -08:00
Marcus Smith
89a69a016a sort subcommand completion 2012-12-24 21:58:44 -08:00
Marcus Smith
ffad7007bd Merge pull request #752 from qwcode/pip_list
pip list
2012-12-19 23:04:28 -08:00
Marcus Smith
c49f7e0fb2 from '--editables' to --editable' and some minor formatting 2012-12-19 22:08:56 -08:00
Marcus Smith
7879e70963 authors, changelog, and docs for 'pip list' 2012-12-19 22:06:09 -08:00