summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-25Update changelog and release version 4.9upstream-masterRed_M
2023-09-30Merge pull request #769 from hugovk/masterRed_M
2023-09-30Merge branch 'master' into masterRed_M
2023-09-30Merge pull request #753 from scfc/clean-up-tempfiles-after-test-unicodeRed_M
2023-09-30Merge pull request #763 from fcollonval/test/async_handlingRed_M
2023-09-29Merge pull request #712 from kbriggs/zsh-login-promptRed_M
2023-09-29Merge pull request #751 from kislyuk/patch-1Red_M
2023-09-12Only try to upload coverage for upstreamHugo van Kemenade
2023-09-12pytest: drop the dotHugo van Kemenade
2023-09-12Add support for Python 3.12Hugo van Kemenade
2023-09-12Merge pull request #764 from musthafak/masterRed_M
2023-08-28fix IsolatedAsyncioTestCase import error on python 3.7Musthafa Kariyaparambil
2023-08-28rework async unittests to rely on unittest.IsolatedAsyncioTestCaseMusthafa Kariyaparambil
2023-08-08Add Python 3.5, 3.6 and 3.12.0-rc.1 to test matrixFrédéric Collonval
2023-04-08Clean up temporary files after UnicodeTestsTim Landscheidt
2023-04-02Use ternary inline conditional instead of glitch directiveAndrey Kislyuk
2023-04-02Install zsh in GHAAndrey Kislyuk
2023-04-02Make args customizableAndrey Kislyuk
2023-04-03Merge pull request #698 from stesser/masterRed_M
2023-04-03Merge pull request #728 from rafrafek/patch-1Red_M
2023-04-02Disable ZLE and PROMPT_SP in zshAndrey Kislyuk
2023-04-01Add test caseAndrey Kislyuk
2023-04-01Add zsh convenience function to replwrap moduleAndrey Kislyuk
2023-03-14Merge pull request #745 from tapple/socket_spawnRed_M
2023-03-14Merge pull request #732 from karrukola/modern_asyncRed_M
2023-03-13fix(test_async.py): do not modify async tests from masterFilippo Carra
2023-03-07Merge branch 'master' into zsh-login-promptKieron Briggs
2023-03-07Restore execute permission for fakesshKieron Briggs
2023-02-27duplicated test_socket to test socket_spawn and fdspawn bothTapple Fulmer
2023-02-27Merge branch 'pexpect:master' into modern_asyncFilippo Carra
2023-02-21docsTapple
2023-02-21docsTapple
2023-02-21renamed module socket_expect to socket_pexpectTapple
2023-02-21renamed module socket_spawn to socket_expectTapple
2023-02-21socketspawn basic test case, copied from test_fdspawnTapple
2023-02-21unit tests can now be imported on windowsTapple
2023-02-21socket_spawnTapple
2023-02-15Merge pull request #744 from loodvn/patch-1Red_M
2023-02-14Remove deprecated RSAAuthentication option (SSHv1), fixes #717Lood
2023-02-14Merge branch 'master' into zsh-login-promptRed_M
2023-02-14Merge pull request #722 from waveform80/fix-run-testsRed_M
2023-02-14Merge pull request #739 from swt2c/makeSuiteRed_M
2023-02-14Merge pull request #742 from swt2c/fix_fakesshRed_M
2023-02-14Merge pull request #737 from swt2c/assertRaisesRegexpRed_M
2023-02-14Merge pull request #743 from swt2c/travis_to_ciRed_M
2023-02-13test_interact: update Travis overrides to use generic CI variableScott Talbert
2023-02-12Fix SyntaxWarning in fakessh by using raw stringScott Talbert
2023-02-02tests: Replace deprecated unittest.makeSuiteScott Talbert
2023-02-01tests: Replace assertRaisesRegexp with assertRaisesRegexScott Talbert
2023-01-17Merge branch 'pexpect:master' into modern_asyncFilippo Carra