aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update mailmap with new emailStephen Finucane2016-09-25
* bin/pwclient: fix spurious except catchYann E. MORIN2016-09-25
* parser: fix wrong parsing of diff commentsWEN Pingbo2016-09-25
* Add sqlparse to production requirementsDaniel Axtens2016-09-25
* bin: Remove update-patchwork-statusStephen Finucane2016-09-25
* CHANGELOG: Document latest changesStephen Finucane2016-09-25
* CHANGELOG: Add v1.1.1 releaseStephen Finucane2016-09-25
* CHANGELOG: Integrate UPGRADING contentStephen Finucane2016-09-25
* trivial: Fix incorrectly subclassed 'save'sStephen Finucane2016-09-25
* trivial: Remove unreachable codeStephen Finucane2016-09-25
* trivial: noqa unused importsStephen Finucane2016-09-25
* trivial: Combine if statementsStephen Finucane2016-09-25
* trivial: Use 'in' operatorStephen Finucane2016-09-25
* trivial: Don't use non-Pythonic namesStephen Finucane2016-09-25
* trivial: Use implicit true/false for comparisonStephen Finucane2016-09-25
* trivial: noqa any 'assert' functionsStephen Finucane2016-09-25
* trivial: Remove broad exceptions where possibleStephen Finucane2016-09-25
* trivial: Don't shadow built-insStephen Finucane2016-09-24
* views: Remove cyclic importStephen Finucane2016-09-24
* xmlrpc: Bump versionStephen Finucane2016-09-24
* xmlrpc: Factor out common codeStephen Finucane2016-09-24
* gitignore: Ignore vagrant and vim filesStephen Finucane2016-09-20
* Optimise querying of checks in patch list viewDaniel Axtens2016-09-20
* fields: Stub out unused argumentsStephen Finucane2016-09-20
* settings: noqa the secret keyStephen Finucane2016-09-20
* Mark regexes with 'r' prefixesStephen Finucane2016-09-20
* docker: Install dependencies for Python 2 alsoStephen Finucane2016-09-20
* README: Add travis badgeStephen Finucane2016-09-09
* Add .travis.yml fileDaniel Axtens2016-09-07
* utils: Rename to 'notifications'Stephen Finucane2016-09-07
* README: Add landscape.io badgeStephen Finucane2016-09-07
* Add landscape.io configuration fileStephen Finucane2016-09-07
* gitignore: Don't ignore all hidden filesStephen Finucane2016-09-07
* views: Avoid mutable default argumentsStephen Finucane2016-09-07
* lib: Refresh nginx/uwsgi configurationThomas Monjalon2016-09-07
* tox: Don't create '.pyc' filesStephen Finucane2016-09-07
* views: fix pwclient download linkDavid Lamparter2016-09-04
* xmlrpc: massively increase test coverageDaniel Axtens2016-09-03
* xmlrpc authentication: Fix base64 decoding for py3Daniel Axtens2016-09-03
* xmlrpc: remove a redundant try/except blockDaniel Axtens2016-09-03
* xmlrpc: catch possible exceptions in patch filteringDaniel Axtens2016-09-03
* xmlrpc: remove some unnecessary try/except blocksDaniel Axtens2016-09-03
* xmlrpc: fix max_count for check_listDaniel Axtens2016-09-03
* xmlrpc: Change filter(...)[0] to get(...)Daniel Axtens2016-09-03
* test: fix coverage testsDaniel Axtens2016-09-03
* parser: Correct empty email value checkStephen Finucane2016-09-02
* tests: Additional rework of 'test_parser'Stephen Finucane2016-09-02
* parser: Ensure consistent use of 'parse_'Stephen Finucane2016-09-02
* parser: Put more specific 'From' regex firstStephen Finucane2016-09-02
* parsemail: Move parsing to 'parser'Stephen Finucane2016-09-02