summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-03-27Change GSS-API epydoc docstrings to SphinxSebastian Deiss
2014-03-26Adapt GSS-API implementation to the merged code.Sebastian Deiss
2014-03-26Fix Git conflictsSebastian Deiss
2014-03-26Merge branch 'master' into gssapi-py3-supportSebastian Deiss
Conflicts: .gitignore README demos/demo_simple.py dev-requirements.txt paramiko/__init__.py paramiko/_winapi.py paramiko/agent.py paramiko/auth_handler.py paramiko/ber.py paramiko/buffered_pipe.py paramiko/channel.py paramiko/client.py paramiko/common.py paramiko/dsskey.py paramiko/ecdsakey.py paramiko/file.py paramiko/hostkeys.py paramiko/kex_gex.py paramiko/kex_group1.py paramiko/message.py paramiko/packet.py paramiko/pkey.py paramiko/primes.py paramiko/proxy.py paramiko/py3compat.py paramiko/server.py paramiko/sftp_client.py paramiko/transport.py paramiko/util.py paramiko/win_pageant.py setup.py sites/shared_conf.py sites/www/changelog.rst sites/www/conf.py sites/www/index.rst sites/www/installing.rst test.py tests/loop.py tests/stub_sftp.py tests/test_auth.py tests/test_client.py tests/test_file.py tests/test_hostkeys.py tests/test_kex.py tests/test_message.py tests/test_packetizer.py tests/test_pkey.py tests/test_sftp.py tests/test_sftp_big.py tests/test_transport.py tests/test_util.py
2014-03-22Merge branch '1.13'Jeff Forcier
2014-03-22Fixes #275 -- upload wheels as a part of the release processAlex Gaynor
Requires teh latest version of invocations from git
2014-03-22Merge branch 'master' of github.com:paramiko/paramikoJeff Forcier
2014-03-22Merge branch '1.13'Jeff Forcier
2014-03-22Expand changelog to include #292Jeff Forcier
2014-03-22Merge branch '1.13'Jeff Forcier
2014-03-22Revert "Revert "Add a setup.cfg identifying this package as universal""Jeff Forcier
This reverts commit 341a66635197f3c2681cfb9395d7baa3496503e3.
2014-03-22Revert "Revert "Changelog fixes #290""Jeff Forcier
This reverts commit bd81c94825747f082c9c066abab8136d9831a3f2.
2014-03-22Merge branch '1.12' into 1.13Jeff Forcier
2014-03-22Merge branch '1.11' into 1.12Jeff Forcier
2014-03-22Revert "Changelog fixes #290"Jeff Forcier
This reverts commit 270dacaf33279bed2ae599d718183cec541e032d.
2014-03-22Revert "Add a setup.cfg identifying this package as universal"Jeff Forcier
This reverts commit 61e32319fc9f0390818e518a4890766d1253a165.
2014-03-22Merge pull request #292 from alex/patch-3Jeff Forcier
Fixes #275 -- upload wheels as a part of the release process
2014-03-22Fixes #275 -- upload wheels as a part of the release processAlex Gaynor
Requires teh latest version of invocations from git
2014-03-22Merge branch '1.13'Jeff Forcier
2014-03-22Merge branch '1.12' into 1.13Jeff Forcier
2014-03-22Merge branch '1.11' into 1.12Jeff Forcier
2014-03-22Changelog fixes #290Jeff Forcier
2014-03-22Merge branch '1.13'Jeff Forcier
2014-03-21Merge branch '1.12'Jeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
2014-03-21Add a setup.cfg identifying this package as universalAlex Gaynor
Meaning that it's build is not system dependent. Which it's not, because it's pure python. Refs #275
2014-03-21Real title too large for sidebarJeff Forcier
2014-03-21Merge branch '1.13'Jeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
2014-03-21Merge branch '1.10' into 1.11Jeff Forcier
2014-03-21Uggh how did this slip inJeff Forcier
2014-03-21Uggh how did this slip inJeff Forcier
2014-03-21Start an FAQ and answer it with a new install sectionJeff Forcier
2014-03-21Merge branch '1.13'Jeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
2014-03-21Changelog re #284Jeff Forcier
2014-03-21Merge branch '1.13'Jeff Forcier
2014-03-21NO python 2.5 for 1.13+Jeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
2014-03-21Forgot python 2.5Jeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
Conflicts: setup.py
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
Conflicts: setup.py
2014-03-21Indent/order shuffle, no actionable changesJeff Forcier
2014-03-21Backport alex/patch-2, Python trove classifiersJeff Forcier
2014-03-17Add a flag to check if GSS-API / SSPI is available.Sebastian Deiss
2014-03-15Merge branch 'python3'Jeff Forcier