summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cut 1.13.1v1.13.11.13.1Jeff Forcier2014-05-073-2/+3
|
* Merge branch '1.12' into 1.13Jeff Forcier2014-05-071-0/+2
|\ | | | | | | | | | | | | Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst
| * Cut 1.12.4v1.12.41.12.41.12Jeff Forcier2014-05-073-2/+3
| |
| * Merge branch '1.11' into 1.12Jeff Forcier2014-05-071-0/+1
| |\ | | | | | | | | | | | | | | | Conflicts: paramiko/__init__.py setup.py
| | * Cut 1.11.6v1.11.61.11.61.11Jeff Forcier2014-05-073-2/+3
| | |
* | | FormattingJeff Forcier2014-04-241-1/+2
| | |
* | | Fix some trailing whitespaceJeff Forcier2014-04-242-3/+3
| | |
* | | Merge updated a01e449 from al-tonioJeff Forcier2014-04-242-4/+35
| | |
* | | Use newer alabaster w/ showhidden in sidebar TOCJeff Forcier2014-04-242-1/+3
| | | | | | | | | | | | Lets us not have 2x TOCs on landing page
* | | README py3 updateJeff Forcier2014-04-241-1/+2
| | |
* | | Show Travis status in website sidebarJeff Forcier2014-04-241-0/+1
| | |
* | | Errything uses intersphinx to PythonJeff Forcier2014-04-243-10/+8
| | |
* | | Nuke Fab-oriented link color overrideJeff Forcier2014-04-241-3/+0
| | |
* | | FormattingJeff Forcier2014-04-241-3/+4
| | |
* | | Update copyright in README to be more accurateJeff Forcier2014-04-241-1/+1
| | |
* | | Merge branch '1.12' into 1.13Jeff Forcier2014-04-240-0/+0
|\ \ \ | |/ /
| * | Merge branch '1.11' into 1.12Jeff Forcier2014-04-241-2/+2
| |\ \ | | |/
| | * Fix incorrect monospacingJeff Forcier2014-04-241-2/+2
| | |
* | | Fix incorrect monospacingJeff Forcier2014-04-241-2/+2
| | |
* | | Reword docs/changelog re #315Jeff Forcier2014-04-242-17/+22
| | |
* | | BufferedFile.read() now returns byte strings instead of text stringsAntoine Brenner2014-04-175-33/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge branch '1.12' into 1.13Jeff Forcier2014-04-162-1/+15
|\ \ \ | |/ /
| * | Merge branch '1.11' into 1.12Jeff Forcier2014-04-162-1/+15
| |\ \ | | |/
| | * Added self.args for exception classes. Used for unpicklingJeff Forcier2014-04-162-1/+15
| | | | | | | | | | | | | | | | | | | | | Related to fabric/fabric#986 and fabric/fabric#714 Conflicts: sites/www/changelog.rst
* | | Merge branch '1.12' into 1.13Jeff Forcier2014-04-163-1/+22
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: paramiko/sftp_client.py sites/www/changelog.rst tests/test_sftp.py
| * | Merge branch '1.11' into 1.12Jeff Forcier2014-04-163-2/+29
| |\ \ | | |/
| | * Fix logging error in sftp_client for filenames containing the character.Jeff Forcier2014-04-163-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug reported here: http://vlists.pepperfish.net/pipermail/obnam-flarn.net/2013-May/000767.html Antoine Brenner Backported to 1.11 by @bitprophet Conflicts: paramiko/sftp_client.py sites/www/changelog.rst tests/test_sftp.py
* | | Merge pull request #310 from offbyone/fix-sporadic-test-failuresJeff Forcier2014-04-142-2/+4
|\ \ \ | | | | | | | | Revert a regression in DSS key generation
| * | | Revert a regression in DSS key generationChris Rose2014-04-142-2/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A change in f0017b833098 caused a random regression in DSS key signing due to moving the padding on the integers generated by DSA from the left to the right. So, for example, if signing the test case string "jerri blank", the random number might be generated as: k=703745698612177278239572677252380378525350342103 If so, the signature parts will be: r=184615963997659989901526712385095827509599268253 s=2682547683721156713440053885014828604195555319 Note the s being shorter. Prior to f0017b833098, s would be right-padded with zeros: s=268254768372115671344005388501482860419555531900 After, it would be left-padded: s=002682547683721156713440053885014828604195555319 When converting back to a long, that loses the padding. This change restores the behaviour. Fixes #308
* | | Merge branch '1.12' into 1.13Jeff Forcier2014-04-011-1/+0
|\ \ \ | |/ /
| * | Merge branch '1.11' into 1.12Jeff Forcier2014-04-011-1/+0
| |\ \ | | |/
| | * Merge branch '1.10' into 1.11Jeff Forcier2014-04-011-1/+0
| | |\
| | | * This setting no longer needed & causes warnings if left in1.10Jeff Forcier2014-04-011-1/+0
| | | |
* | | | Merge branch '1.12' into 1.13Jeff Forcier2014-04-012-2/+0
|\ \ \ \ | |/ / /
| * | | Merge branch '1.11' into 1.12Jeff Forcier2014-04-012-2/+0
| |\ \ \ | | |/ /
| | * | Merge branch '1.10' into 1.11Jeff Forcier2014-04-012-2/+0
| | |\ \ | | | |/
| | | * Minor site cleanupJeff Forcier2014-04-012-2/+0
| | | |
* | | | Merge branch '1.12' into 1.13Jeff Forcier2014-03-311-0/+5
|\ \ \ \ | |/ / /
| * | | Merge branch '1.11' into 1.12Jeff Forcier2014-03-311-0/+5
| |\ \ \ | | |/ /
| | * | Merge branch '1.10' into 1.11Jeff Forcier2014-03-311-0/+5
| | |\ \ | | | |/
| | | * Link back to WWW in docs sidebarJeff Forcier2014-03-311-0/+5
| | | |
* | | | Fixes #275 -- upload wheels as a part of the release processAlex Gaynor2014-03-221-1/+1
| | | | | | | | | | | | | | | | Requires teh latest version of invocations from git
* | | | Expand changelog to include #292Jeff Forcier2014-03-221-2/+3
| | | |
* | | | Revert "Revert "Add a setup.cfg identifying this package as universal""Jeff Forcier2014-03-221-0/+2
| | | | | | | | | | | | | | | | This reverts commit 341a66635197f3c2681cfb9395d7baa3496503e3.
* | | | Revert "Revert "Changelog fixes #290""Jeff Forcier2014-03-221-0/+2
| | | | | | | | | | | | | | | | This reverts commit bd81c94825747f082c9c066abab8136d9831a3f2.
* | | | Merge branch '1.12' into 1.13Jeff Forcier2014-03-222-4/+0
|\ \ \ \ | |/ / /
| * | | Merge branch '1.11' into 1.12Jeff Forcier2014-03-222-4/+0
| |\ \ \ | | |/ /
| | * | Revert "Changelog fixes #290"Jeff Forcier2014-03-221-2/+0
| | | | | | | | | | | | | | | | This reverts commit 270dacaf33279bed2ae599d718183cec541e032d.
| | * | Revert "Add a setup.cfg identifying this package as universal"Jeff Forcier2014-03-221-2/+0
| | | | | | | | | | | | | | | | This reverts commit 61e32319fc9f0390818e518a4890766d1253a165.
* | | | Merge branch '1.12' into 1.13Jeff Forcier2014-03-221-0/+2
|\ \ \ \ | |/ / /