summaryrefslogtreecommitdiff
path: root/python/subunit/v2.py
Commit message (Expand)AuthorAgeFilesLines
* * Memoryview detection was broken and thus it's use was never really tested.Robert Collins2013-08-241-3/+10
* BUG FIXESRobert Collins2013-05-131-0/+1
* Switch to variable length encoded integers.Robert Collins2013-03-311-86/+202
* Fix up buffering to make pdb usable.Robert Collins2013-03-041-3/+19
* Batch up input in ByteStreamToStreamResult.Robert Collins2013-02-261-6/+27
* Make streams all binary and fix incorrect ordering of mime encoding.Robert Collins2013-02-251-6/+11
* Add an implementation of parser and generator for v2 streams.Robert Collins2013-02-251-31/+219
* Start on an encoder.Robert Collins2013-02-221-0/+112