summaryrefslogtreecommitdiff
path: root/python/subunit/v2.py
Commit message (Expand)AuthorAgeFilesLines
* Drop compatibility wrappers for memoryview in older Python versionsJelmer Vernooij2023-01-281-32/+7
* Avoid use of extras - python3's hasattr is safeJelmer Vernooij2023-01-281-4/+2
* Remove logic for Python < 3.6Stephen Finucane2021-12-151-19/+14
* Correctly handle py3 RawIOBase read()Stephen Finucane2020-03-141-17/+26
* trivial: Fix indentationStephen Finucane2020-03-101-88/+104
* Check written bytes are not None before summing them to offsetFederico Ressi2019-09-271-0/+2
* Fallback to reading one-byte-at-a-time on Windows (#22)Claudiu 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