Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-21 | Enhancements to #1460 | Jeff Forcier | |
- Modern style string formatting please - Make more sensible use of object attributes, where it can be done backwards incompatibly - Gussy up the string output to my personal taste - Add tests | |||
2018-08-22 | Bump black up to 18.6b4 | Jeff Forcier | |
2018-05-17 | Blacken Paramiko on 2.4 | Chris Rose | |
2016-04-24 | Python 2.6 fix re: assertIn | Jeff Forcier | |
2016-04-24 | Improve NoValidConnectionsError formatting | Marius Gedminas | |
Because "Unable to connect to port 22 on or X.X.X.X" looks seriously _weird_ with the blank space between "on" and "or". | |||
2016-04-24 | Make NoValidConnectionsError picklable correctly | Marius Gedminas | |
Fixes #617. |