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

73 commits

Author SHA1 Message Date
Ben Rosser
3a23763dfe Added migration path from ~/.pip to ~/.config/pip 2012-05-23 15:26:01 -04:00
Ben Rosser
fa9cc7c0f7 Merged with upstream 2012-05-22 08:23:13 -04:00
Ben Rosser
882227a0e9 Switched to use XDG_CONFIG_DIR environment variable if possible (default to ~/.config if not) 2012-05-21 22:37:46 -04:00
Ben Rosser
5442218c6d Fixed commit #1 to actually work 2012-05-21 22:14:25 -04:00
Ben Rosser
390917d3a5 Moved configuration and logging to .config for XDG compliance 2012-05-21 22:10:50 -04:00
Ben Rosser
f2bd45a936 Removed the ~/.config changes from devel branch, will put into a different branch later 2012-05-21 22:04:15 -04:00
Paul Nasrat
8bc587fdc7 Merge pull request #372 from sethwoodworth/develop
issue #321: provides except block for when current working directory fail
2012-05-13 14:55:47 -07:00
Paul Nasrat
3e1e131da0 Merge pull request #383 from apatrushev/develop
Correct windows config location to match docs fixes Issue #82
2012-05-13 14:46:35 -07:00
Ben Rosser
2c2f810f1b Fix/hack: after creating the temp dirs, delete them and save their names so pip can create them properly later 2012-04-23 17:35:11 -04:00
Ben Rosser
5f1f1a1699 Removed some redundancy with the new temporary folders 2012-04-22 22:25:05 -04:00
Ben Rosser
667ace7224 Use tempfile for temporary pip directories 2012-04-22 21:34:58 -04:00
Ben Rosser
b6e3ccdef8 Use ~/.config/pip to store configuration/logging instead of ~/.pip 2012-04-22 21:29:25 -04:00
Olivier Girardot
3b320cbf50 merging from bitbucket/callahad patch for #182 2011-12-12 00:07:12 -07:00
Anton Patrushev
4b934a14b0 remove special case for user_dir on win32 platform. fixes #82 2011-11-07 17:26:46 +06:00
Seth Woodworth
533247cc9a wrapping just the os.getcwd() in the try block 2011-10-30 20:21:06 -04:00
Seth Woodworth
47b9a08df2 issue #321: provides except block for when current working directory fails 2011-10-18 15:55:37 -04:00
Vinay Sajip
680b5dfda0 Port to Python3 2011-03-15 15:49:48 -04:00
Hugo Lopes Tavares
ced226c246 added fix to mac os x + virtualenv - and fixed test_basic.py to install distribute when using --user option 2010-11-21 13:27:37 -02:00
Hugo Lopes Tavares
19cf68d82f removed circular import. moved running_under_virtualenv to pip.locations and updated imports 2010-07-01 21:03:54 -03:00
Hugo Lopes Tavares
99bf39bcd6 removed _running_under_virtualenv defined in locations.py, and renamed pip.util.in_venv to pip.util.running_under_virtualenv 2010-07-01 12:27:07 -03:00
Hugo Lopes Tavares
8cdbebc60f added a global function with a good name, abstracting how it knows about running under virtualenv 2010-07-01 00:09:22 -03:00
Jannis Leidel
0bf943e4f4 Fixed #47 - Use ~/.pip/pip.log as the default location of log files. 2010-03-11 00:20:33 +01:00
Ian Bicking
5c0d44fe5f Factor out the base option parser, and the file locations 2009-11-20 01:25:32 -06:00