]> git.ozlabs.org Git - patchwork/history - apps/patchwork/parser.py
Always use #!/usr/bin/env python
[patchwork] / apps / patchwork / parser.py
2015-03-22 Damien LespiauAlways use #!/usr/bin/env python
2013-10-13 Jeremy Kerrparser: Add support for rename-only patches
2012-01-14 Stefan Hajnocziparser: allow words starting with "diff" at beginning...
2011-02-10 Jeremy KerrRevert "Decode patch from UTF-8 while parsing from...
2010-12-13 martin f. krafftDecode patch from UTF-8 while parsing from stdin
2010-08-10 Jeremy Kerrparser: decode stdin from utf-8
2008-10-23 Nate Case[parser] Handle special case of "New newline at end...
2008-09-10 Jeremy KerrMake parser.py invokation a little more flexible
2008-09-09 Jeremy KerrHook-up hashing infrastructure
2008-09-09 Jeremy KerrMove patchparser to patchwork.parser
2008-09-09 Jeremy KerrRemove unused parser.py file
2008-08-23 Nate CaseIn some places tabs are used instead of spaces for...
2008-08-23 Nate CaseEliminate hashlib requirement
2008-08-21 Jeremy KerrInital commit