- fc8f062 Fix GitHub coveralls being broken by Red_M · 1 year, 3 months ago main upstream/master
- 87b3761 Fix GitHub coveralls being broken by Red_M · 1 year, 3 months ago
- d90d1a9 Merge pull request #814 from PeterJCLaw/add-readthedocs-config by Red_M · 1 year, 4 months ago
- fbc651f Configure use of the Read the Docs Sphinx theme by Peter Law · 1 year, 5 months ago
- 4bbf4a3 Update intersphinx_mapping format by Peter Law · 1 year, 5 months ago
- b71eb13 Add docs config by Peter Law · 1 year, 5 months ago
- 13e9ac3 Merge pull request #808 from hroncok/noforkserver by Red_M · 1 year, 8 months ago
- 456bc10 Tests: Avoid the multiprocessing forkserver method by Miro Hrončok · 1 year, 8 months ago
- eb2820c Merge pull request #794 from hroncok/nocolor by Red_M · 1 year, 10 months ago
- 95d09c5 Force NO_COLOR=1 to fix test failures with Python 3.13+ REPL by Miro Hrončok · 2 years, 2 months ago
- aa98959 Update changelog and release version 4.9 by Red_M · 2 years, 8 months ago 4.9
- c534976 Merge pull request #769 from hugovk/master by Red_M · 2 years, 10 months ago
- 42cc1c1 Merge branch 'master' into master by Red_M · 2 years, 10 months ago
- 300668b Merge pull request #753 from scfc/clean-up-tempfiles-after-test-unicode by Red_M · 2 years, 10 months ago
- c0296ca Merge pull request #763 from fcollonval/test/async_handling by Red_M · 2 years, 10 months ago
- eb9c306 Merge pull request #712 from kbriggs/zsh-login-prompt by Red_M · 2 years, 10 months ago
- fd228f3 Merge pull request #751 from kislyuk/patch-1 by Red_M · 2 years, 10 months ago
- ae982f6 Only try to upload coverage for upstream by Hugo van Kemenade · 2 years, 10 months ago
- 76d35fd pytest: drop the dot by Hugo van Kemenade · 2 years, 10 months ago
- 8acef7d Add support for Python 3.12 by Hugo van Kemenade · 2 years, 10 months ago
- 6e2bbd5 Merge pull request #764 from musthafak/master by Red_M · 2 years, 10 months ago
- 0b2746e fix IsolatedAsyncioTestCase import error on python 3.7 by Musthafa Kariyaparambil · 2 years, 11 months ago
- c59c991 rework async unittests to rely on unittest.IsolatedAsyncioTestCase by Musthafa Kariyaparambil · 2 years, 11 months ago
- 3793706 Add Python 3.5, 3.6 and 3.12.0-rc.1 to test matrix by Frédéric Collonval · 3 years ago
- ddd44c9 Clean up temporary files after UnicodeTests by Tim Landscheidt · 3 years, 3 months ago
- f993450 Use ternary inline conditional instead of glitch directive by Andrey Kislyuk · 3 years, 4 months ago
- 5d8a377 Install zsh in GHA by Andrey Kislyuk · 3 years, 4 months ago
- efa4e5d Make args customizable by Andrey Kislyuk · 3 years, 4 months ago
- 2532721 Merge pull request #698 from stesser/master by Red_M · 3 years, 4 months ago
- 06f4ed2 Merge pull request #728 from rafrafek/patch-1 by Red_M · 3 years, 4 months ago
- dc64428 Disable ZLE and PROMPT_SP in zsh by Andrey Kislyuk · 3 years, 4 months ago
- 49de749 Add test case by Andrey Kislyuk · 3 years, 4 months ago
- ed2dc26 Add zsh convenience function to replwrap module by Andrey Kislyuk · 3 years, 4 months ago
- dd3cc5c Merge pull request #745 from tapple/socket_spawn by Red_M · 3 years, 4 months ago
- 5c59b0b Merge pull request #732 from karrukola/modern_async by Red_M · 3 years, 4 months ago
- de59d0b fix(test_async.py): do not modify async tests from master by Filippo Carra · 3 years, 4 months ago
- c0bc9fd Merge branch 'master' into zsh-login-prompt by Kieron Briggs · 3 years, 4 months ago
- 8d5bfe7 Restore execute permission for fakessh by Kieron Briggs · 3 years, 4 months ago
- 571ca4b duplicated test_socket to test socket_spawn and fdspawn both by Tapple Fulmer · 3 years, 5 months ago
- 5268a0f Merge branch 'pexpect:master' into modern_async by Filippo Carra · 3 years, 5 months ago
- c921488 docs by Tapple · 3 years, 5 months ago
- 31072de docs by Tapple · 3 years, 5 months ago
- ce99a6b renamed module socket_expect to socket_pexpect by Tapple · 3 years, 5 months ago
- a2ef749 renamed module socket_spawn to socket_expect by Tapple · 3 years, 5 months ago
- 693a34d socketspawn basic test case, copied from test_fdspawn by Tapple · 3 years, 5 months ago
- dce06b3 unit tests can now be imported on windows by Tapple · 3 years, 5 months ago
- f9ff4b9 socket_spawn by Tapple · 3 years, 5 months ago
- 4c768bd Merge pull request #744 from loodvn/patch-1 by Red_M · 3 years, 5 months ago
- 5408084 Remove deprecated RSAAuthentication option (SSHv1), fixes #717 by Lood · 3 years, 5 months ago
- eae7087 Merge branch 'master' into zsh-login-prompt by Red_M · 3 years, 5 months ago
- afb85a7 Merge pull request #722 from waveform80/fix-run-tests by Red_M · 3 years, 5 months ago
- 33c6af5 Merge pull request #739 from swt2c/makeSuite by Red_M · 3 years, 5 months ago
- ab13bc5 Merge pull request #742 from swt2c/fix_fakessh by Red_M · 3 years, 5 months ago
- a547f90 Merge pull request #737 from swt2c/assertRaisesRegexp by Red_M · 3 years, 5 months ago
- 460f1e1 Merge pull request #743 from swt2c/travis_to_ci by Red_M · 3 years, 5 months ago
- 5d79950 test_interact: update Travis overrides to use generic CI variable by Scott Talbert · 3 years, 5 months ago
- 3736790 Fix SyntaxWarning in fakessh by using raw string by Scott Talbert · 3 years, 5 months ago
- 31fab7b tests: Replace deprecated unittest.makeSuite by Scott Talbert · 3 years, 5 months ago
- dae602d tests: Replace assertRaisesRegexp with assertRaisesRegex by Scott Talbert · 3 years, 6 months ago
- 0e66830 Merge branch 'pexpect:master' into modern_async by Filippo Carra · 3 years, 6 months ago
- af88104 Merge pull request #734 from swt2c/ci_github_actions by Red_M · 3 years, 6 months ago
- fe44359 Port CI to use GitHub Actions by Scott Talbert · 3 years, 7 months ago
- 70d7355 refactor(_async.py): introduce modern coroutine syntax by Filippo Carra · 3 years, 8 months ago
- 2e003ef Merge pull request #730 from kbriggs/remove-capturelog by Red_M · 3 years, 8 months ago
- e57fac9 Remove pytest-capturelog from testing requirements by Kieron Briggs · 3 years, 8 months ago
- e7cf54a Switch order of trying csh and zsh prompts by Kieron Briggs · 3 years, 8 months ago
- 36bba63 Update docs to use context manager by Rafał · 3 years, 8 months ago
- b14f156 Ensure test_run.py works when system-wide bashrc produces output by Dave Jones · 3 years, 11 months ago
- 686fa6f Add `prompt restore` to PROMPT_SET_ZSH by Kieron Briggs · 4 years, 5 months ago
- cdf1846 Set prompt correctly for zsh by Kieron Briggs · 4 years, 5 months ago
- 8708514 Test cases for specific shell behaviour by Kieron Briggs · 4 years, 5 months ago
- acb017a Merge pull request #560 from EmersonPrado/coerce-regex-bytes by Red_M · 4 years, 5 months ago
- 638aa6b Merge pull request #604 from eldipa/Issue-587-Example-Pyte by Red_M · 4 years, 5 months ago
- 7f14b2b Merge pull request #663 from kulikjak/test_pager_as_cat-fix by Red_M · 4 years, 5 months ago
- 000a868 Do not fail if no alias has been defined by Stefan Eßer · 4 years, 10 months ago
- 242c367 Disable baacketed-paste mode in bash 5.1 and newer (issue #669) by Stefan Eßer · 4 years, 10 months ago
- b717990 Replace deprecated assertRaisesRegexp with assertRaisesRegex by Stefan Eßer · 4 years, 10 months ago
- a48c302 Do not send more characters than can be buffered by cat by Stefan Eßer · 4 years, 10 months ago
- b3a11ac Use only POSIX commands and options by Stefan Eßer · 4 years, 10 months ago
- 2be6c4d Merge pull request #684 from tirkarthi/fix-threading by Red_M · 5 years ago
- 0bc643e Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10 by Karthikeyan Singaravelan · 5 years ago
- 01dd237 better fix of this issue by Jakub Kulík · 6 years ago
- ec5edcc fix test_pager_as_cat test case on Solaris by Jakub Kulík · 6 years ago
- 02c3833 Merge pull request #643 from scop/spelling by Thomas Kluyver · 6 years ago
- 5da50dc Merge pull request #644 from scop/history-url by Thomas Kluyver · 6 years ago
- f850ad5 Add history URL to project metadata by Ville Skyttä · 6 years ago
- 787e783 Spelling fixes by Ville Skyttä · 6 years ago
- 2cfb3fe Merge pull request #638 from hartwork/issue-637-fix-docs-build-for-sphinx-3 by Thomas Kluyver · 6 years ago
- 793a659 doc: Unbundle sphinxcontrib_github_alt to fix build for Sphinx 3 (fixes #637) by Sebastian Pipping · 6 years ago
- 1793f8c Merge pull request #635 from raczben/patch-1 by Red_M · 6 years ago
- c900634 fix run's docstring. by Benedek Racz · 6 years ago
- 5374d90 Merge pull request #632 from whitley-delamora/issue-631 by Thomas Kluyver · 6 years ago
- 51c0b09 REPLWrapTestCase.test_bash_env(): export variable PS1 by whitley-delamora · 6 years ago
- ad7c6c7 Merge pull request #629 from scarabeusiv/master by Thomas Kluyver · 6 years ago
- 6f78e3b Do not directly call python and use sys.executable by Tomáš Chvátal · 6 years ago
- 9ad9e86 Merge pull request #626 from pexpect/dluyer-patch-1 by dluyer · 6 years ago
- 0a24820 Minor typo fix. by dluyer · 6 years ago upstream/dluyer-patch-1
- 9e73fa8 Merge pull request #623 from raczben/raczben-patch-1 by Thomas Kluyver · 6 years ago
- 2c551c7 Simplify reference to wexpect by Thomas Kluyver · 6 years ago
- d977fdd Update doc: Wexpect is maintained by Benedek Racz · 6 years ago