aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pyg.py
Commit message (Collapse)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
| | | | Fixes: https://todo.sr.ht/~mcepl/pygn/8
* refactor: rearrange the project to the src/ layout.0.10.3Matěj Cepl2023-05-251-2/+2
| | | | | | | | | 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 Cepl2020-07-011-1/+2
|
* Sync with 0.10.1 release on PyPI0.10.1Matěj Cepl2020-07-011-5/+17
| | | | Port to Python 3.
* Global variables are evil. Tests under both py2k and py3k pass.Matěj Cepl2019-10-021-2/+0
|
* A ways better.Matěj Cepl2019-10-011-14/+5
| | | | Tentatively fixes #7
* Fix working around Windows idiosyncracies.Matej Cepl2015-01-061-4/+6
| | | | Fixes #19
* First draft of the pure Python parser done, we should be noarch.Matěj Cepl2015-01-051-9/+4
| | | | Fixes #2
* Add lexer based on rply.Matěj Cepl2015-01-051-0/+85