summaryrefslogtreecommitdiff
path: root/swiftclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug with some OS options not being passed to clientAlistair Coles2014-09-241-11/+18
* Add keystone v3 auth supportanc2014-07-231-24/+52
* Merge "replace string format arguments with function parameters"Jenkins2014-07-111-2/+2
|\
| * replace string format arguments with function parametersChristian Berendt2014-06-031-2/+2
* | Relax requirement for tenant_name in get_auth()anc2014-06-051-1/+1
|/
* Merge "fixed several pep8 issues"Jenkins2014-05-241-3/+3
|\
| * fixed several pep8 issuesChristian Berendt2014-05-211-3/+3
* | Fix Python3 bugs2.1.0Christian Schwede2014-05-211-7/+10
|/
* fixed typos found by RETF rulesChristian Berendt2014-05-121-3/+3
* Only encode metadata for user customed headersChmouel Boudjnah2014-05-071-2/+16
* Removed a duplicate word in a dostringAlex Gaynor2014-04-251-1/+1
* Don't utf8 encode urls.Chmouel Boudjnah2014-04-241-2/+2
* Remove validate_headersChmouel Boudjnah2014-04-171-14/+1
* Makes use of requests.SessionTristan Cacqueray2014-04-161-1/+2
* Fix swiftclient.client.quote() for Python 3Victor Stinner2014-04-071-1/+4
* Merge "don't use mutable defaults in kwargs"Jenkins2014-04-011-2/+4
|\
| * don't use mutable defaults in kwargsJohn Dickinson2014-03-301-2/+4
* | Merge "set user-agent header"Jenkins2014-04-011-2/+16
|\ \ | |/
| * set user-agent headerJohn Dickinson2014-03-301-2/+16
* | Merge "Decode HTTP responses, fixes bug #1282861"Jenkins2014-04-011-1/+3
|\ \
| * | Decode HTTP responses, fixes bug #1282861groqez2014-03-181-1/+3
* | | Merge "Python 3: Get compatible types from six"Jenkins2014-03-301-2/+3
|\ \ \
| * | | Python 3: Get compatible types from sixVictor Stinner2014-03-281-2/+3
| | |/ | |/|
* | | Python 3: Fix module names in importVictor Stinner2014-03-281-2/+2
|/ /
* | Replace dict.iteritems() with dict.items()Victor Stinner2014-03-271-3/+3
|/
* Merge "TCP port is appended two time in ClientException"Jenkins2014-03-121-37/+29
|\
| * TCP port is appended two time in ClientExceptionFabien Boucher2014-03-061-37/+29
* | Add LengthWrapper in put_object to honor content_length paramClay Gerrard2014-02-251-5/+3
* | Merge "Remove useless statement"Jenkins2014-02-191-1/+0
|\ \ | |/
| * Remove useless statementFabien Boucher2014-02-191-1/+0
* | Remove multipart/form-data file upload2.0.2Tristan Cacqueray2014-02-141-1/+6
|/
* Fix --insecure option on auth2.0.1John Dickinson2014-02-131-7/+9
* Merge "Port to python-requests"2.0Jenkins2014-02-141-90/+114
|\
| * Port to python-requestsTristan Cacqueray2014-02-121-90/+114
* | changed things because reasonsSergio Cazzolato2014-02-061-2/+5
|/
* Merge "Add capabilities option"Jenkins2014-01-311-0/+32
|\
| * Add capabilities optionFabien Boucher2014-01-171-0/+32
* | retry on ratelimitJohn Dickinson2013-12-231-1/+9
|/
* Merge "Enable usage of proxies defined in environment (http(s)_proxy)."Jenkins2013-12-141-2/+8
|\
| * Enable usage of proxies defined in environment (http(s)_proxy).Davide Guerri2013-12-101-2/+8
* | Merge "Fixes python-swiftclient debugging message"Jenkins2013-12-121-1/+2
|\ \
| * | Fixes python-swiftclient debugging messageFlorent Flament2013-10-111-1/+2
* | | Merge "Skip sniffing and reseting if retry is disabled"Jenkins2013-12-101-9/+8
|\ \ \
| * | | Skip sniffing and reseting if retry is disabledYuan Zhou2013-09-291-9/+8
| |/ /
* | | Merge "Don't crash when header is value of None"Jenkins2013-12-071-1/+3
|\ \ \
| * | | Don't crash when header is value of NoneChmouel Boudjnah2013-12-061-1/+3
| | |/ | |/|
* | | Merge "Fix download bandwidth for swift command."Jenkins2013-12-031-1/+3
|\ \ \
| * | | Fix download bandwidth for swift command.jola-mirecka2013-11-281-1/+3
| |/ /
* | | Merge "Add close to swiftclient.client.Connection"Jenkins2013-11-291-0/+8
|\ \ \ | |/ / |/| |
| * | Add close to swiftclient.client.ConnectionFeng Liu2013-10-231-0/+8