aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_wlp.py
Commit message (Collapse)AuthorAgeFilesLines
* Sync with 0.10.1 release on PyPI0.10.1Matěj Cepl2020-07-011-0/+2
| | | | Port to Python 3.
* Global variables are evil. Tests under both py2k and py3k pass.Matěj Cepl2019-10-021-3/+2
|
* First draft of the pure Python parser done, we should be noarch.Matěj Cepl2015-01-051-34/+59
| | | | Fixes #2
* 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-051-90/+53
|
* 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
| | | | | | | * Use more of the standard methods for OrderedDicts * remove pyginfo module (with SSOT being mail2news module) * remove TODO, INSTALL, and changelog.Debian * all FIXMEs and TODOs are filed as bugs in the issue tracker
* pygm2n and mail2news also use email.Parser.Matěj Cepl2014-12-221-8/+11
|
* Add a simple test suite.Matěj Cepl2014-12-151-0/+108
And also fix one embarrassing typo in mail2news module. Fixes #1 Fixes #4 Fixes #6