summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version number -> 4.64.6Thomas Kluyver2018-05-292-2/+2
|
* Merge pull request #494 from ryanpetrello/46-relnotesThomas Kluyver2018-05-291-0/+11
|\ | | | | Release notes for 4.6
| * Release notes for 4.6Ryan Petrello2018-05-241-0/+11
| |
* | Merge pull request #490 from Red-M/masterThomas Kluyver2018-05-292-10/+26
|\ \ | |/ |/| Update docs and add SSH config file passing
| * Grammar fix for docs as per #490.Red_M2018-05-291-2/+2
| |
| * Update pxssh test.Red_M2018-05-291-1/+1
| |
| * Fix as per #490 comments.Red_M2018-05-292-15/+10
| |
| * Woops.Red_M2018-05-201-7/+6
| |
| * Add test cases for #429 and fix feature for #429.Red_M2018-05-202-1/+8
| |
| * Minor doc update.Red_M2018-05-201-1/+1
| |
| * Add docstring for SSH config as per #429.Red_M2018-05-201-2/+7
| |
| * Add SSH configs as per #429.Red_M2018-05-201-1/+9
| |
| * Update doc string as per #489.Red_M2018-05-201-1/+3
| |
| * Merge pull request #6 from pexpect/masterRed_M2018-05-205-35/+40
| |\ | | | | | | update
| * \ Merge pull request #5 from pexpect/masterRed_M2018-04-100-0/+0
| |\ \ | | | | | | | | pxssh changelog for release 4.5 (#484)
* | \ \ Merge pull request #492 from ryanpetrello/fix-poll-timeoutsThomas Kluyver2018-05-242-1/+7
|\ \ \ \ | | | | | | | | | | properly handle read timeouts with use_poll=True
| * | | | properly handle read timeouts with use_poll=TrueRyan Petrello2018-05-212-1/+7
| | |_|/ | |/| | | | | | | | | | see: https://github.com/pexpect/pexpect/issues/491
* | | | Merge pull request #493 from jeberger/masterThomas Kluyver2018-05-232-5/+20
|\ \ \ \ | |/ / / |/| | | Make `crlf` match the default platform behaviour in `PopenSpawn`.
| * | | Make `crlf` match the default platform behaviour in `PopenSpawn`. Fixes #488Jerome M. BERGER2018-05-222-5/+20
|/ / /
* | | Clarify release notes for 4.54.5Thomas Kluyver2018-04-131-23/+26
| | |
* | | Fix rst formattingThomas Kluyver2018-04-131-2/+1
| | |
* | | Merge pull request #485 from cooperlees/masterThomas Kluyver2018-04-133-10/+13
|\ \ \ | |_|/ |/| | Make poll_ignore_interrupts register multiple FDs
| * | Make poll_ignore_interrupts register multiple FDs like select.select call ↵Cooper Ry Lees2018-04-133-10/+13
|/ / | | | | | | and fix broken __interact_copy implementation
* | Merge branch 'master' into masterRed_M2018-04-101-11/+11
|\ \ | |/
| * typos 3.Red_M2018-04-101-2/+2
| |
| * typos 2.Red_M2018-04-101-2/+2
| |
| * typos.Red_M2018-04-101-10/+10
| |
| * changelog.Red_M2018-04-101-1/+1
| |
| * changelog.Red_M2018-04-101-3/+3
| |
| * minor fix.Red_M2018-04-101-2/+4
| |
| * Update release changelog.Red_M2018-04-101-0/+17
| |
| * Merge pull request #4 from pexpect/masterRed_M2018-04-1012-26/+127
| |\ | | | | | | update from master
* | | pxssh changelog for release 4.5 (#484)Red_M2018-04-101-0/+19
| |/ |/| | | * Update release changelog.
* | Merge pull request #474 from cooperlees/masterRed_M2018-04-1011-25/+126
|\ \ | | | | | | Allow callers to enable to use of select.poll()
| * | Combine history.rst update into one note + add more reasoningCooper Ry Lees2018-04-091-4/+4
| | |
| * | Move poll_ignore_interrupts to accept a fd at a time onlyCooper Ry Lees2018-04-013-27/+27
| | |
| * | Update doc for 4.5Cooper Ry Lees2018-03-232-2/+9
| | |
| * | Allow for configurable select.poll() usageCooper Ry Lees2018-03-239-23/+117
| | | | | | | | | | | | | | | | | | | | | - This allows systems that can have > 1024 fds to work - Should be marginally faster - Added tests to use select.poll() - Incremented version - Happy to change this, guessed what it should be
* | | Merge pull request #482 from jkbecker/jkbecker-patch-1Thomas Kluyver2018-04-011-1/+1
|\ \ \ | | | | | | | | typo
| * | | typoJohannes Becker2018-04-011-1/+1
|/ / /
* | | Merge pull request #481 from Red-M/masterRed_M2018-03-302-20/+60
|\ \ \ | | |/ | |/| pxssh, more unit tests and a minor fix to remote SSH tunnel quotes.
| * | Fix bug in remote SSH tunneling test.Red_M2018-03-301-1/+1
| | |
| * | Bug fix for tunnels.Red_M2018-03-301-1/+1
| | |
| * | Add sys.Red_M2018-03-301-0/+1
| | |
| * | Add tests for using the ssh_key option.Red_M2018-03-301-4/+14
| | |
| * | Allow shlex to handle the quotes if running in python 3.Red_M2018-03-301-12/+15
| | |
| * | Add testing for remote tunnels and passing the SSH authentication socket to ↵Red_M2018-03-302-9/+35
| | | | | | | | | | | | the next connection.
* | | Merge pull request #480 from Red-M/masterRed_M2018-03-302-2/+25
|\ \ \ | |/ / | | | Minor bug fix and basic test for SSH tunneling
| * | Bug fix unit test for SSH tunnels.Red_M2018-03-301-3/+7
| | |
| * | Add output for failure in test.Red_M2018-03-301-0/+1
| | |