aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Brief discussion with pylint.Matěj Cepl2023-05-261-26/+8
* Partially revert d5fc1faf927a ... reintroduce main() interface.0.11.0Matěj Cepl2023-05-251-23/+27
* refactor: rearrange the project to the src/ layout.0.10.3Matěj Cepl2023-05-252-2/+5
* Fix packaging, switch off failing tests for now.Matěj Cepl2020-07-011-1/+2
* Sync with 0.10.1 release on PyPI0.10.1Matěj Cepl2020-07-012-5/+19
* Global variables are evil. Tests under both py2k and py3k pass.Matěj Cepl2019-10-022-5/+2
* A ways better.Matěj Cepl2019-10-011-14/+5
* Fix working around Windows idiosyncracies.Matej Cepl2015-01-061-4/+6
* First draft of the pure Python parser done, we should be noarch.Matěj Cepl2015-01-053-56/+63
* Correctly generating abstract tree (as a list) of all tokens.Matěj Cepl2015-01-051-3/+17
* Add lexer based on rply.Matěj Cepl2015-01-053-90/+151
* Remove the spaghetti code from the main scripts.Matěj Cepl2014-12-311-9/+9
* Work directly on self.message in mail2news.Matěj Cepl2014-12-281-1/+4
* Mighty cleanupMatěj Cepl2014-12-241-5/+6
* pygm2n and mail2news also use email.Parser.Matěj Cepl2014-12-221-8/+11
* Add a simple test suite.Matěj Cepl2014-12-152-0/+108