summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-243-39/+39
|\ \
| * | fixed several pep8 issuesChristian Berendt2014-05-213-39/+39
* | | Merge "Remove testtools.main() call from tests"Jenkins2014-05-243-13/+0
|\ \ \
| * | | Remove testtools.main() call from testsChristian Schwede2014-05-203-13/+0
* | | | Fix wrong assertions in unit testsanc2014-05-221-2/+2
* | | | Fix Python3 bugs2.1.0Christian Schwede2014-05-213-9/+30
| |/ / |/| |
* | | Move test_shell.py under tests/unit/anc2014-05-201-0/+0
|/ /
* | Merge "Mark swiftclient as being a universal wheel"Jenkins2014-05-161-0/+3
|\ \
| * | Mark swiftclient as being a universal wheelAlex Gaynor2014-05-161-0/+3
* | | Merge "change assert_ to assertTrue"Jenkins2014-05-161-1/+1
|\ \ \
| * | | change assert_ to assertTrueChristian Berendt2014-05-141-1/+1
| | |/ | |/|
* | | Merge "fixed typos found by RETF rules"Jenkins2014-05-162-5/+5
|\ \ \ | |_|/ |/| |
| * | fixed typos found by RETF rulesChristian Berendt2014-05-122-5/+5
* | | Merge "Provide a link to the documentation to the README"Jenkins2014-05-151-0/+4
|\ \ \
| * | | Provide a link to the documentation to the READMEAlex Gaynor2014-05-131-0/+4
| | |/ | |/|
* | | Merge "Declare that we support Python 3"Jenkins2014-05-151-0/+2
|\ \ \ | |/ / |/| |
| * | Declare that we support Python 3Alex Gaynor2014-05-081-0/+2
| |/
* | Merge "Add "." for help strings"Jenkins2014-05-131-8/+8
|\ \
| * | Add "." for help stringsAndreas Jaeger2014-05-081-8/+8
| |/
* | Fix running the unittests under py3Chmouel Boudjnah2014-05-093-3/+5
|/
* Merge "Only encode metadata for user customed headers"Jenkins2014-05-082-8/+22
|\
| * Only encode metadata for user customed headersChmouel Boudjnah2014-05-072-8/+22
* | Make the function tests Python3-import friendlyAlex Gaynor2014-05-071-6/+7
|/
* Merge "Add functional tests for python-swiftclient"Jenkins2014-05-0613-2/+320
|\
| * Add functional tests for python-swiftclientChristian Schwede2014-05-0513-2/+320
* | Merge "Mock auth_end_time in test_shell.test_download"Jenkins2014-04-291-10/+14
|\ \ | |/ |/|
| * Mock auth_end_time in test_shell.test_downloadChmouel Boudjnah2014-04-251-10/+14
* | Removed a duplicate word in a dostringAlex Gaynor2014-04-251-1/+1
|/
* Don't utf8 encode urls.Chmouel Boudjnah2014-04-241-2/+2
* Merge "Fixed several shell tests on Python3."Jenkins2014-04-241-0/+5
|\
| * Fixed several shell tests on Python3.Alex Gaynor2014-04-231-0/+5
* | Merge "Fix up StringIO use in tests for py3"Jenkins2014-04-241-4/+3
|\ \
| * | Fix up StringIO use in tests for py3Samuel Merritt2014-04-231-4/+3
| |/
* | Merge "Updated test_shell for Python3"Jenkins2014-04-231-2/+10
|\ \ | |/ |/|
| * Updated test_shell for Python3Alex Gaynor2014-04-231-2/+10
* | Merge "Fix test_raw_upload test"Jenkins2014-04-231-5/+11
|\ \ | |/ |/|
| * Fix test_raw_upload testChmouel Boudjnah2014-04-171-5/+11
* | Merge "Remove validate_headers"Jenkins2014-04-233-38/+1
|\ \ | |/
| * Remove validate_headersChmouel Boudjnah2014-04-173-38/+1
* | Merge "Use quote/unquote from six module for py3"Jenkins2014-04-231-1/+1
|\ \ | |/
| * Use quote/unquote from six module for py3Chmouel Boudjnah2014-04-171-1/+1
* | Merge "Add tests for bin/swift"Jenkins2014-04-181-0/+319
|\ \ | |/ |/|
| * Add tests for bin/swiftChristian Schwede2014-04-141-0/+319
* | Makes use of requests.SessionTristan Cacqueray2014-04-161-1/+2
* | Merge "Fix test_multithreading on Python 3"Jenkins2014-04-162-7/+16
|\ \
| * | Fix test_multithreading on Python 3Victor Stinner2014-04-152-7/+16
* | | Merge "Fix swiftclient.client.quote() for Python 3"Jenkins2014-04-162-5/+12
|\ \ \ | |/ /
| * | Fix swiftclient.client.quote() for Python 3Victor Stinner2014-04-072-5/+12