summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/parser.py
Commit message (Expand)AuthorAgeFilesLines
* parser: Fix parsing of patches with a trailing no-newline markerMichael Ellerman2015-03-221-0/+5
* Always use #!/usr/bin/env pythonDamien Lespiau2015-03-221-1/+1
* parser: Add support for rename-only patchesJeremy Kerr2013-10-131-0/+21
* parser: allow words starting with "diff" at beginning of lineStefan Hajnoczi2012-01-141-1/+1
* Revert "Decode patch from UTF-8 while parsing from stdin"Jeremy Kerr2011-02-101-1/+2
* Decode patch from UTF-8 while parsing from stdinmartin f. krafft2010-12-131-2/+1
* parser: decode stdin from utf-8Jeremy Kerr2010-08-101-1/+4
* [parser] Handle special case of "New newline at end of file"Nate Case2008-10-231-0/+3
* Make parser.py invokation a little more flexibleJeremy Kerr2008-09-101-5/+25
* Hook-up hashing infrastructureJeremy Kerr2008-09-091-2/+59
* Move patchparser to patchwork.parserJeremy Kerr2008-09-091-0/+158
* Remove unused parser.py fileJeremy Kerr2008-09-091-211/+0
* In some places tabs are used instead of spaces for indentation,Nate Case2008-08-231-3/+3
* Eliminate hashlib requirementNate Case2008-08-231-2/+7
* Inital commitJeremy Kerr2008-08-211-0/+206