Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-18 | add type hints to all of the code | Helmut Grohne | |
In order to use type hint syntax, we need to bump the minimum Python version to 3.7 and some of the features such as Literal and Protocol are opted in when a sufficiently recent Python is available. This does not make all of the code pass type checking with mypy. A number of typing issues remain, but the output of mypy becomes something one can read through. In adding type hints, a lot of epydoc @type annotations are removed as redundant. This update also adopts black-style line breaking. | |||
2023-06-18 | drop support for Python 2.x | Helmut Grohne | |
2019-03-10 | README: update version information to something sane | Helmut Grohne | |
2012-06-28 | update python versions in README | Helmut Grohne | |
2011-06-01 | README: installation and test suite instructions | Helmut Grohne | |
2009-06-26 | extended README by supported python versions | Helmut Grohne | |
2007-05-01 | added README and LICENSE | Helmut Grohne | |