commit 8542fd0b515ea0e6f8d5d457c350f1c504556067 Author: Alberto Bertogli Date: Sun May 15 00:34:47 2011 +0100 Version 3.8 commit 178b8dfbc8e63c8d27cd405e7b7c948ca4709102 Author: Alberto Bertogli Date: Sun May 15 00:34:20 2011 +0100 Minor style updates to the README file Signed-off-by: Alberto Bertogli commit 55ac6276929e1eaef176aca317eca9c51ecefd0c Author: Alberto Bertogli Date: Sun May 15 00:30:17 2011 +0100 Relicense to the MIT license This commit changes the license from OSL 2.0 to MIT. In practise, this shouldn't change anything for the users, as MIT is a more permissive license. The reason behind the change is just to use a more standard license, while still allow linking freely. This has also been approved by Sebastian Santisi, who is the only other person who has contributed patches to the library. Signed-off-by: Alberto Bertogli commit fd799f25784b67241c6ae53c2f593fe06556b360 Author: Alberto Bertogli Date: Tue May 10 20:43:52 2011 +0100 Fix the AuthError exception The associated information must be a tuple, not a list, since otherwise the exception handling code will get a one element tuple with the list inside, which not only is horrible but it also breaks the API. This commit changes that into a tuple, which provides the expected behaviour. In the future we should move to just use the recommended form: raise AuthError(911, 'SSL Auth failed') but since we're close to a release, we're going with the least invasive change for now. Signed-off-by: Alberto Bertogli commit 00061ce2c4f0024fff43414908f8f1230fadc54c Author: Sebastián Santisi Date: Tue May 10 16:32:05 2011 -0300 Implement client-side PNG/QNG Signed-off-by: Alberto Bertogli commit 9d464d5e542af7609e6ca97beed1d5ce167bbddf Author: Alberto Bertogli Date: Thu Apr 14 01:06:11 2011 +0100 Always use lowercase emails The server will always talk to us using lowercase emails, so we want to do the same so we don't have any issues with dictionary lookups. Thanks to Chris Hancock who reported the bug. Signed-off-by: Alberto Bertogli commit c149f1c0e15c9d4bd30dbdec67c5b938c7db7522 Author: Alberto Bertogli Date: Thu Jun 24 21:19:26 2010 -0300 Do not use string exceptions String exceptions have been deprecated for a long long time, and will be no longer accepted in future Python releases. This patch removes all string exceptions and replaces them with proper classes. Signed-off-by: Alberto Bertogli commit 9739a6bfc6937e7b342d65ce5149e2200af21309 Author: Alberto Bertogli Date: Thu Jun 24 21:16:13 2010 -0300 Fix minor function name typo Signed-off-by: Alberto Bertogli commit 7f9d653f0ed9bc33481e2092a3e6922b664e5ea5 Author: Alberto Bertogli Date: Thu Jun 24 21:15:50 2010 -0300 Remove unused imports Signed-off-by: Alberto Bertogli