Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace py-bcrypt with bcrypt. | Elisei Roca | 2021-10-11 | 1 | -5/+4 |
| | | | | | | | | | Almost a drop-in replacement, only needed some str - byte conversions. The former has not seen a release since 2013, the latter is active with a last release on Aug. 16th 2020. Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Apply pyupgrade --py36-plus. | Ben Sturmfels | 2021-09-23 | 1 | -2/+2 |
| | | | | This removes some 'u' prefixes and converts simple format() calls to f-strings. | ||||
* | Remove remaining imports/calls to six not automatically removed by pyupgrade. | Ben Sturmfels | 2021-03-05 | 1 | -2/+0 |
| | |||||
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -5/+5 |
| | |||||
* | Use six.text_type instead of unicode(). | Berker Peksag | 2014-06-02 | 1 | -1/+3 |
| | | | | I will be switch to use ``from __future__ import unicode_literals`` later. | ||||
* | fixed some typos and missed imports | Rodney Ewing | 2013-08-16 | 1 | -3/+7 |
| | |||||
* | moved forgot pass to basic_auth plugin | Rodney Ewing | 2013-08-16 | 1 | -0/+33 |
| | |||||
* | renamed lib to tools | Rodney Ewing | 2013-05-27 | 1 | -0/+84 |