Commit graph

23 commits

Author SHA1 Message Date
Adam Coddington
3818c43eff Release 0.9.1; fixes six version requirement. 2016-06-30 10:08:45 -07:00
Adam Coddington
b6297781fa Release 0.9; Add support for Account Service; fixes for Python 3.x. 2016-06-20 20:42:00 -07:00
Tor Arne Vestbø
e3bf826fce Release 0.8.3
Tor Arne Vestbø <torarnv@gmail.com> (3):
      Detect TTY when deciding whether to enable interactive mode or not
      Handle content-type header with parameters when debugging requests
      Gracefully handle malformed cookiejars
2016-04-11 16:41:59 +02:00
Tor Arne Vestbø
c372797407 Release 0.8.2
Bart274 <de_van_bos@msn.com> (1):
      Use Python 3 exception handling syntax (PEP 3110)

Tor Arne Vestbø <torarnv@gmail.com> (1):
      Add MIT license
2016-04-02 13:30:56 +02:00
Tor Arne Vestbø
e59eafe04d Add MIT license
As discussed in #78
2016-04-02 13:25:48 +02:00
Tor Arne Vestbø
49eebc5cdc Release 0.8.1
Bart274 <de_van_bos@msn.com> (1):
      Replace manual time zone handling with use of the tzlocal module

Tor Arne Vestbø <torarnv@gmail.com> (5):
      Remove leftover debug logging from iCloud Photo service
      Remove useless sanity check for sparse photo album assets
      Don't assume request response is always JSON
      Charge HTTP logging to separate child logger of each service
      Don't set host header in reminders service
2016-03-12 14:57:26 +01:00
Tor Arne Vestbø
0c138d6dac Release 0.8.0
Adam Coddington <me@adamcoddington.net> (2):
      Drops support for Python 2.6.
      [#64] Adds Keychain-based Authentication

Daren Lord <dlaccount@icloud.com> (1):
      Squashed commit of the following:

Tor Arne Vestbø <torarnv@gmail.com> (11):
      Normalize HTTP header names to title case
      Remove three unused endpoint definitions from PyiCloudService base
      Use same setup/login endpoint as iCloud webapp
      Don't set Host header manually
      Fix reStructuredText inline literal formatting in README
      Document how to use the contacts API
      Simplify login sequence
      Add centralized logging of iCloud API requests
      Add support for two-factor authentication
      Add iCloud Photo Library service
      Tweak wording of password prompt

yannickulrich <yannick.ulrich@collinproject.de> (3):
      Adding Reminder support
      PEP8 compatibility
      PEP8 for base.py
2016-03-01 01:32:32 +01:00
Adam Coddington
604fe68414 Release 0.7.3; fixes for session handling to prevent e-mail notifications from being sent for each request. 2016-01-10 22:22:35 -08:00
Adam Coddington
d2bbf7dee5 Release 0.7.2; Validate certificate (and thus remove certificate validation warning). 2015-12-13 20:25:18 -08:00
Adam Coddington
3cf8b620ee Release 0.7.1; Validates Apple's server certificate (to eliminate an emitted warning). 2015-12-13 20:24:38 -08:00
Adam Coddington
b0d3985a50 Release 0.7; adds functionality allowing us to store log-in cookies between sessions. 2015-05-17 23:16:36 -07:00
Adam Coddington
52ecb52d6f Release 0.6.2; fixes timezone handling in calendar. 2015-03-25 21:16:35 -07:00
Adam Coddington
f30c051272 Release 0.6.1; adds functionality for fetching all devices associated with family; thanks @simonellistonball. 2015-01-10 11:22:16 -08:00
Adam Coddington
abf6c0df17 Release 0.6.0. 2014-10-25 20:37:22 -07:00
Adam Coddington
2986793345 Release 0.5.2; only for updating PyPI record. 2014-08-26 23:52:54 -07:00
Adam Coddington
d56995cb0f Release 0.5.1. 2014-08-25 23:13:26 -07:00
Adam Coddington
768f3fb163 Release 0.5.0. 2014-08-24 16:58:35 -07:00
Adam Coddington
ef85a5786a Bumping version. to 0.4.0 2014-04-17 15:13:23 -07:00
Benjamin Schollnick
1ca1a84648 Adding the command line wrapper, to allow shell script usage, and other applications to use pyicloud services. 2014-04-17 15:08:12 -07:00
Adam Coddington
6b02b59967 Bumping version number; adding trove classifiers (including those for python-version limitations). 2013-10-11 18:35:26 -07:00
Adam Coddington
c31c23f2b1 Bumping patch version. 2013-10-11 18:11:24 -07:00
Adam Coddington
8b5e907896 Adapt existing module architecture to allow for multiple apple devices; adding unicode/string displays; adding attribute and key convenience accessors. 2013-05-18 19:14:27 -07:00
Adam Coddington
804cbf1521 Rearrange package to allow for installability. 2013-05-18 17:20:41 -07:00