Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-31 | The ecdsa module already defaults to using urandom. | Alex Gaynor | |
2014-03-29 | Switch from using PyCrypto's Random to using os.urandom. | Alex Gaynor | |
There's several reasons for this change: 1) It's faster for reads up to 1024 bytes (nearly 10x faster for 16 byte reads) 2) It receives considerably more security review since it's in the kernel. 3) It's yet another step towards running on PyPy. 4) Using userspace CSPRNGs is considered something of an anti-pattern. See: http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/ http://webcache.googleusercontent.com/search?q=cache:2nTvpCgKZXIJ:www.2uo.de/myths-about-urandom/+&cd=3&hl=en&ct=clnk&gl=us | |||
2014-03-27 | Forgot to explicitly note python 2.5 drop in changelog for py3 | Jeff Forcier | |
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-22 | Fixes #275 -- upload wheels as a part of the release process | Alex Gaynor | |
Requires teh latest version of invocations from git | |||
2014-03-22 | Merge branch 'master' of github.com:paramiko/paramiko | Jeff Forcier | |
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-22 | Expand changelog to include #292 | Jeff Forcier | |
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-22 | Revert "Revert "Add a setup.cfg identifying this package as universal"" | Jeff Forcier | |
This reverts commit 341a66635197f3c2681cfb9395d7baa3496503e3. | |||
2014-03-22 | Revert "Revert "Changelog fixes #290"" | Jeff Forcier | |
This reverts commit bd81c94825747f082c9c066abab8136d9831a3f2. | |||
2014-03-22 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-22 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-22 | Revert "Changelog fixes #290" | Jeff Forcier | |
This reverts commit 270dacaf33279bed2ae599d718183cec541e032d. | |||
2014-03-22 | Revert "Add a setup.cfg identifying this package as universal" | Jeff Forcier | |
This reverts commit 61e32319fc9f0390818e518a4890766d1253a165. | |||
2014-03-22 | Merge pull request #292 from alex/patch-3 | Jeff Forcier | |
Fixes #275 -- upload wheels as a part of the release process | |||
2014-03-22 | Fixes #275 -- upload wheels as a part of the release process | Alex Gaynor | |
Requires teh latest version of invocations from git | |||
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-22 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-22 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-22 | Changelog fixes #290 | Jeff Forcier | |
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-21 | Merge branch '1.12' | Jeff Forcier | |
2014-03-21 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-21 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-21 | Add a setup.cfg identifying this package as universal | Alex Gaynor | |
Meaning that it's build is not system dependent. Which it's not, because it's pure python. Refs #275 | |||
2014-03-21 | Real title too large for sidebar | Jeff Forcier | |
2014-03-21 | Merge branch '1.13' | Jeff Forcier | |
2014-03-21 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-21 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-21 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2014-03-21 | Uggh how did this slip in | Jeff Forcier | |
2014-03-21 | Uggh how did this slip in | Jeff Forcier | |
2014-03-21 | Start an FAQ and answer it with a new install section | Jeff Forcier | |
2014-03-21 | Merge branch '1.13' | Jeff Forcier | |
2014-03-21 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-21 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-21 | Changelog re #284 | Jeff Forcier | |
2014-03-21 | Merge branch '1.13' | Jeff Forcier | |
2014-03-21 | NO python 2.5 for 1.13+ | Jeff Forcier | |
2014-03-21 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-21 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-21 | Forgot python 2.5 | Jeff Forcier | |
2014-03-21 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
Conflicts: setup.py | |||
2014-03-21 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: setup.py | |||
2014-03-21 | Indent/order shuffle, no actionable changes | Jeff Forcier | |
2014-03-21 | Backport alex/patch-2, Python trove classifiers | Jeff Forcier | |
2014-03-15 | Merge branch 'python3' | Jeff Forcier | |
2014-03-13 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
Conflicts: paramiko/file.py paramiko/server.py paramiko/sftp_client.py sites/www/changelog.rst | |||
2014-03-13 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst |