Commit Graph

7 Commits (7932de6352f1fcb0418e78dc049fe60b92ca6c68)

Author SHA1 Message Date
Philipp Hagemeister dcddc10a50 [test_unicode_literals] Arm unicode_literals check
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.
Philipp Hagemeister d19bb9c0aa Split man and README (Fixes )
Philipp Hagemeister 49f2bf76a8 Fix make_readme on Python 2
Philipp Hagemeister 1e91866f77 Make make_readme run in a locale-less environment
Mentioned in 
Filippo Valsorda b962b76f43 re-worked release workflow, it is one-step and creates GPG signatures now
gcmalloc 682407f2d5 little correction on the readme
Filippo Valsorda 4bb028f48e devscripts/make_readme.py in place of all that sedding, that has porting problems