summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-02-14Missed one re: keys modulesJeff Forcier
2014-02-14LOL noJeff Forcier
2014-02-14More headersJeff Forcier
2014-02-14More undocumented/internal modulesJeff Forcier
2014-02-14HeaderJeff Forcier
2014-02-14Consolidate rsa/dss keys into one doc moduleJeff Forcier
2014-02-14Another undocumented/internal moduleJeff Forcier
2014-02-14Moar headerJeff Forcier
2014-02-14Common module has no interesting docs in itJeff Forcier
Also no clear way to auto-display all data members versus using a bunch of awful explicit autodata:: directives. Can dig later if anybody cares.
2014-02-14Moar headers. Going with plural where appropriate.Jeff Forcier
2014-02-14Buffered pipeJeff Forcier
2014-02-14Ditto for BERJeff Forcier
2014-02-14Auth handler is purely internal and has no docstringsJeff Forcier
2014-02-14Agent titleJeff Forcier
2014-02-14This handily explains why everything was really confusing in autodocJeff Forcier
2014-02-14Remove autodoc boilerplate flags from automodule directivesJeff Forcier
2014-02-14Tweak conf.py in prep for less boilerplatey versions of module filesJeff Forcier
2014-02-14Swap out all-in-one file with sphinx-apidoc generated stuffJeff Forcier
2014-02-14Merge branch '1.10' into sphinx-256Jeff Forcier
2014-02-14Hook API doc into index/toctreeJeff Forcier
2014-02-14Merge branch '1.10' into 1.11Jeff Forcier
Conflicts: sites/www/changelog.rst
2014-02-14Changelog re hash comparison bugfixJeff Forcier
2014-02-14Use constant time hash comparisons for improved security.Jeff Forcier
See e.g. http://codahale.com/a-lesson-in-timing-attacks/ Mega thanks to Alex Gaynor for the original patch.
2014-02-14Cut 1.11.4Jeff Forcier
2014-02-14Merge branch '1.10' into 1.11Jeff Forcier
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst
2014-02-14Cut 1.10.6Jeff Forcier
2014-02-14Catch & patch trimmingJeff Forcier
2014-02-14Tweak changelog languageJeff Forcier
2014-02-13Braino in changelog textJeff Forcier
2014-02-13Don't raise timeouts as ProxyCommand failures, thanks @mgedminJeff Forcier
2014-02-13Don't drop/lose data when our inner timeout goges off.Jeff Forcier
2014-02-13Slightly safer socket.error handlingJeff Forcier
2014-02-13I hate you sometimes, ReSTJeff Forcier
2014-02-13Preliminary changelog entry re #252Jeff Forcier
2014-02-13Changelog re #268Jeff Forcier
2014-02-13Fix NameError in error-handling caseMarius Gedminas
Fixes #268
2014-02-12Potentially horrible attempt at manual subprocess-read timeoutsJeff Forcier
2014-02-12Nuke old merge mistake (or what looks like one anyway.)Jeff Forcier
2014-02-11Merge branch '1.10' into 1.11Jeff Forcier
2014-02-11Bump to releases bugfixJeff Forcier
2014-02-11Merge branch '1.10' into 1.11Jeff Forcier
Conflicts: sites/www/changelog.rst
2014-02-11Start reverting explicit-release stuff in favor of release-line specifiers ↵Jeff Forcier
on bugs.
2014-02-11Merge branch '1.10' into 1.11Jeff Forcier
2014-02-11Add coverage command as Invoke taskJeff Forcier
2014-02-11Clean up a list-comp (also fixes race condition)Jeff Forcier
2014-02-10Herp and a derpJeff Forcier
2014-02-10WhitespaceJeff Forcier
2014-02-10Future import for with: under py25Jeff Forcier
2014-02-10Replace incorrect import of generic test runner w/ custom taskJeff Forcier
2014-02-10Merge remote-tracking branch 'ewxrjk/issue34' into sftp-reordering-34Jeff Forcier