All Versions
10
Latest Version
Avg Release Cycle
148 days
Latest Release
1562 days ago

Changelog History

  • v4.8.0 Changes

    January 17, 2020
    • ๐Ÿ Returned behavior of searchwindowsize to that in 4.3 and earlier (searches are only done within the search window) (#579).
    • ๐Ÿ›  Fixed a bug truncating before attribute after a timeout (#579).
    • ๐Ÿ›  Fixed a bug where a search could be less than searchwindowsize if it was increased between calls (#579).
    • โœ… Minor test cleanups to improve portability (#580) (#581) (#582) (#583) (#584) (#585).
    • โฑ Disable chaining of timeout and EOF exceptions (#606).
    • Allow traceback included snippet length to be configured via str_last_chars rather than always 100 (#598).
    • โš  Python 3 warning added to interact.py (#537).
    • โšก๏ธ Several doc updates.
  • v4.7.0

    April 04, 2019
  • v4.6

    May 29, 2018
  • v4.5

    April 13, 2018
  • v4.4

    February 10, 2018
  • v4.3.1

    December 12, 2017
  • v4.3

    November 09, 2017
  • v4.2.1

    August 21, 2016
  • v4.2 Changes

    July 02, 2016
    • ๐Ÿ”„ Change: When an env parameter is specified to the spawn() or
      run() family of calls containing a value for PATH, its value is
      ๐Ÿ‘‰ used to discover the target executable from a relative path, rather than the
      current process's environment PATH. This mirrors the behavior of
      subprocess.Popen in the standard library (PR #348).
    • Regression: Re-introduce capability for method read_nonblocking() in class
      ๐Ÿ‘ fdspawn as previously supported in version 3.3 (PR #359).
  • v4.1.0

    May 21, 2016