Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (no commit message) | Jelmer Vernooij | 2023-02-02 | 1 | -2/+2 |
| | |||||
* | Sort Python import definitions with isort | Jelmer Vernooij | 2023-01-31 | 1 | -5/+5 |
| | |||||
* | Drop compatibility wrappers for memoryview in older Python versions | Jelmer Vernooij | 2023-01-28 | 1 | -2/+2 |
| | |||||
* | Skip hypothesis tests on 3.2 | Robert Collins | 2015-10-20 | 1 | -10/+15 |
| | | | | (It's not 3.2 compatible at the moment). | ||||
* | Handle very short packets | Robert Collins | 2015-08-04 | 1 | -0/+14 |
| | | | | Yay quickcheck. | ||||
* | * V2 parser errors now set appropriate mime types for the encapsulated packet | Robert Collins | 2013-08-25 | 1 | -12/+24 |
| | | | | data and the error message. (Robert Collins) | ||||
* | * Clients of subunit did not expect memoryview objects in StreamResult events. | Robert Collins | 2013-08-25 | 1 | -0/+4 |
| | | | | (Robert Collins) | ||||
* | * TestProtocol2's tag tests were set sort order dependent. | Robert Collins | 2013-08-24 | 1 | -4/+7 |
| | | | | (Robert Collins, #1025392) | ||||
* | 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) | ||||
* | BUG FIXES | Robert Collins | 2013-05-13 | 1 | -0/+8 |
| | | | | | | | | | ~~~~~~~~~ * Subunit v2 packets with both file content and route code were not being parsed correctly - they would incorrectly emit a parser error, due to trying to parse the route code length from the first byes of the file content. (Robert Collins, 1172815) | ||||
* | Switch to variable length encoded integers. | Robert Collins | 2013-03-31 | 1 | -75/+170 |
| | |||||
* | Add an implementation of parser and generator for v2 streams. | Robert Collins | 2013-02-25 | 1 | -0/+273 |
| | |||||
* | Start on an encoder. | Robert Collins | 2013-02-22 | 1 | -0/+47 |