Skip to content

Commit 4120c79

Browse files
committed
Merge branch 'master' into develop
Conflicts: CHANGES.txt pip/__init__.py tests/functional/test_uninstall.py
2 parents 065b76c + b9f2d5d commit 4120c79

File tree

2 files changed

+19774
-19707
lines changed

2 files changed

+19774
-19707
lines changed

CHANGES.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44
otherwise fallback to the original ASCII based progress bar.
55

66

7+
**6.0.8 (2015-02-04)**
8+
9+
* Fix an issue where the ``--download`` flag would cause pip to no longer use
10+
randomized build directories.
11+
12+
* Fix an issue where pip did not properly unquote quoted URLs which contain
13+
characters like PEP 440's epoch separator (``!``).
14+
15+
* Fix an issue where distutils installed projects were not actually uninstalled
16+
and deprecate attempting to uninstall them altogether.
17+
18+
* Retry deleting directories incase a process like an antivirus is holding the
19+
directory open temporarily.
20+
21+
* Fix an issue where pip would hide the cursor on Windows but would not reshow
22+
it.
23+
24+
725
**6.0.7 (2015-01-28)**
826

927
* Fix a regression where Numpy requires a build path without symlinks to

0 commit comments

Comments
 (0)