Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Brief discussion with pylint. | Matěj Cepl | 2023-05-26 | 1 | -26/+8 |
| | |||||
* | Partially revert d5fc1faf927a ... reintroduce main() interface.0.11.0 | Matěj Cepl | 2023-05-25 | 1 | -23/+27 |
| | | | | Fixes: https://todo.sr.ht/~mcepl/pygn/8 | ||||
* | refactor: rearrange the project to the src/ layout.0.10.3 | Matěj Cepl | 2023-05-25 | 2 | -2/+5 |
| | | | | | | | | | Fix also pyproject.toml to generate what seems right. Add the explicit dependency on nntplib for Python >= 3.12 (gh#python/cpython!104894). Fixes: https://todo.sr.ht/~mcepl/pygn/7 | ||||
* | Fix packaging, switch off failing tests for now. | Matěj Cepl | 2020-07-01 | 1 | -1/+2 |
| | |||||
* | Sync with 0.10.1 release on PyPI0.10.1 | Matěj Cepl | 2020-07-01 | 2 | -5/+19 |
| | | | | Port to Python 3. | ||||
* | Global variables are evil. Tests under both py2k and py3k pass. | Matěj Cepl | 2019-10-02 | 2 | -5/+2 |
| | |||||
* | A ways better. | Matěj Cepl | 2019-10-01 | 1 | -14/+5 |
| | | | | Tentatively fixes #7 | ||||
* | Fix working around Windows idiosyncracies. | Matej Cepl | 2015-01-06 | 1 | -4/+6 |
| | | | | Fixes #19 | ||||
* | First draft of the pure Python parser done, we should be noarch. | Matěj Cepl | 2015-01-05 | 3 | -56/+63 |
| | | | | Fixes #2 | ||||
* | Correctly generating abstract tree (as a list) of all tokens. | Matěj Cepl | 2015-01-05 | 1 | -3/+17 |
| | |||||
* | Add lexer based on rply. | Matěj Cepl | 2015-01-05 | 3 | -90/+151 |
| | |||||
* | Remove the spaghetti code from the main scripts. | Matěj Cepl | 2014-12-31 | 1 | -9/+9 |
| | |||||
* | Work directly on self.message in mail2news. | Matěj Cepl | 2014-12-28 | 1 | -1/+4 |
| | |||||
* | Mighty cleanup | Matěj Cepl | 2014-12-24 | 1 | -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 Cepl | 2014-12-22 | 1 | -8/+11 |
| | |||||
* | Add a simple test suite. | Matěj Cepl | 2014-12-15 | 2 | -0/+108 |
And also fix one embarrassing typo in mail2news module. Fixes #1 Fixes #4 Fixes #6 |