Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply pyupgrade --py36-plus. | Ben Sturmfels | 2021-09-23 | 1 | -1/+1 |
* | Remove remaining imports/calls to six not automatically removed by pyupgrade. | Ben Sturmfels | 2021-03-05 | 1 | -1/+0 |
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -6/+6 |
* | Use six.iteritems() instead of dict.iteritems(). | Berker Peksag | 2014-05-26 | 1 | -1/+1 |
* | piwigo: Return proper error for wrong user/password. | Elrond | 2013-05-20 | 1 | -1/+2 |
* | piwigo: Add PwgError class. | Elrond | 2013-05-20 | 1 | -2/+14 |
* | A bit of pep8 and small typo fix. | Elrond | 2013-05-20 | 1 | -2/+2 |
* | Create new session system for piwigo plugin. | Elrond | 2013-05-09 | 1 | -0/+31 |
* | piwigo: Add .images.add including form handling. | Elrond | 2013-05-09 | 1 | -1/+14 |
* | Start to use six for basestring. | Elrond | 2013-04-18 | 1 | -2/+3 |
* | piwigo: Add session.getStatus, improve categories.getList | Elrond | 2013-03-21 | 1 | -0/+1 |
* | Add warning README.rst and fix pep8. | Elrond | 2013-03-19 | 1 | -1/+1 |
* | piwigo: Move tool functions into tools.py | Elrond | 2013-03-19 | 1 | -0/+106 |