| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
This fixes a typo that broke the client for HTTPS URLs.
Added a basic test to cover this case.
Coverage is very low in common/http.py.
Change-Id: Ic440f20f463c3b8558a7639f1015096a01496cf8
Closes-bug: 1244091
|
| |
|
|
|
|
|
|
|
| |
Use "from __future__ import print_function"
docs.python.org/3/howto/pyporting.html#from-future-import-print-function
Partial Implement: blueprint py33-support
Change-Id: I92fc07257851795a9972c8273d3278c8679d6628
|
| |
|
|
|
| |
Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3
Fixes-Bug: #1214176
|
|
|
tests.* implies an incorrect global package name. Additionally,
consuming code can benefit from being able to choose to consume
test code and fixtures.
Change-Id: I7ba2b3ba1c2a99410b54fc40b48dfe2fc53eb79a
|