summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-09-21add missing file-like object methodsAdam Meily
2015-09-10Changelog fixes #582Jeff Forcier
2015-09-09Restore Python 2.6 compatibility for `python setup.py {s,b}dist'Peter Odding
2015-09-05Try to fix `python setup.py bdist_dumb' on Mac OS X (paylogic/pip-accel#2)Peter Odding
2015-08-17Add TODO found while poking API from fabric v2Jeff Forcier
2015-08-01removed references to python 3.2, which has basically no usageAlex Gaynor
2015-08-01Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2015-07-23prefetch's file_size param is not optionalTorkil Gustavsen
2015-07-23prefetch now requires file_size to be passed in as a parameterTorkil Gustavsen
2015-06-11Tweak docstringJeff Forcier
2015-05-08Add builtins to compatibility importsJason R. Coombs
2015-05-08Merge with 1.13Jason R. Coombs
2015-05-08Remove references to other modulesJason R. Coombs
2015-05-08Replace use of six with imports from py3compatJason R. Coombs
2015-05-08Refresh vendored _winapi module.Jason R. Coombs
2015-04-29Merge branch '1.15'Jeff Forcier
2015-04-29Not sure how this got nukedJeff Forcier
2015-04-29Merge branch '1.15'Jeff Forcier
2015-04-29Merge branch '1.14' into 1.15Jeff Forcier
2015-04-29Merge branch '1.13' into 1.14Jeff Forcier
2015-04-29Packaging updatesJeff Forcier
2015-04-01Fixed extra commaAlex Gaynor
2015-03-20Commit 838e02ab42 changed the type of the exec command string on python3Anselm Kruis
2015-03-20Changelog for pull request #502.Anselm Kruis
2015-03-20According to RFC 4254 sec 6.5 the "command" string of an "exec" channelAnselm Kruis
2015-03-18Make sure we pass a str under py3kAlex Gaynor
2015-03-18Fixed tests.Alex Gaynor
2015-03-18Add a missing import.Anselm Kruis
2015-03-18dohAlex Gaynor
2015-03-18fixAlex Gaynor
2015-03-18fixAlex Gaynor
2015-03-18No password hereAlex Gaynor
2015-03-18Fixes. Deleting codeAlex Gaynor
2015-03-18More progress towards cleanupAlex Gaynor
2015-03-15Rmoeved unused importsAlex Gaynor
2015-03-15Removed PyPy from travis, since that's orthagonal to this PRAlex Gaynor
2015-03-15Fix these backticksAlex Gaynor
2015-03-15This wants a string, not bytes, apparentlyAlex Gaynor
2015-03-150.8 doesn't support DER yet, just export PEM, that's what we wanted to do in ...Alex Gaynor
2015-03-15WhoopsAlex Gaynor
2015-03-15Update for cryptography 0.8 and general cleanupsAlex Gaynor
2015-03-15Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2015-03-05Error message langauge tweakJeff Forcier
2015-03-05Add null errno to socket.error subclass.Jeff Forcier
2015-03-05Rename new exception class to be less genericJeff Forcier
2015-03-03Switch kex_gss from using PyCrypto's Random to using os.urandom.Anselm Kruis
2015-03-03Fix an uninitialised variable usage and simplify the code.Anselm Kruis
2015-03-03Fix the documentation of both implementations of ssh_check_mic.Anselm Kruis
2015-03-03Add a missing import.Anselm Kruis
2015-02-28Merge branch '1.15'Jeff Forcier