Skip to content

Releases: projg2/python-exec

2.4.10

18 Dec 14:43
3f620f8
Compare
Choose a tag to compare
  • fix PyPy3.9 compatibility (again)

2.4.9

09 May 09:16
c432f23
Compare
Choose a tag to compare
  • fix __file__ when running the Python wrapper via PyPy3.9

2.4.8

10 Jun 16:49
v2.4.8
b1ed667
Compare
Choose a tag to compare
  • rewrite tests using pytest

2.4.7

07 Jun 20:51
v2.4.7
4fed52d
Compare
Choose a tag to compare
  • fix __file__ in Python wrapper for py3.9+
  • perform Python wrapper tests for all available impls

2.4.6

27 May 08:51
v2.4.6
Compare
Choose a tag to compare
  • do not report non-fatal errors to non-tty stderr,
  • do not report error when disabling unknown (obsolete) implementation.

2.4.5

26 Jan 17:52
python-exec-2.4.5
Compare
Choose a tag to compare
  • use fallback for finding symlinks when PATH is wiped off env.

2.4.4

16 Nov 15:31
python-exec-2.4.4
Compare
Choose a tag to compare
  • fixed Cygwin support

2.4.3

14 May 11:13
python-exec-2.4.3
Compare
Choose a tag to compare
  • fix pythonwrap-copy-test not to try to use non-installed interpreters,
  • fix python-argv0-test not to error out due to disabled interpreter.

2.4.2

14 May 11:13
python-exec-2.4.2
Compare
Choose a tag to compare
  • use stdout for informational -l, -h and -V output

2.4.1

14 May 11:13
python-exec-2.4.1
Compare
Choose a tag to compare
  • fix symlink resolution when C wrapper is started via PATH,
  • add --list-implementations to get supported impl list.