Mercurial > hg > easyhg
log easyhg.py @ 714:540bda2e71b1
age | author | description |
---|---|---|
Wed, 05 Dec 2018 13:20:51 +0000 | Chris Cannam | Update for newer APIs |
Fri, 25 Jan 2013 15:36:27 +0000 | Chris Cannam | Update for PyQt 4.5+ signal/slot connection syntax |
Tue, 03 Jul 2012 10:02:22 +0100 | Chris Cannam | Fix failure to provide default initialisation vector for AES CBC mode (I'm surprised pycrypto allowed this previously, but it doesn't now, thus catching my error). Also make debug output a bit more helpful |
Mon, 27 Feb 2012 17:14:03 +0000 | Chris Cannam | Update copyright dates to 2012 |
Thu, 15 Sep 2011 14:24:37 +0100 | Chris Cannam | Encountering some peculiar problems with platform... but it's overkill for this anyway, use os.name instead |
Mon, 11 Jul 2011 15:15:31 +0100 | Chris Cannam | Check for repeated request (thus failed login) before looking up cached data, so we can cache in confidence without resending invalid login details (fixing #205) |