Commit Graph

12 Commits (86e5f3ed2e6e71eb81ea4c9e26288f16119ffd0c)

Author SHA1 Message Date
pukkandan 86e5f3ed2e
[cleanup] Upgrade syntax
Using https://github.com/asottile/pyupgrade

1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`

Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
2 years ago
felix cc52de4356
[cleanup] Point all shebang to `python3` (#372)
Authored by: fstirlitz
3 years ago
pukkandan c76eb41bb9 Preparing for release 3 years ago
Unknown 139cb94276 flake8 hotfix 4 years ago
Unknown e367127957 [skip travis] minor fixes 4 years ago
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.
10 years ago
Philipp Hagemeister d19bb9c0aa Split man and README (Fixes #2892) 10 years ago
Philipp Hagemeister 49f2bf76a8 Fix make_readme on Python 2 11 years ago
Philipp Hagemeister 1e91866f77 Make make_readme run in a locale-less environment
Mentioned in #267
11 years ago
Filippo Valsorda b962b76f43 re-worked release workflow, it is one-step and creates GPG signatures now 12 years ago
gcmalloc 682407f2d5 little correction on the readme 12 years ago
Filippo Valsorda 4bb028f48e devscripts/make_readme.py in place of all that sedding, that has porting problems 12 years ago