summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.4.3HEADmasterJelmer Vernooij2023-02-101-1/+1
* (no commit message)Jelmer Vernooij2023-02-0211-85/+85
* Improve unittest callsJelmer Vernooij2023-02-013-26/+43
* Sort Python import definitions with isortJelmer Vernooij2023-01-3129-158/+93
* Drop compatibility wrappers for memoryview in older Python versionsJelmer Vernooij2023-01-283-35/+10
* Avoid use of extras - python3's hasattr is safeJelmer Vernooij2023-01-283-7/+3
* Release 1.4.2.1.4.2Jelmer Vernooij2022-11-171-1/+1
* Fix reading of test lists.fix-test-listsJelmer Vernooij2022-11-162-5/+14
* Release 1.4.11.4.1Jelmer Vernooij2022-11-051-1/+1
* Fix distcheck; include python files again.Jelmer Vernooij2022-11-051-1/+1
* Merge branch 'fix-filter-entrypoints' of https://github.com/mtreinish/subunitJelmer Vernooij2022-11-0516-4/+925
|\
| * Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2021-06-158-8/+39
| |\
| * \ Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2021-06-153-95/+5
| |\ \
| * \ \ Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2021-06-105-17/+121
| |\ \ \
| * \ \ \ Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2020-03-141-92/+117
| |\ \ \ \
| * | | | | Fix syntax issuesMatthew Treinish2019-12-159-31/+33
| * | | | | Cleanup tests and buildsMatthew Treinish2019-12-151-4/+1
| * | | | | Fix review commentsMatthew Treinish2019-12-151-1/+3
| * | | | | Switch to setuptools entrypoint console scripts for filtersMatthew Treinish2019-12-1515-0/+931
* | | | | | Explicitly invoke python3.Jelmer Vernooij2022-01-253-3/+3
* | | | | | Stop using io imports from testtoolsStephen Finucane2021-12-158-42/+18
* | | | | | Remove logic for Python < 3.6Stephen Finucane2021-12-157-91/+41
* | | | | | Handle different SyntaxError output in testtools 2.5.0Colin Watson2021-07-272-42/+98
* | | | | | Sort Content-Type parameters when writing detailsColin Watson2021-07-272-34/+10
* | | | | | Import six from the right placeColin Watson2021-07-271-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' into testtools.compatMatthew Treinish2021-06-151-4/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'master' into python310Matthew Treinish2021-06-152-91/+1
| |\ \ \ \
| * | | | | python: Mark rawstrings as suchStephen Finucane2021-04-201-4/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into testtools.compatMatthew Treinish2021-06-152-91/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Revert "Merge pull request #17 from mtreinish/timestamp-output"Matthew Treinish2021-06-152-91/+1
| |/ / /
* | | | fix trailing commaMatthieu Huin2021-06-151-1/+1
* | | | Fix imports from testtools.compatMatthieu Huin2021-06-158-8/+39
|/ / /
* | | Merge pull request #17 from mtreinish/timestamp-outputJelmer Vernooij2021-03-092-1/+91
|\ \ \
| * | | Fix timestamp test copy paste errorMatthew Treinish2020-03-141-1/+1
| * | | Add options to output filter to set timestampsMatthew Treinish2020-03-142-1/+91
| | |/ | |/|
* | | add missing referenceThomas Grainger2021-03-041-0/+2
* | | Merge pull request #32 from mcepl/kill_unittest2Jelmer Vernooij2021-03-041-15/+27
|\ \ \
| * | | Unittest from testtools doesn't work, use the one from stdlib.Matěj Cepl2020-06-051-3/+3
| * | | Acommodate review requests.Matěj Cepl2020-06-051-5/+5
| * | | Remove dependency on unittest2Matěj Cepl2018-09-131-11/+23
* | | | Release 1.4.0.1.4.0Jelmer Vernooij2020-03-141-1/+1
| |/ / |/| |
* | | 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
* | Fix file open for python3Quique Llorente2018-12-261-2/+2
|/
* Rely on file.__iter__ rather than file.readlines.Jelmer Vernooij2018-06-161-2/+2
* Add support for parsing in a regex to apply to test ids.Jelmer Vernooij2018-03-242-1/+32
* Fixup NEWS and versions for recent workRobert Collins2018-01-251-1/+1
* Check for ValueError in write only check in _unwrap_text()Matthew Treinish2017-09-252-1/+44
* Fallback to reading one-byte-at-a-time on Windows (#22)Claudiu Belu2017-03-021-0/+5