All Versions
10
Latest Version
Avg Release Cycle
148 days
Latest Release
1238 days ago
Changelog History
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 thespawn()
or
run()
family of calls containing a value forPATH
, its value is
๐ used to discover the target executable from a relative path, rather than the
current process's environmentPATH
. 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).
- ๐ Change: When an
-
v4.1.0
May 21, 2016