summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-04-28Merge branch '1.15' into 1.16Jeff Forcier
2016-04-28Keep the big posse of backported supports out of 2.0Jeff Forcier
Looks cleaner that way.
2016-04-28Merge branch '1.15' into 1.16Jeff Forcier
2016-04-28Update backported support items with both keywords and specs.Jeff Forcier
Now that bitprophet/releases#45 is done, this works
2016-04-28date bumpJeff Forcier
2016-04-28Merge branch '1.15' into 1.16Jeff Forcier
2016-04-28Bring alabaster req in line with newer branchesJeff Forcier
2016-04-28Update some backported support tickets as 1.15+Jeff Forcier
Including 612 which should've been marked backported but was not.
2016-04-28Really hope this date sticksJeff Forcier
2016-04-28Update releases/semantic_version dependencies re: major version workJeff Forcier
2016-04-25Merge branch '1.15' into 1.16Jeff Forcier
2016-04-25Changelog closes #670Jeff Forcier
2016-04-25Test & implementation for part 1 re: #670Jeff Forcier
2016-04-25Merge branch '1.15' into 1.16Jeff Forcier
2016-04-25Neglected to mark a bug 1.15+.Jeff Forcier
Was showing up in 1.13, 1.14 releases
2016-04-25Reinstate 1.16.1 release lineJeff Forcier
2016-04-25Merge branch '1.15' into 1.16Jeff Forcier
2016-04-25Reinstate release line for 1.15.5Jeff Forcier
2016-04-25Reword/link changelog re #677, re #676Jeff Forcier
2016-04-25Expand SFTPFile.prefetch docstring re #562, re #677Jeff Forcier
2016-04-25paramiko.sftp_file.prefetch now backwards compatible[Stephen D. Van Hooser]
2016-04-25paramiko.sftp_file.prefetch now backwards compatible[Stephen D. Van Hooser]
2016-04-25paramiko.sftp_file.prefetch now backwards compatible[Stephen D. Van Hooser]
2016-04-24Undo release lines pending #730Jeff Forcier
2016-04-24Undo release line pending #730Jeff Forcier
2016-04-24Cut 1.16.1Jeff Forcier
2016-04-24Merge branch '1.15' into 1.16Jeff Forcier
2016-04-24Cut 1.15.5Jeff Forcier
2016-04-24Merge branch '1.15' into 1.16Jeff Forcier
2016-04-24Changelog closes #578Jeff Forcier
2016-04-24don't use has_key()Stephen C. Pope
2016-04-24fix sftp stallsStephen C. Pope
2016-04-24Changelog re #716, closes #716Jeff Forcier
2016-04-24Actually! we can just use the py3compat moduleJeff Forcier
Re #716
2016-04-24Change raw_input() to input() for Python 3.xMateusz Kowalski
2016-04-24Merge branch '1.15' into 1.16Jeff Forcier
2016-04-24Enabling caching of pip downloads and wheelsAlex Gaynor
2016-04-24Merge branch '1.15' into 1.16Jeff Forcier
2016-04-24Changelog closes #729Jeff Forcier
2016-04-24Simplify setup.py by always relying on setuptoolsAlex Gaynor
It is installed everywhere now, there is no practical way to use python without it.
2016-04-24Merge branch '1.15' into 1.16Jeff Forcier
2016-04-24Attempt clarification of `set_missing_host_key_policy` param.Jeff Forcier
This trips up lots of users. Re #45
2016-04-24Be clearerJeff Forcier
2016-04-24Apparently a whole lot of people noticed that tiny python 3 issueJeff Forcier
2016-04-24Oh hey this also fixes the only other open 1.16.1 ticket yeyJeff Forcier
2016-04-24Changelog re #617, #679, #678, #685.Jeff Forcier
Also re https://github.com/fabric/fabric/issues/1429 but IDK if Github will tickle that repo correctly :D
2016-04-24Python 2.6 fix re: assertInJeff Forcier
2016-04-24Support pickling hypothetical subclassesMarius Gedminas
2016-04-24Improve NoValidConnectionsError formattingMarius Gedminas
Because "Unable to connect to port 22 on or X.X.X.X" looks seriously _weird_ with the blank space between "on" and "or".
2016-04-24Fix tests on Python 3.xMarius Gedminas
(This also fixes #678.)