1. 87aa70e Merge pull request #620 from jugmac00/patch-1 by Thomas Kluyver · 7 years ago
  2. ed16e5b Add project urls to `setup.py` by Jürgen Gmach · 7 years ago
  3. 5eed1a3 Merge pull request #616 from pexpect/dluyer-patch-1 by Thomas Kluyver · 7 years ago 4.8.0
  4. fad9094 Merge pull request #617 from slel/patch-1 by dluyer · 7 years ago
  5. 65d3c80 Fix typos in pxssh docs by Samuel Lelièvre · 7 years ago
  6. c9d023e Update history.rst by dluyer · 7 years ago
  7. a08ed47 Update version # for new release by dluyer · 7 years ago
  8. 47bcd7b Update version # for new release by dluyer · 7 years ago
  9. 48a1563 Update history.rst by dluyer · 7 years ago
  10. 61ce66a Start release notes for 4.8 by dluyer · 7 years ago
  11. 6977ee3 Merge pull request #615 from pexpect/dluyer-patch-1 by dluyer · 7 years ago
  12. aad1759 Typo fixes in doc by dluyer · 7 years ago
  13. e21bae1 Accumulate async data correctly after future done by dluyer · 7 years ago
  14. f16add7 Merge pull request #579 from dluyer/patch-2 by Thomas Kluyver · 7 years ago
  15. ad4be95 Avoid calling getvalue() twice in a row by dluyer · 7 years ago
  16. 4228cde Undo incorrect formatting update by dluyer · 7 years ago
  17. 3412f4d Provide bad version range in regression test docstrings by dluyer · 7 years ago
  18. 80f9820 Add another regression test by dluyer · 7 years ago
  19. 5eab9f4 Add test for increasing searchwindowsize by dluyer · 7 years ago
  20. cf821ce Fix test_before_after_timeout for PY3. by dluyer · 7 years ago
  21. 5daa766 Whitespace cleanup. by dluyer · 7 years ago
  22. 78a62d5 Whitespace cleanup by dluyer · 7 years ago
  23. d8c01ed Whitespace cleanup by dluyer · 7 years ago
  24. 51c0fb2 Whitespace cleanup by dluyer · 7 years ago
  25. 2bbb684 Add test for truncation issue fixed in #579 by dluyer · 7 years ago
  26. c58e7e7 Updated expect_loop for split new_data by dluyer · 7 years ago
  27. 5f98ced Split new_data initial and subsequent calls by dluyer · 7 years ago
  28. b5d6e6d Update _async.py by dluyer · 7 years ago
  29. bad8a63 Merge pull request #5 from dluyer/master by dluyer · 7 years ago
  30. 7db2929 Merge pull request #4 from pexpect/master by dluyer · 7 years ago
  31. e620228 Merge pull request #3 from dluyer/master by dluyer · 7 years ago
  32. 692681f Merge pull request #606 from eldipa/Issue605-Disable-Chaining-Timeout-EOF-Exception by Red_M · 7 years ago
  33. fa6a556 Merge pull request #609 from Anders-E/patch-1 by Thomas Kluyver · 7 years ago
  34. ec43249 Fix typo in examples pages by Anders Eriksson · 7 years ago
  35. 80e6702 Merge pull request #608 from timgates42/bugfix/typo_except by Thomas Kluyver · 7 years ago
  36. 2978c93 Fix simple typo: expcet -> except by Tim Gates · 7 years ago
  37. f98485a Disable chaining Timeout and EOF exceptions by Martin Di Paola · 7 years ago
  38. cdc6c47 Examples of how to use Pexpect and Pyte (issue #587) by Martin Di Paola · 7 years ago
  39. 7b073bf Merge pull request #600 from wataash/fix-import-path by Thomas Kluyver · 7 years ago
  40. 76f3f4f Fix old import path by Wataru Ashihara · 7 years ago
  41. 4a64a9c Merge pull request #598 from Red-M/master by Thomas Kluyver · 7 years ago
  42. e0b05a9 Fix last commit. by Red_M · 7 years ago
  43. 255bd49 Add character read back value to allow for tracebacks to contain more data about why an error occurred. by Red_M · 7 years ago
  44. e99f21c Merge pull request #2 from pexpect/master by dluyer · 7 years ago
  45. ecd3a19 Always use self.PYTHONBIN not 'python' or sys.executable in tests (#580) by dluyer · 7 years ago
  46. 6a4fc7c Merge pull request #586 from OsirisS13/master by Thomas Kluyver · 7 years ago
  47. 3eb30cf Merge pull request #585 from dluyer/patch-8 by Thomas Kluyver · 7 years ago
  48. e77d705 Merge pull request #583 from dluyer/patch-6 by Thomas Kluyver · 7 years ago
  49. 8fb0c51 Merge pull request #584 from dluyer/patch-7 by Thomas Kluyver · 7 years ago
  50. c0f8a4c Merge pull request #582 from dluyer/patch-5 by Thomas Kluyver · 7 years ago
  51. 12e6dde Update README.rst by OsirisS13 · 7 years ago
  52. fccc0ab Merge pull request #1 from pexpect/master by dluyer · 7 years ago
  53. 93c1f1b Test for Python 2 ASCII encoding, too. by dluyer · 7 years ago
  54. 07831ae Fix test_which when sys.getfilesystemencoding() is ascii by dluyer · 7 years ago
  55. dc1a762 Mark disabled test as deprecated. by dluyer · 7 years ago
  56. 61fc463 Fix typo in test name. by dluyer · 7 years ago
  57. b3ce0cd s/xrange/range/ for Python3 by dluyer · 7 years ago
  58. 2f9291a Fix copy/paste error in uploading patch by dluyer · 7 years ago
  59. 1dd76ca Fix test_ansi.py when running in a non-writable directory by dluyer · 7 years ago
  60. 5440ed2 Merge pull request #581 from dluyer/patch-4 by Thomas Kluyver · 7 years ago
  61. 8ac4f48 Use IPv6 loopback if there is no IPv4 loopback available by dluyer · 7 years ago
  62. 7ab8662 Updates from internal code review. by dluyer · 7 years ago
  63. 07a46a8 Update expect.py by dluyer · 7 years ago
  64. ad3a8e9 Update expect.py by dluyer · 7 years ago
  65. 8e51b1f Update expect.py by dluyer · 7 years ago
  66. 2b07b63 Update expect.py by dluyer · 7 years ago
  67. 1ed3ac8 Update spawnbase.py by dluyer · 7 years ago
  68. fa08445 Fix missing data in 'before', especially after timeouts by dluyer · 7 years ago
  69. af9d9d9 Merge pull request #575 from Red-M/master by Red_M · 7 years ago
  70. c7d2da9 Wording change. by Red_M · 7 years ago
  71. c8c85cf Add doc note about RedExpect. by Red_M · 7 years ago
  72. 59e8768 Merge pull request #8 from pexpect/master by Red_M · 7 years ago
  73. 121ca37 Merge pull request #574 from xtofl/class-vs-object-doc-correction by Thomas Kluyver · 7 years ago
  74. 08ef377 Docs: distinguish class attributes and object attributes by xtofl · 7 years ago
  75. a803933 Merge pull request #537 from giovanism/patch-1 by Thomas Kluyver · 7 years ago
  76. 2877378 interact: Add Python 3 compatibility warning by Giovan Isa Musthofa · 7 years ago
  77. 01f2acc Missed a version number. by Red_M · 7 years ago
  78. c172b20 Update change log. by Red_M · 7 years ago 4.7.0
  79. c66a557 Update version number, docs and release history due to #528, #562 and #563. by Red_M · 7 years ago
  80. 6efd533 Merge pull request #562 from tgbugs/patch-1 by Red_M · 7 years ago
  81. 778b0f1 Merge branch 'master' of https://github.com/pexpect/pexpect into patch-1 by Tom Gillespie · 7 years ago
  82. 43512da pxssh.login require either username or ssh_config by Tom Gillespie · 7 years ago
  83. 71784ff Merge pull request #563 from Trek333/pxssh_custom_cmd by Red_M · 7 years ago
  84. 1b5ac75 Merge pull request #528 from tschmid/pxssh_customization by Red_M · 7 years ago
  85. 978c58f Allow customized pxssh client #528 by Trek333 · 7 years ago
  86. 5834c96 Coerce compiled regex patterns to non-bytes type in non-bytes mode by emerson.prado · 7 years ago
  87. ec916dd Coerce compiled regex patterns to bytes type in bytes mode by emerson.prado · 7 years ago
  88. e0cf843 Add integration tests for regex coercing functions by emerson.prado · 7 years ago
  89. f6d7ffa Add unit tests for regex coercing functions by emerson.prado · 7 years ago
  90. ffb1e0a Add type selection helper function for regex coercing tests by emerson.prado · 7 years ago
  91. 03168dd Merge pull request #542 from gepoggio/pexpect-poll by Thomas Kluyver · 8 years ago
  92. bbe53ac Merge pull request #551 from gsauthof/fix-logfile-example by Thomas Kluyver · 8 years ago
  93. fb077dc Fix logfile example for Python 3 by Georg Sauthoff · 8 years ago
  94. f00f9c2 add use_poll to pxssh by Gerardo Poggio · 8 years ago
  95. 8310522 Merge pull request #538 from cclauss/patch-2 by Thomas Kluyver · 8 years ago
  96. 5a0746f Travis CI: Insert the missing ':' by cclauss · 8 years ago
  97. 15913d9 Merge pull request #535 from cclauss/patch-1 by Thomas Kluyver · 8 years ago
  98. f8a365c Travis CI: Remove Python 3.3 and add Python 3.7 by cclauss · 8 years ago
  99. b25d39e Merge pull request #522 from stanislavlevin/fix_test_bash by Thomas Kluyver · 8 years ago
  100. 462cf15 Merge pull request #524 from stanislavlevin/fix_test_before_across_chunks by Thomas Kluyver · 8 years ago