You cannot post messages because only members can post, and you are not currently a member.
Description:
This group is for the bug submission and general discussion of the Python keyring lib.
Python Keyring Lib can be found at http://python-keyring.org
|
|
|
What are allowed characters after all
|
| |
I just got the following bug: [link]
In short: somebody tries to use german umlaut in his password, my
mercurial_keyring passes it to keyring library, and keyring library
(probably WinVault backend) crashes with UnicodeDecodeError
This is not a first time I face similar problems. Keyring does not at all... more »
|
|
Patches to python-keyring
|
| |
Hey all, On my machine sometimes, when python-keyring makes this call: kwallet = KWallet.Wallet.openWallet( KWallet.Wallet.NetworkWallet() , KWallet.Wallet.Synchronous) kwallet prints this to stderr: "The kwalletd service has been disabled" and the kwallet value becomes None. The way python-keyring is written now, it does not check for this case.... more »
|
|
0.5 released
|
| |
Hey I released 0.5 at PyPI. See the CHANGELOG for changes Thanks to all contributors for this one ! Tarek
|
|
Some enhancement proposals
|
| |
Hello everybody, I did not know about this mailing list and I had sent some improvement proposals to Tarek about the python keyring module via private email. Some I've already implemented on a fork we're currently using at work, mostly for mercurial keyring integration; I'm willing to help and contribute them.... more »
|
|
Replacing keyring's extension modules
|
| |
Hi all. Spoke with Tarek about replacing the custom extension modules
that keyring now uses for Gnome keyring and KDE wallet access with
pure Python modules that use the provided Gnome and KDE Python
interfaces instead. He liked the idea and wanted me to promulgate it
here to see if anyone else had input. I expect to be able to write... more »
|
|
problem with gnome keyring
|
| |
I´ve some problems with the extension keyring and maybe you can help me to solve this problem. My platform is Centos 5.5 with python 2.6 and keyring 0.2 and mercurial_keyring 0.4.2 Mercurial loads the extensions but it doesn't use the keyring in the OS but if I put the conf password=my_password in the section auth in the .hgrc it... more »
|
|
delete stored password
|
| |
Hello This can appear a silly question but I didn´t find a solution. I should delete the password stored in keyring on windows e gnome environment because I must do a lot of test about the autentication. how can I do it ?
|
|
|