Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
* | [Python 3] Use print() as function instead of statement | Christoph Erhardt | 2022-01-10 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | Summary: print() has been a function since Python 2.6; the old behaviour was dropped in Python 3.0. To use the named file argument in Python 2, we need to import print_function from the __future__ module. Reviewers: machniak, mollekopf Reviewed By: mollekopf Differential Revision: https://git.kolab.org/D3229 | ||||
* | CS fixes according to PEP8 (ignored mostly line-length errors only) | Aleksander Machniak | 2016-05-04 | 1 | -2/+0 |
| | | | | | | | | Summary: . Reviewers: #pykolab_developers Differential Revision: https://git.kolab.org/D134 | ||||
* | 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 |
| | |||||
* | Update copyrightdev/entitlements | Jeroen van Meeuwen (Kolab Systems) | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | Relicense from GPLv2 only to GPLv3+ | Jeroen van Meeuwen (Kolab Systems) | 2011-03-07 | 1 | -1/+1 |
| | |||||
* | Update copyright notice | Jeroen van Meeuwen (Kolab Systems) | 2011-02-25 | 1 | -1/+1 |
| | |||||
* | Make sure we finalize the configuration | Jeroen van Meeuwen (Kolab Systems) | 2010-10-27 | 1 | -0/+1 |
| | |||||
* | Initial commit | Jeroen van Meeuwen (Kolab Systems) | 2010-08-26 | 1 | -0/+46 |