summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog and AUTHORS for Git fix.1.3.XCarl Meyer2013-05-292-0/+3
|
* bugfix for git 1.8.3, in git 1.8.3 the default branch name is "detached from ↵Anrs Hu2013-05-291-1/+1
| | | | REVISION" when you `git checkout -q <REVISION>`. If doesn't skip it then `git rev-parse ...` will raise a error while invoking Git._get_revision_from_rev_parse method.
* changelog updateMarcus Smith2013-04-111-0/+5
|
* switch to an unbroken bitbucket project for testsMarcus Smith2013-04-112-7/+7
|
* Merge pull request #840 from qwcode/proxy_fixPaul Nasrat2013-04-114-4/+53
|\ | | | | fix proxy support
| * deal with travis installing ssl backport by defaultMarcus Smith2013-03-123-3/+6
| |
| * fix proxy supportMarcus Smith2013-03-122-3/+49
|/
* Bumped version to 1.3.1.1.3.1Jannis Leidel2013-03-082-1/+7
|
* Revert "Update method description to match expected behaviour."Jannis Leidel2013-03-081-1/+1
| | | | This reverts commit 6a483a3778fb6ebe7b7e7557e32383ba78d4801e.
* Revert "Test HTMLPage link filter by rel attribute."Jannis Leidel2013-03-081-24/+0
| | | | This reverts commit 4dceb6ce870bf02698dee137a187d81932f38ad2.
* Revert "Explicitly ignore rel='download' links while looking for html pages."Jannis Leidel2013-03-081-3/+3
| | | | This reverts commit 0bb9c31aeab89eba17de26802e6b01c9cafeeb39.
* Fixed a test that was broken by releasing 1.3. D'oh.Jannis Leidel2013-03-071-2/+2
|
* Removed stale note from docs.1.3Jannis Leidel2013-03-071-4/+0
|
* Bumped version to 1.3.Jannis Leidel2013-03-072-3/+3
|
* Happy new year!Jannis Leidel2013-03-072-2/+2
|
* 1.3rc21.3rc2Marcus Smith2013-03-051-1/+1
|
* PermissionError is new in Py33Marcus Smith2013-03-031-2/+9
|
* close socket upon CertificateErrorMarcus Smith2013-03-033-3/+25
|
* ssl errors should show by default w/o -vMarcus Smith2013-03-011-1/+3
|
* add link to mailing list RC instructionsMarcus Smith2013-02-231-1/+1
|
* links to "Easy Install" docs.Marcus Smith2013-02-223-3/+3
|
* changelog updateMarcus Smith2013-02-211-1/+1
|
* add 1.3rc1 header to changelogMarcus Smith2013-02-211-2/+2
|
* add release branch to travis file1.3rc1Marcus Smith2013-02-211-0/+1
|
* os.path.realpath for build_prefix globally and in virtualenvsMarcus Smith2013-02-211-2/+2
|
* fix test to allow rc and .dev releases for pipMarcus Smith2013-02-211-1/+1
|
* note in docs on 1.3rc1Marcus Smith2013-02-201-0/+4
|
* 1.3rc1Marcus Smith2013-02-201-1/+1
|
* remove non-ascii char from CHANGES.txt and add comment about lack of ↵Marcus Smith2013-02-192-1/+3
| | | | encoding in setup.py read function
* fix mirror url parsing and add testsMarcus Smith2013-02-192-3/+26
|
* fix in response to pypi redirecting http to httpsMarcus Smith2013-02-181-3/+3
|
* Merge pull request #791 from qwcode/ssl_certMarcus Smith2013-02-1831-83/+4505
|\ | | | | SSL certificate verification.
| * add TODO about options passingMarcus Smith2013-02-181-0/+3
| |
| * remove extra indents in docsMarcus Smith2013-02-181-1/+1
| |
| * custom NoSSLError exception instead of util functionMarcus Smith2013-02-183-27/+29
| |
| * improve ssl exception text and docsMarcus Smith2013-02-182-11/+56
| |
| * have 'pip search' use https index urlMarcus Smith2013-02-171-1/+1
| |
| * from --allow-no-ssl to --insecureMarcus Smith2013-02-178-26/+25
| |
| * from --cert-path to --certMarcus Smith2013-02-174-8/+8
| |
| * proper list indentsMarcus Smith2013-02-171-5/+5
| |
| * remove yum/apt-get instructions, since they will likely install non-ssl ↵Marcus Smith2013-02-171-15/+0
| | | | | | | | versions for awhile
| * our next virtualenv release will be 1.9Marcus Smith2013-02-171-1/+1
| |
| * move CA license to our license fileMarcus Smith2013-02-172-18/+19
| |
| * add missing sys importMarcus Smith2013-02-171-0/+1
| |
| * fix import syntaxMarcus Smith2013-02-161-1/+1
| |
| * remove old cert from pem fileMarcus Smith2013-02-161-172/+0
| |
| * merge with developMarcus Smith2013-02-1627-126/+137
| |\ | |/ |/|
* | cli help formatting fixesMarcus Smith2013-02-161-3/+9
| |
* | Fixed import error in test module.Jannis Leidel2013-02-161-3/+2
| |
* | Fixed a whole bunch of cosmetic problems, mostly to adhere to PEP8.Jannis Leidel2013-02-1618-63/+64
| |