Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort Python import definitions with isort | Jelmer Vernooij | 2023-01-31 | 1 | -1/+1 |
| | |||||
* | Stop using io imports from testtools | Stephen Finucane | 2021-12-15 | 1 | -5/+2 |
| | | | | | | | We no longer need to worry about Python 2, so we can just import directly from 'io'. Signed-off-by: Stephen Finucane <stephenfin@redhat.com> | ||||
* | Fix imports from testtools.compat | Matthieu Huin | 2021-06-15 | 1 | -1/+5 |
| | | | | | | The future release of testtools will drop StringIO and BytesIO. Try to import them from testtools.compat, or from the io module if they're not available. | ||||
* | BUG FIXES | Robert Collins | 2013-06-16 | 1 | -6/+0 |
| | | | | | | | | ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591) | ||||
* | Nearly done. | Robert Collins | 2011-04-25 | 1 | -49/+49 |
| | |||||
* | Make test suite importable in py3. | Robert Collins | 2011-04-25 | 1 | -1/+2 |
| | |||||
* | CR, not cr. Flakes. Whitespace. | Jonathan Lange | 2011-01-28 | 1 | -2/+2 |
| | |||||
* | Default to (more) strict decoding of chunked parts | Martin Pool | 2011-01-11 | 1 | -2/+18 |
| | |||||
* | Tolerate streams with the \r missing from the chunk length. | Martin Pool | 2011-01-10 | 1 | -0/+8 |
| | |||||
* | Small buffering bugs in chunked decoder. | Robert Collins | 2009-10-13 | 1 | -0/+5 |
| | |||||
* | Implement a chunked decoder. | Robert Collins | 2009-10-10 | 1 | -0/+57 |
| | |||||
* | Move chunking to be \r\n based and create a dedicated module with that logic. | Robert Collins | 2009-10-10 | 1 | -0/+65 |