Skip to content

1.5.4

Latest

Choose a tag to compare

@aklajnert aklajnert released this 21 Mar 07:29
· 3 commits to master since this release

Features

  • #103: Improve matching commands that contain quoted arguments.

Bug fixes

  • #192: Fix ResourceWarning for unclosed file handles in test_universal_newlines and test_text by explicitly closing process.stdout after reading, preventing intermittent failures on Python 3.12+.
  • #196: Handle stderr=STDOUT when stdout is a file handle.
  • #194: Patch imported subprocess.Popen aliases.
  • #186: Support file handles in stdout and stderr.

Other changes

  • #197: Officially support Python 3.14 and 3.15.