Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Python 3] Get rid of .has_key() | Christoph Erhardt | 2022-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Summary: `dict.has_key(key)` was dropped in Python 3.0. Use `key in dict` instead. Reviewers: machniak, mollekopf Reviewed By: mollekopf Differential Revision: https://git.kolab.org/D3241 | ||||
* | [Python 3] Use new exception syntax | Christoph Erhardt | 2022-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Summary: The new syntax was introduced in Python 2.6; the old syntax was deprecated in Python 3.0. Reviewers: machniak, mollekopf Reviewed By: mollekopf Differential Revision: https://git.kolab.org/D3232 | ||||
* | Updated the licensing information according to FSF recommendations. | Paul Boddie | 2014-06-26 | 1 | -7/+7 |
| | | | | Note that cyruslib.py is still "GPLv2 or a later version" unlike the other files. | ||||
* | Update copyright | Jeroen van Meeuwen (Kolab Systems) | 2013-04-17 | 1 | -1/+1 |
| | |||||
* | Correct some pylint conventions | Jeroen van Meeuwen (Kolab Systems) | 2012-03-09 | 1 | -2/+2 |
| | |||||
* | Update copyrightdev/entitlements | Jeroen van Meeuwen (Kolab Systems) | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | Tidy up (first log, then conf) | Jeroen van Meeuwen (Kolab Systems) | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | Merge stash - no changes | Jeroen van Meeuwen (Kolab Systems) | 2011-11-04 | 1 | -0/+1 |
| | |||||
* | The plugins can now make use of the logging facilities, | Jeroen van Meeuwen (Kolab Systems) | 2011-03-23 | 1 | -10/+21 |
| | | | | Have the plugins be passed keywords and reflect that | ||||
* | Redo plugins so they can be binary compiled | Jeroen van Meeuwen (Kolab Systems) | 2011-03-13 | 1 | -0/+44 |