Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-06 | [cleanup] Point all shebang to `python3` (#372) | felix | |
Authored by: fstirlitz | |||
2021-01-07 | Preparing for release | pukkandan | |
2020-09-03 | flake8 hotfix | Unknown | |
2020-09-02 | [skip travis] minor fixes | Unknown | |
2014-11-26 | [test_unicode_literals] Arm unicode_literals check | Philipp Hagemeister | |
From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise. | |||
2014-05-13 | Split man and README (Fixes #2892) | Philipp Hagemeister | |
2014-01-05 | Fix make_readme on Python 2 | Philipp Hagemeister | |
2014-01-05 | Make make_readme run in a locale-less environment | Philipp Hagemeister | |
Mentioned in #267 | |||
2013-01-02 | re-worked release workflow, it is one-step and creates GPG signatures now | Filippo Valsorda | |
2012-12-07 | little correction on the readme | gcmalloc | |
2012-12-07 | devscripts/make_readme.py in place of all that sedding, that has porting ↵ | Filippo Valsorda | |
problems |