Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-25 | Changelog re #285, re #352 | Jeff Forcier | |
2014-08-25 | Merge branch 'master' into 352-int | Jeff Forcier | |
2014-08-25 | Changelog re #371 | Jeff Forcier | |
2014-08-25 | Add a plus to our 3.3 support to denote 3.4 and on | Jeff Forcier | |
2014-08-25 | Merge branch 'master' into 371-int | Jeff Forcier | |
2014-08-21 | More tweaks - don't make it sound like we routinely support >3, we don't | Jeff Forcier | |
2014-08-21 | This isn't worth having and then always forgetting about | Jeff Forcier | |
2014-08-18 | Sphinx conf cleanup | Jeff Forcier | |
2014-08-14 | Support py3.4. | Olle Lundberg | |
2014-08-14 | Join the threads with a low timeout. | Olle Lundberg | |
Instead of using private methods on the threading class, let the thread join, but with a low timeout. | |||
2014-08-11 | Clarify FAQ | Jeff Forcier | |
2014-08-11 | Make links to Github more explicit | Jeff Forcier | |
2014-08-11 | Add FAQ about nonstandard SSH implementations | Jeff Forcier | |
2014-07-09 | Support passing in "buffer" objects again where bytestrings are expected. | Jelmer Vernooij | |
This fixes bzr's use of paramiko. Fixes issue #343/#285. | |||
2014-05-25 | We support 3.2 | Jeff Forcier | |
2014-05-07 | Cut 1.14 | Jeff Forcier | |
2014-05-07 | Bump alabaster for things like travis_button | Jeff Forcier | |
2014-05-07 | Merge branch '1.13' | Jeff Forcier | |
2014-05-07 | Need wheel to build wheels! | Jeff Forcier | |
2014-05-07 | Merge branch '1.13' | Jeff Forcier | |
2014-05-07 | Cut 1.13.1 | Jeff Forcier | |
2014-05-07 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst | |||
2014-05-07 | Cut 1.12.4 | Jeff Forcier | |
2014-05-07 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py | |||
2014-05-07 | Cut 1.11.6 | Jeff Forcier | |
2014-04-24 | Merge branch 'master' of github.com:paramiko/paramiko | Jeff Forcier | |
2014-04-24 | Merge branch '1.13' | Jeff Forcier | |
2014-04-24 | Formatting | Jeff Forcier | |
2014-04-24 | Fix some trailing whitespace | Jeff Forcier | |
2014-04-24 | Merge updated a01e449 from al-tonio | Jeff Forcier | |
2014-04-24 | Merge branch '1.13' | Jeff Forcier | |
2014-04-24 | Use newer alabaster w/ showhidden in sidebar TOC | Jeff Forcier | |
Lets us not have 2x TOCs on landing page | |||
2014-04-24 | README py3 update | Jeff Forcier | |
2014-04-24 | Merge branch '1.13' | Jeff Forcier | |
2014-04-24 | Show Travis status in website sidebar | Jeff Forcier | |
2014-04-24 | Errything uses intersphinx to Python | Jeff Forcier | |
2014-04-24 | Nuke Fab-oriented link color override | Jeff Forcier | |
2014-04-24 | Formatting | Jeff Forcier | |
2014-04-24 | Update copyright in README to be more accurate | Jeff Forcier | |
2014-04-24 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-04-24 | Merge branch '1.13' | Jeff Forcier | |
2014-04-24 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-04-24 | Fix incorrect monospacing | Jeff Forcier | |
2014-04-24 | Fix incorrect monospacing | Jeff Forcier | |
2014-04-24 | Reword docs/changelog re #315 | Jeff Forcier | |
2014-04-17 | BufferedFile.read() now returns byte strings instead of text strings | Antoine Brenner | |
It is the right thing to do since we have no idea what encoding the file is in, or even if the file is text data. BufferedFile.readline() is unchanged and returns text strings assuming the file is utf-8 encoded. This should fix the following issue: http://comments.gmane.org/gmane.comp.sysutils.backup.obnam/252 Antoine Brenner Conflicts: sites/www/changelog.rst | |||
2014-04-16 | Merge pull request #307 from offbyone/tox-py25 | Jeff Forcier | |
Remove python 2.5 from tox | |||
2014-04-16 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-04-16 | Merge branch '1.13' | Jeff Forcier | |
2014-04-16 | Merge branch '1.12' into 1.13 | Jeff Forcier | |