| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Python3 bugs2.1.0 | Christian Schwede | 2014-05-21 | 3 | -9/+30 |
| * | Move test_shell.py under tests/unit/ | anc | 2014-05-20 | 1 | -0/+0 |
| * | Merge "Mark swiftclient as being a universal wheel" | Jenkins | 2014-05-16 | 1 | -0/+3 |
| |\ | |||||
| | * | Mark swiftclient as being a universal wheel | Alex Gaynor | 2014-05-16 | 1 | -0/+3 |
| * | | Merge "change assert_ to assertTrue" | Jenkins | 2014-05-16 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | change assert_ to assertTrue | Christian Berendt | 2014-05-14 | 1 | -1/+1 |
| * | | | Merge "fixed typos found by RETF rules" | Jenkins | 2014-05-16 | 2 | -5/+5 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | fixed typos found by RETF rules | Christian Berendt | 2014-05-12 | 2 | -5/+5 |
| * | | | Merge "Provide a link to the documentation to the README" | Jenkins | 2014-05-15 | 1 | -0/+4 |
| |\ \ \ | |||||
| | * | | | Provide a link to the documentation to the README | Alex Gaynor | 2014-05-13 | 1 | -0/+4 |
| | | |/ | |/| | |||||
| * | | | Merge "Declare that we support Python 3" | Jenkins | 2014-05-15 | 1 | -0/+2 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Declare that we support Python 3 | Alex Gaynor | 2014-05-08 | 1 | -0/+2 |
| | |/ | |||||
| * | | Merge "Add "." for help strings" | Jenkins | 2014-05-13 | 1 | -8/+8 |
| |\ \ | |||||
| | * | | Add "." for help strings | Andreas Jaeger | 2014-05-08 | 1 | -8/+8 |
| | |/ | |||||
| * | | Fix running the unittests under py3 | Chmouel Boudjnah | 2014-05-09 | 3 | -3/+5 |
| |/ | |||||
| * | Merge "Only encode metadata for user customed headers" | Jenkins | 2014-05-08 | 2 | -8/+22 |
| |\ | |||||
| | * | Only encode metadata for user customed headers | Chmouel Boudjnah | 2014-05-07 | 2 | -8/+22 |
| * | | Make the function tests Python3-import friendly | Alex Gaynor | 2014-05-07 | 1 | -6/+7 |
| |/ | |||||
| * | Merge "Add functional tests for python-swiftclient" | Jenkins | 2014-05-06 | 13 | -2/+320 |
| |\ | |||||
| | * | Add functional tests for python-swiftclient | Christian Schwede | 2014-05-05 | 13 | -2/+320 |
| * | | Merge "Mock auth_end_time in test_shell.test_download" | Jenkins | 2014-04-29 | 1 | -10/+14 |
| |\ \ | |/ |/| | |||||
| | * | Mock auth_end_time in test_shell.test_download | Chmouel Boudjnah | 2014-04-25 | 1 | -10/+14 |
| * | | Removed a duplicate word in a dostring | Alex Gaynor | 2014-04-25 | 1 | -1/+1 |
| |/ | |||||
| * | Don't utf8 encode urls. | Chmouel Boudjnah | 2014-04-24 | 1 | -2/+2 |
| * | Merge "Fixed several shell tests on Python3." | Jenkins | 2014-04-24 | 1 | -0/+5 |
| |\ | |||||
| | * | Fixed several shell tests on Python3. | Alex Gaynor | 2014-04-23 | 1 | -0/+5 |
| * | | Merge "Fix up StringIO use in tests for py3" | Jenkins | 2014-04-24 | 1 | -4/+3 |
| |\ \ | |||||
| | * | | Fix up StringIO use in tests for py3 | Samuel Merritt | 2014-04-23 | 1 | -4/+3 |
| | |/ | |||||
| * | | Merge "Updated test_shell for Python3" | Jenkins | 2014-04-23 | 1 | -2/+10 |
| |\ \ | |/ |/| | |||||
| | * | Updated test_shell for Python3 | Alex Gaynor | 2014-04-23 | 1 | -2/+10 |
| * | | Merge "Fix test_raw_upload test" | Jenkins | 2014-04-23 | 1 | -5/+11 |
| |\ \ | |/ |/| | |||||
| | * | Fix test_raw_upload test | Chmouel Boudjnah | 2014-04-17 | 1 | -5/+11 |
| * | | Merge "Remove validate_headers" | Jenkins | 2014-04-23 | 3 | -38/+1 |
| |\ \ | |/ | |||||
| | * | Remove validate_headers | Chmouel Boudjnah | 2014-04-17 | 3 | -38/+1 |
| * | | Merge "Use quote/unquote from six module for py3" | Jenkins | 2014-04-23 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Use quote/unquote from six module for py3 | Chmouel Boudjnah | 2014-04-17 | 1 | -1/+1 |
| * | | Merge "Add tests for bin/swift" | Jenkins | 2014-04-18 | 1 | -0/+319 |
| |\ \ | |/ |/| | |||||
| | * | Add tests for bin/swift | Christian Schwede | 2014-04-14 | 1 | -0/+319 |
| * | | Makes use of requests.Session | Tristan Cacqueray | 2014-04-16 | 1 | -1/+2 |
| * | | Merge "Fix test_multithreading on Python 3" | Jenkins | 2014-04-16 | 2 | -7/+16 |
| |\ \ | |||||
| | * | | Fix test_multithreading on Python 3 | Victor Stinner | 2014-04-15 | 2 | -7/+16 |
| * | | | Merge "Fix swiftclient.client.quote() for Python 3" | Jenkins | 2014-04-16 | 2 | -5/+12 |
| |\ \ \ | |/ / | |||||
| | * | | Fix swiftclient.client.quote() for Python 3 | Victor Stinner | 2014-04-07 | 2 | -5/+12 |
| * | | | Merge "Add requests related unit-tests" | Jenkins | 2014-04-14 | 1 | -0/+81 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Add requests related unit-tests | Tristan Cacqueray | 2014-04-05 | 1 | -0/+81 |
| * | | | Merge "Python 3: fix tests on HTTP headers" | Jenkins | 2014-04-10 | 1 | -7/+14 |
| |\ \ \ | |||||
| | * | | | Python 3: fix tests on HTTP headers | Victor Stinner | 2014-04-04 | 1 | -7/+14 |
| * | | | | Merge "Make bin/swift testable part 2" | Jenkins | 2014-04-07 | 2 | -4/+26 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Make bin/swift testable part 2 | Christian Schwede | 2014-03-25 | 2 | -4/+26 |
| * | | | | Merge "Use the standard library's copy of mock when it's available." | Jenkins | 2014-04-05 | 3 | -3/+17 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
