summaryrefslogtreecommitdiff
path: root/python/subunit/v2.py
Commit message (Expand)AuthorAgeFilesLines
* Fallback to reading one-byte-at-a-time on Windows (#22)HEADtrunkClaudiu Belu2017-03-021-0/+5
* Fix StreamResultToBytes._write_packet()Victor Stinner2015-10-201-3/+17
* Handle very short packetsRobert Collins2015-08-041-1/+5
* * Python 3.1 and 3.2 have an inconsistent memoryview implementation whichRobert Collins2013-08-251-1/+19
* * V2 parser errors now set appropriate mime types for the encapsulated packetRobert Collins2013-08-251-2/+4
* * Memoryview and struct were mutually incompatible in 2.7.3 and 3.2.Robert Collins2013-08-251-10/+15
* * Clients of subunit did not expect memoryview objects in StreamResult events.Robert Collins2013-08-251-0/+4
* * 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