]> git.ozlabs.org Git - patchwork/history - apps/patchwork/tests/patchparser.py
parser: allow short-form List-Id headers
[patchwork] / apps / patchwork / tests / patchparser.py
2009-08-01 Jeremy Kerrparser: allow short-form List-Id headers
2008-10-29 Jeremy Kerr[models] Make patches unique on (msgid, project), not...
2008-10-23 Jeremy Kerr[parser] Handle patches with no content charset defined
2008-10-10 Jeremy Kerr[parser] Accept x-diff patches
2008-09-29 Jeremy Kerr[tests] Remove print from SenderCorrelationTest
2008-09-29 Jeremy Kerr[tests] Add tests for utf-8 patches
2008-09-20 Jeremy Kerr[test] Move helper functions into tests/utils.py
2008-09-20 Jeremy Kerr[parser] Fix spacing for encoded headers
2008-09-20 Jeremy Kerr[parser] Merge senders with different case
2008-09-20 Jeremy Kerr[test] 2.4-ise test cases
2008-09-20 Jeremy Kerr[parser] Decode From: headers
2008-09-20 Jeremy Kerr[parser] Don't remove --- update lines
2008-09-20 Jeremy Kerr[test] Add test for signatures in comments
2008-09-19 Jeremy Kerr[test] Add patchwork testing infrastructure