Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert strict LineStart interpretation in 3.0.0 to 2.4.x behavior (Issue #317) | ptmcg | 2021-10-26 | 1 | -4/+4 |
| | |||||
* | There will be black | Paul McGuire | 2020-10-11 | 1 | -1/+1 |
| | |||||
* | test_bibparse includes parsed strings with leading space, no longer included ↵ | Paul McGuire | 2020-10-11 | 1 | -28/+29 |
| | | | | in output | ||||
* | Blacken the project (#141) | Jon Dufresne | 2019-10-31 | 1 | -90/+131 |
| | |||||
* | Remove dependency on nose | Matěj Cepl | 2019-01-07 | 1 | -183/+180 |
| | |||||
* | Convert CRLF to LF | Matěj Cepl | 2019-01-07 | 1 | -193/+193 |
| | |||||
* | Remove unused imports throughout project | Jon Dufresne | 2018-12-24 | 1 | -3/+1 |
| | | | | | | | | | | | | | Unused imports were discovered using flake8. By removing the unused imports, the code is a bit friendlier to new contributors as it is clearer what is being used and not simply leftover from previous refactoring. The flake8 command: $ flake8 . --select F401 http://flake8.pycqa.org/ | ||||
* | Fix failing tests (both py2K and py3k) | Matěj Cepl | 2018-11-21 | 1 | -2/+2 |
| | | | | Fixes #48 | ||||
* | Move src to root | Cengiz Kaygusuz | 2017-11-20 | 1 | -0/+195 |