summaryrefslogtreecommitdiff
path: root/python/subunit/chunked.py
Commit message (Expand)AuthorAgeFilesLines
* Nearly done.Robert Collins2011-04-251-16/+25
* CR, not cr. Flakes. Whitespace.Jonathan Lange2011-01-281-6/+5
* Default to (more) strict decoding of chunked partsMartin Pool2011-01-111-1/+14
* Tolerate streams with the \r missing from the chunk length.Martin Pool2011-01-101-1/+1
* Small buffering bugs in chunked decoder.Robert Collins2009-10-131-3/+5
* Implement a chunked decoder.Robert Collins2009-10-101-1/+100
* Move chunking to be \r\n based and create a dedicated module with that logic.Robert Collins2009-10-101-0/+63