summaryrefslogtreecommitdiff
path: root/swiftclient
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove a debugging print statement"2.3.1Jenkins2014-09-261-1/+0
|\
| * Remove a debugging print statementJoel Wright2014-09-251-1/+0
* | Merge "Add per policy container count to account stat output"Jenkins2014-09-251-0/+8
|\ \
| * | Add per policy container count to account stat outputClay Gerrard2014-09-191-0/+8
| |/
* | Fix bug with some OS options not being passed to clientAlistair Coles2014-09-242-13/+36
|/
* Stop creating extraneous directoriesPete Zaitcev2014-09-171-17/+12
* Add importable SwiftService incorporating shell.py logicJoel Wright2014-08-264-1145/+2721
* Merge "Fix crash when downloading a pseudo-directory"Jenkins2014-08-171-12/+22
|\
| * Fix crash when downloading a pseudo-directoryPete Zaitcev2014-08-141-12/+22
* | Merge "Add keystone v3 auth support"Jenkins2014-08-152-68/+202
|\ \ | |/ |/|
| * Add keystone v3 auth supportanc2014-07-232-68/+202
* | Clean up raw policy stats in account statYuan Zhou2014-08-062-11/+47
|/
* Fix context sensitive help for info and tempurl2.2.0Alistair Coles2014-07-211-22/+9
* Merge "Allow to specify storage policy when uploading objects"Jenkins2014-07-211-6/+42
|\
| * Allow to specify storage policy when uploading objectsYuan Zhou2014-07-171-6/+42
* | Merge "Adding Swift Temporary URL support"Jenkins2014-07-182-2/+95
|\ \ | |/ |/|
| * Adding Swift Temporary URL supportJosh Gachnang2014-07-112-2/+95
* | 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
| |/
* | Merge "Add context sensitive help"Jenkins2014-07-091-1/+22
|\ \
| * | Add context sensitive helpMark Seger2014-06-251-1/+22
| |/
* | Relax requirement for tenant_name in get_auth()anc2014-06-051-1/+1
|/
* Use Emacs-friendly coding line.Martin Geisler2014-05-261-1/+1
* Remove extra double quote from docstringMartin Geisler2014-05-261-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
|/
* Merge "fixed typos found by RETF rules"Jenkins2014-05-162-5/+5
|\
| * fixed typos found by RETF rulesChristian Berendt2014-05-122-5/+5
* | Add "." for help stringsAndreas Jaeger2014-05-081-8/+8
|/
* Only encode metadata for user customed headersChmouel Boudjnah2014-05-071-2/+16
* Add functional tests for python-swiftclientChristian Schwede2014-05-051-0/+4
* 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-172-18/+1
* Use quote/unquote from six module for py3Chmouel Boudjnah2014-04-171-1/+1
* Makes use of requests.SessionTristan Cacqueray2014-04-161-1/+2
* Fix test_multithreading on Python 3Victor Stinner2014-04-151-4/+7
* Fix swiftclient.client.quote() for Python 3Victor Stinner2014-04-071-1/+4
* Update help message to specify unit of --segment-size option.Florent Flament2014-04-041-6/+7
* Merge "Removed usage of tuple unpacking in parameters."Jenkins2014-04-021-2/+4
|\
| * Removed usage of tuple unpacking in parameters.Alex Gaynor2014-03-301-2/+4
* | Merge "Replaced print statements with print function."Jenkins2014-04-012-12/+25
|\ \
| * | Replaced print statements with print function.Alex Gaynor2014-03-302-12/+25
* | | 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