Temporary, post-Paramiko changelog while we get our sh!t together.
- #5: Moved a
fcntlimport closer to where it's used to help avoidImportErrorproblems on Windows platforms. Thanks to Jason Coombs for the catch + suggested fix. - #4: Updated implementation of WinPageant integration to work on 64-bit Windows. Thanks again to Jason Coombs for the patch.
- Added an IO loop sleep() call to avoid needless CPU usage when agent forwarding is in use.
- Handful of internal tweaks to version number storage.
- Updated
setup.pywith==devinstall URL forpipusers.
- Updated
setup.pyto account for packaging problems in PyCrypto 2.4.0
- Initial fork of Paramiko 1.7.7.1
- Renamed package to 'ssh'
- Added an extra
atfork()call to help prevent spurious RNG errors when running under high parallel (multiprocess) load.