Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-28 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-28 | Keep the big posse of backported supports out of 2.0 | Jeff Forcier | |
Looks cleaner that way. | |||
2016-04-28 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-28 | Update backported support items with both keywords and specs. | Jeff Forcier | |
Now that bitprophet/releases#45 is done, this works | |||
2016-04-28 | date bump | Jeff Forcier | |
2016-04-28 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-28 | Bring alabaster req in line with newer branches | Jeff Forcier | |
2016-04-28 | Update some backported support tickets as 1.15+ | Jeff Forcier | |
Including 612 which should've been marked backported but was not. | |||
2016-04-28 | Really hope this date sticks | Jeff Forcier | |
2016-04-28 | Update releases/semantic_version dependencies re: major version work | Jeff Forcier | |
2016-04-25 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-25 | Changelog closes #670 | Jeff Forcier | |
2016-04-25 | Test & implementation for part 1 re: #670 | Jeff Forcier | |
2016-04-25 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-25 | Neglected to mark a bug 1.15+. | Jeff Forcier | |
Was showing up in 1.13, 1.14 releases | |||
2016-04-25 | Reinstate 1.16.1 release line | Jeff Forcier | |
2016-04-25 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-25 | Reinstate release line for 1.15.5 | Jeff Forcier | |
2016-04-25 | Reword/link changelog re #677, re #676 | Jeff Forcier | |
2016-04-25 | Expand SFTPFile.prefetch docstring re #562, re #677 | Jeff Forcier | |
2016-04-25 | paramiko.sftp_file.prefetch now backwards compatible | [Stephen D. Van Hooser] | |
2016-04-25 | paramiko.sftp_file.prefetch now backwards compatible | [Stephen D. Van Hooser] | |
2016-04-25 | paramiko.sftp_file.prefetch now backwards compatible | [Stephen D. Van Hooser] | |
2016-04-24 | Undo release lines pending #730 | Jeff Forcier | |
2016-04-24 | Undo release line pending #730 | Jeff Forcier | |
2016-04-24 | Cut 1.16.1 | Jeff Forcier | |
2016-04-24 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-24 | Cut 1.15.5 | Jeff Forcier | |
2016-04-24 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-24 | Changelog closes #578 | Jeff Forcier | |
2016-04-24 | don't use has_key() | Stephen C. Pope | |
2016-04-24 | fix sftp stalls | Stephen C. Pope | |
2016-04-24 | Changelog re #716, closes #716 | Jeff Forcier | |
2016-04-24 | Actually! we can just use the py3compat module | Jeff Forcier | |
Re #716 | |||
2016-04-24 | Change raw_input() to input() for Python 3.x | Mateusz Kowalski | |
2016-04-24 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-24 | Enabling caching of pip downloads and wheels | Alex Gaynor | |
2016-04-24 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-24 | Changelog closes #729 | Jeff Forcier | |
2016-04-24 | Simplify setup.py by always relying on setuptools | Alex Gaynor | |
It is installed everywhere now, there is no practical way to use python without it. | |||
2016-04-24 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-24 | Attempt clarification of `set_missing_host_key_policy` param. | Jeff Forcier | |
This trips up lots of users. Re #45 | |||
2016-04-24 | Be clearer | Jeff Forcier | |
2016-04-24 | Apparently a whole lot of people noticed that tiny python 3 issue | Jeff Forcier | |
2016-04-24 | Oh hey this also fixes the only other open 1.16.1 ticket yey | Jeff Forcier | |
2016-04-24 | Changelog 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-24 | Python 2.6 fix re: assertIn | Jeff Forcier | |
2016-04-24 | Support pickling hypothetical subclasses | Marius Gedminas | |
2016-04-24 | Improve NoValidConnectionsError formatting | Marius 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-24 | Fix tests on Python 3.x | Marius Gedminas | |
(This also fixes #678.) |