pyicloud/pyicloud
Tor Arne Vestbø 358d84e334 Gracefully handle malformed cookiejars
LoadError would only be raised if the cookiejar didn't contain the
expected magic header. But a pickeled jar would potentially contain
data that raised a UnicodeDecodeError, so we need account for both.
2016-04-11 16:37:34 +02:00
..
services Use Python 3 exception handling syntax (PEP 3110) 2016-03-13 15:07:25 +01:00
tests Adding tox configuration; making sanity test Python 2.6 compatible. 2014-10-05 20:59:30 -07:00
__init__.py Add centralized logging of iCloud API requests 2016-02-25 13:26:11 +01:00
base.py Gracefully handle malformed cookiejars 2016-04-11 16:37:34 +02:00
cmdline.py [#64] Adds Keychain-based Authentication 2016-02-23 17:44:03 -08:00
exceptions.py Add iCloud Photo Library service 2016-02-25 13:33:43 +01:00
utils.py Detect TTY when deciding whether to enable interactive mode or not 2016-04-02 17:09:13 +02:00