summaryrefslogtreecommitdiff
path: root/tests/test_http.py
Commit message (Expand)AuthorAgeFilesLines
* Handle UnicodeDecodeError in log_http_responseMatt Riedemann2014-09-151-0/+10
* Replace old httpclient with requestsAmalaBasha2014-07-101-294/+95
* Change a debug line to prevent UnicodeDecodeError issueMichael Still2014-06-181-0/+10
* Finalize Python3 supportFrederic Lepied2014-05-201-15/+19
* Merge "Fix the parameter order of assertEqual in glanceclient test"Jenkins2014-04-211-19/+19
|\
| * Fix the parameter order of assertEqual in glanceclient testEiichi Aikawa2014-02-251-19/+19
* | Fix for invalid literal ValueError parsing ipv6 url(s)Davanum Srinivas2014-04-021-2/+2
|/
* Pass bytes to tempfile.NamedTemporaryFile().write()Cyril Roelandt2014-02-181-3/+3
* Add support for image size in v2 api uploadEdward Hope-Morley2014-02-031-0/+83
* It was removed urllib, urllib2 & urlparse modulesVictor Morales2014-01-181-5/+5
* python3: Switch to mox3 instead of moxDirk Mueller2014-01-161-1/+1
* Python3: use six.StringIO rather than StringIO.StringIOYassine Lamgarchal2014-01-101-11/+11
* Fix glanceclient http.py string formatting errorLe Tian Ren2014-01-071-0/+17
* Fix and enable gating on H306Dirk Mueller2013-12-161-1/+1
* Merge "change assertEquals to assertEqual"Jenkins2013-11-151-2/+2
|\
| * change assertEquals to assertEqualChristian Berendt2013-10-241-2/+2
* | Merge "Replace OpenStack LLC with OpenStack Foundation"Jenkins2013-11-151-1/+1
|\ \
| * | Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* | | python3: use six.moves for httplib importsChuck Short2013-10-161-17/+17
| |/ |/|
* | Merge "Fix regression bug after removing posixpath in http.py"Jenkins2013-10-091-0/+28
|\ \
| * | Fix regression bug after removing posixpath in http.pyYang Yu2013-09-281-0/+28
| |/
* | Fix getting header in redirect processingRussell Bryant2013-09-261-0/+24
|/
* Show a pretty progressbar when uploading and downloading an image.mouad benchchaoui2013-08-081-0/+35
* Pass all identity headers received to glanceiccha.sethi2013-07-151-0/+33
* Start using Pyflakes and HackingDirk Mueller2013-06-221-1/+1
* Removes extra slash on endpoints without a pathKevin McDonald2013-06-191-0/+21
* Add tests for encodingsFlaper Fesp2013-06-031-0/+5
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-2/+2
* Improve unit tests for python-glanceclient.glanceclient.common.httpTatyana Leontovich2013-04-041-1/+57
* Report name resolution errors properlyStanislaw Pitucha2013-02-191-0/+42
* Decode input and encode outputFlaper Fesp2013-02-131-10/+36
* Use testtools instead of unittest.Monty Taylor2013-01-021-3/+3
* Pin pep8 to 1.3.3Chuck Short2012-11-251-5/+5
* Add happy path tests for ResponseBodyIteratorBrian Waldon2012-10-021-0/+10
* Make ConnectionRefused error more informative.Andrew Laski2012-09-121-0/+55