All Versions
124
Latest Version
Avg Release Cycle
37 days
Latest Release
-

Changelog History
Page 13

  • v0.7.1 Changes

    • โœ‚ Removed non-ASCII characters from README and CHANGES docs (required by distutils if we're to include them in the long_description). Fixes #55.

    0.7

    • โœ… Python 3 is now supported. All tests now pass under Python 3.2 on Windows and Linux (although Linux backend support is limited). Fixes #28.
    • ๐Ÿ Extension modules on Mac and Windows replaced by pure-Python ctypes implementations. Thanks to Jerome Laheurte.
    • ๐Ÿ›  WinVaultKeyring now supports multiple passwords for the same service. Fixes #47.
    • โœ… Most of the tests don't require user interaction anymore.
    • Entries stored in Gnome Keyring appears now with a meaningful name if you try to browser your keyring (for ex. with Seahorse)
    • โœ… Tests from Gnome Keyring no longer pollute the user own keyring.
    • keyring.util.escape now accepts only unicode strings. Don't try to encode strings passed to it.
  • v0.6.2 Changes

    • ๐Ÿ›  fix compiling on OSX with XCode 4.0
  • v0.6.1 Changes

    • Gnome keyring should not be used if there is no DISPLAY or if the dbus is not around (https://bugs.launchpad.net/launchpadlib/+bug/752282).

    • โž• Added keyring.http for facilitating HTTP Auth using keyring.

    • โž• Add a utility to access the keyring from the command line.

  • v0.5.1 Changes

    0.5

    • Now using the existing Gnome and KDE python libs instead of custom C++ code.

    • Using the getpass module instead of custom code

    0.4

    • ๐Ÿ›  Fixed the setup script (some subdirs were not included in the release.)

    0.3

    • ๐Ÿ›  Fixed keyring.core when the user doesn't have a cfg, or is not properly configured.

    • ๐Ÿ›  Fixed escaping issues for usernames with non-ascii characters

    0.2