Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-09 | Restore Python 2.6 compatibility for `python setup.py {s,b}dist' | Peter Odding | |
2015-09-05 | Try to fix `python setup.py bdist_dumb' on Mac OS X (paylogic/pip-accel#2) | Peter Odding | |
Additions based on /usr/lib/python2.7/distutils/archive_util.py from the Ubuntu 12.04 package python2.7 (2.7.3-0ubuntu3.8). I have not looked into the compatibility of the software licenses of Paramiko vs distutils however the original setup_helper.py code in Paramiko was clearly also copied from distutils so to be honest it's not like I'm changing the status quo. | |||
2015-08-17 | Add TODO found while poking API from fabric v2 | Jeff Forcier | |
2015-06-11 | Tweak docstring | Jeff Forcier | |
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-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 | |
2014-12-19 | Cut 1.14.2 | Jeff Forcier | |
2014-12-19 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-12-19 | Cut 1.13.3 | Jeff Forcier | |
2014-12-18 | Mark more backported support issues as such | Jeff Forcier | |
2014-12-18 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-18 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-18 | Mark some backported support items as such | Jeff Forcier | |
2014-12-18 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-18 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-12-18 | Fix busted changelog indent | Jeff Forcier | |
2014-12-18 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-18 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-12-18 | Changelog re #413, closes #454 | Jeff Forcier | |
2014-12-18 | read in >1 byte chunks, and set a useful timeout on select() | John Morrissey | |
this way, we're not rolling this loop over nearly as much, while still preserving the overall timeout semantics |