Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-01 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor | |
2015-04-29 | Merge branch '1.15' | Jeff Forcier | |
2015-04-29 | Not sure how this got nuked | Jeff Forcier | |
2015-04-29 | Merge branch '1.15' | Jeff Forcier | |
2015-04-29 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: tasks.py | |||
2015-04-29 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2015-04-29 | Packaging updates | Jeff Forcier | |
2015-04-01 | Fixed extra comma | Alex Gaynor | |
2015-03-18 | Make sure we pass a str under py3k | Alex Gaynor | |
2015-03-18 | Fixed tests. | Alex Gaynor | |
The expected output keys for these tests needed to be rewritten because previously they were generated with a BER encoder, which is basically slopper. Now they're exported as DER, which means they're always as compact as possible. A comparison of the two strings with openssl asn1parse will show that they represent the same data, they the new value is just shorter | |||
2015-03-18 | doh | Alex Gaynor | |
2015-03-18 | fix | Alex Gaynor | |
2015-03-18 | fix | Alex Gaynor | |
2015-03-18 | No password here | Alex Gaynor | |
2015-03-18 | Fixes. Deleting code | Alex Gaynor | |
2015-03-18 | More progress towards cleanup | Alex Gaynor | |
2015-03-15 | Rmoeved unused imports | Alex Gaynor | |
2015-03-15 | Removed PyPy from travis, since that's orthagonal to this PR | Alex Gaynor | |
2015-03-15 | Fix these backticks | Alex Gaynor | |
2015-03-15 | This wants a string, not bytes, apparently | Alex Gaynor | |
2015-03-15 | 0.8 doesn't support DER yet, just export PEM, that's what we wanted to do in ↵ | Alex Gaynor | |
the first place | |||
2015-03-15 | Whoops | Alex Gaynor | |
2015-03-15 | Update for cryptography 0.8 and general cleanups | Alex Gaynor | |
2015-03-15 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor | |
2015-03-05 | Error message langauge tweak | Jeff Forcier | |
2015-03-05 | Add null errno to socket.error subclass. | Jeff Forcier | |
Makes downstream code less likely to break when they expect errno+msg style socket error objects. Re #22 | |||
2015-03-05 | Rename new exception class to be less generic | Jeff Forcier | |
Re #22 | |||
2015-02-28 | Merge branch '1.15' | Jeff Forcier | |
2015-02-28 | Replace/add RFC links using ``:rfc:``, /ht @sigmavirus24 | Jeff Forcier | |
2015-02-27 | Some 80-col fixes | Jeff Forcier | |
2015-02-27 | Fix a Python 3 incompat bit from recent merge | Jeff Forcier | |
2015-02-27 | Merge branch 'try-multiple-address-families-22' | Jeff Forcier | |
2015-02-27 | Changelog closes #22 | Jeff Forcier | |
2015-02-06 | Raise usefully ambiguous error when every connect attempt fails. | Jeff Forcier | |
Re #22 | |||
2015-02-06 | Bump dev version. (might end up 2.0 tho) | Jeff Forcier | |
2015-02-06 | Comment | Jeff Forcier | |
2015-02-06 | Fix docstring for Sphinx | Jeff Forcier | |
2015-02-06 | Merge remote-tracking branch 'Bluehorn/issue22' into ↵ | Jeff Forcier | |
try-multiple-address-families-22 | |||
2015-02-04 | Merge branch '1.15' | Jeff Forcier | |
2015-02-04 | Changelog fixes #402, closes #479 | Jeff Forcier | |
2015-02-04 | Update agent.py | jordo1ken | |
Updated logic for error checking. | |||
2015-02-04 | Removed debug print statements | Ken Jordan | |
2015-02-04 | Updated agent.py to print a more appropriate exception when unable to ↵ | Ken Jordan | |
connect to the SSH agent | |||
2015-01-05 | Merge pull request #468 from ThiefMaster/patch-1 | Jeff Forcier | |
Fix typo in _winapi.py | |||
2015-01-02 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2015-01-02 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2015-01-02 | Happy new year | Jeff Forcier | |
2015-01-01 | Fix typo | ThiefMaster | |
2014-12-19 | Cut 1.15.2 | Jeff Forcier | |
2014-12-19 | Merge branch '1.14' into 1.15 | Jeff Forcier | |