Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to improve compatibility of _Storage with dict #119

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Sep 24, 2012

  1. Configuration menu
    Copy the full SHA
    1a525a2 View commit details
    Browse the repository at this point in the history
  2. Hotfix: Fix package data bug.

    `xbmcswift2 create` now works properly.
    jbeluch committed Sep 24, 2012
    Configuration menu
    Copy the full SHA
    15ebbfc View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2012

  1. Merge branch 'develop' for release 0.2

    Conflicts:
    	CHANGES
    	setup.py
    jbeluch committed Oct 6, 2012
    Configuration menu
    Copy the full SHA
    8316a8e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2012

  1. Configuration menu
    Copy the full SHA
    5807a56 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2012

  1. Configuration menu
    Copy the full SHA
    e92ddbf View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2013

  1. Configuration menu
    Copy the full SHA
    0e7a364 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2014

  1. Minor typos in comments

    Fix __len__() to return result of self._items.__len() rather than the
    method itself
    Implement the viewkeys(), viewitems(), viewvalues() and __cmp__()
    methods from dict().
    auspex committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    c078050 View commit details
    Browse the repository at this point in the history
  2. Tests for compatibility of _Storage with dict()

    auspex committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    1413350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ab9a1a View commit details
    Browse the repository at this point in the history