summaryrefslogtreecommitdiff
path: root/pip/util.py
Commit message (Expand)AuthorAgeFilesLines
* Adapt unit to SI standards: Kb/Mb -> KB/MBOren Held2012-03-091-3/+3
* Fix pep8 CI build.Paul Nasrat2012-01-301-0/+1
* Minor name nitpicking and a fix for subcommands.Jannis Leidel2012-01-201-1/+2
* Merge branch 'scripting' of https://github.com/pvanderlinden/pip into pvander...Jannis Leidel2012-01-201-0/+5
|\
| * path exists actionPaul van der Linden2011-10-041-0/+5
* | Directly extract symbolic links rather than their targets (#288).Lev Givon2011-05-291-0/+11
|/
* Fix whitespace, etc for pep8 compliancePaul Nasrat2011-05-041-1/+2
* added fix for edge case in pip.utils.find_command and moved `BadCommand` rais...Hugo Lopes Tavares2011-04-281-3/+4
* Improve unittests to fix build failurePaul Nasrat2011-04-261-2/+7
* Correct handling of default pathext casePaul Nasrat2011-04-211-1/+2
* Add support for Python 2.4 to Windows rmtree_errorhandler.Carl Meyer2011-03-231-2/+4
* We don't want rmtree errors ignored, we want them handled by our Windows-is-s...Carl Meyer2011-03-211-1/+1
* Make use of our own rmtree to work around an issue on Windows with readonly f...Jannis Leidel2011-03-191-2/+2
* Port to Python3Vinay Sajip2011-03-151-6/+7
* make sure paths found by find_command are filesAlex Morega2011-03-141-2/+2
* Minor cosmetic changes.Jannis Leidel2010-09-071-1/+1
* correctly handle pax_global_header for untar on python < 2.6Ronny Pfannschmidt2010-09-071-1/+7
* refactored `Requirement.unpack_url` and splitted that in `pip.download`Hugo Lopes Tavares2010-07-061-1/+128
* moved pip.util functions ``get_file_content``, ``urlopen``, ``is_url``, ``url...Hugo Lopes Tavares2010-07-021-141/+12
* a terminal size of (0,0) is no terminal size at all; fixes #139Carl Meyer2010-07-021-0/+2
* removed circular import. moved running_under_virtualenv to pip.locations and ...Hugo Lopes Tavares2010-07-011-9/+1
* removed _running_under_virtualenv defined in locations.py, and renamed pip.ut...Hugo Lopes Tavares2010-07-011-2/+2
* tets care are case-sensitive and the right function is normpath, to change sl...Hugo Lopes Tavares2010-06-091-1/+1
* removed unused vars and importsHugo Lopes Tavares2010-06-031-1/+1
* merged changes related to PEP 8 from hltbra's forkHugo Lopes Tavares2010-06-021-2/+41
* minor whitespace and formatting stuffIan Bicking2010-05-251-9/+9
* Explicitly request the identity encoding as insurance against http://bugs.pyt...Dave Abrahams2010-05-191-0/+7
* Implemented installation from file://-scheme URIs.Dave Abrahams2010-05-171-1/+17
* Fix some pyflakes warnings. Thanks Simon Cross.Carl Meyer2010-04-151-4/+1
* better directory detection and rename 'filename' functions to 'path' functionsAlexandre Conrad2010-04-131-27/+33
* make pip work when current or parent dir is given: 'pip install .' and 'pip i...Alexandre Conrad2010-04-101-0/+2
* install headers in saner locations (still not sure what to do in virtualenv);...Carl Meyer2010-03-091-1/+8
* factor out get_installed_distributions utility function and add pip uninstall...Carl Meyer2010-03-091-0/+31
* Added pip search command with basic documentation and tests.Cody Soyland2010-02-221-1/+27
* add --local option to freeze; fixes #9Carl Meyer2010-02-221-0/+38
* allow global pip to uninstall from anywhere; fixes #44Carl Meyer2010-02-201-8/+1
* use canonical paths everywhere in uninstallCarl Meyer2009-12-101-1/+8
* use shutil.move for rollback-save (fixes #27)Carl Meyer2009-12-051-1/+17
* refactor uninstall rollback-save to use full pathsCarl Meyer2009-12-041-16/+3
* Factor out the requirement handling into pip.req, and most of the remaining u...Ian Bicking2009-11-201-1/+154
* Factor out the PackageIndex code; move more stuff to pip.utilIan Bicking2009-11-201-1/+64
* Extracted the vcs support into a package/modules. Moved some routines from _...Ian Bicking2009-11-201-1/+68
* Move all things pyflakes complains about into backwardcompat; extract the rmt...Ian Bicking2009-11-201-0/+26