Skip to content

Releases: bruderstein/PythonScript

v3.0.9-alpha

28 Aug 16:26
Compare
Choose a tag to compare
v3.0.9-alpha Pre-release
Pre-release
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

  • python 3.9.6 (see #203 Win7 support dropped)
  • boost 1.77

Fixes:

  • compiler warnings

Missing features:

  • support for files with encodings that are not unicode

Open points:

  • check/adapt sample scripts
  • fix failing unittests

Known issues:

  • python39.dll has dependency to vcruntime140.dll

v3.0.8-alpha

07 Apr 12:58
Compare
Choose a tag to compare
v3.0.8-alpha Pre-release
Pre-release
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

  • python 3.9.4 (see #203 Win7 support dropped)
  • boost 1.75
  • docu python3.8 -> python 3.9
  • installation python3.8 -> python 3.9

Fixes:

Missing features:

  • support for files with encodings that are not unicode

Open points:

  • check/adapt sample scripts
  • fix failing unittests

Known issues:

  • python39.dll has dependency to vcruntime140.dll

v3.0.7-alpha

07 Apr 11:41
Compare
Choose a tag to compare
v3.0.7-alpha Pre-release
Pre-release
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

  • python 3.8.9
  • boost 1.74

Fixes:

Missing features:

  • support for files with encodings that are not unicode

Open points:

  • check/adapt sample scripts
  • fix failing unittests

Known issues:

  • python38.dll has dependency to vcruntime140.dll

v3.0.6-alpha

27 Feb 09:31
Compare
Choose a tag to compare
v3.0.6-alpha Pre-release
Pre-release
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

  • python 3.8.8

Fixes:

  • Support for SendKeys module #183

Missing features:

  • support for files with encodings that are not unicode

Open points:

  • check/adapt sample scripts
  • fix failing unittests

Known issues:

  • python38.dll has dependency to vcruntime140.dll

v3.0.5-alpha

20 Dec 10:42
Compare
Choose a tag to compare
v3.0.5-alpha Pre-release
Pre-release
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

  • python 3.8.6

Fixes:

  • Problem with using ampersand in notepad.prompt() prompt text #176

Missing features:

  • support for files with encodings that are not unicode

Open points:

  • check/adapt sample scripts
  • fix failing unittests

Known issues:

  • python38.dll has dependency to vcruntime140.dll

v3.0.4-alpha

07 Sep 07:33
Compare
Choose a tag to compare
v3.0.4-alpha Pre-release
Pre-release
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Fixes:

  • Editor callback function does not get cleared if used as bound method in a class #153

Missing features:

  • support for files with encodings that are not unicode

Open points:

  • check/adapt sample scripts
  • fix failing unittests

Known issues:

  • python38.dll has dependency to vcruntime140.dll

v3.0.3-alpha

21 Aug 00:15
Compare
Choose a tag to compare
v3.0.3-alpha Pre-release
Pre-release
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

  • python 3.8.5

Fixes:

  • Context-Help link is broken - please redirect to local files #113
  • some aspects of ansi encodings

Missing features:

  • support for files with encodings that are not unicode

Open points:

  • check/adapt sample scripts
  • fix/check failing unittests
  • debug build failing due to missing python3 dll copying step not necessary with python2 for the pythontest VS project

Known issues:

  • python38.dll has dependency to vcruntime140.dll

v3.0.2-alpha

16 Jul 06:59
Compare
Choose a tag to compare
v3.0.2-alpha Pre-release
Pre-release

Third Alpha version with python 3 support #36, uses:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

  • boost 1.72
  • python 3.8.4

Missing features:

  • support for files with encodings that are not unicode

Open points:

  • check/adapt sample scripts
  • fix/check failing unittests
  • debug build failing due to missing python3 dll copying step not necessary with python2 for the pythontest VS project

Known issues:

  • python38.dll has dependency to vcruntime140.dll

v3.0.1-alpha

09 May 07:26
Compare
Choose a tag to compare
v3.0.1-alpha Pre-release
Pre-release

Second Alpha version with python 3 support #36, uses:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

  • boost 1.72
  • python 3.8.2

Fixed:

  • doesn't work without local python installation (see below pep-0587)
  • docu parts still referring to python 2.7
  • docu regarding compilation
  • hmi still referring to python 3.7

Missing features:

  • support for files with encodings that are not unicode

Open points:

  • check/adapt sample scripts
  • fix/check failing unittests
  • debug build failing due to missing python3 dll copying step not necessary with python2 for the pythontest VS project

Known issues:

  • python38.dll has dependency to vcruntime140.dll

v3.0.0-alpha

03 May 10:48
Compare
Choose a tag to compare
v3.0.0-alpha Pre-release
Pre-release

Alpha version with python 3 support #36, uses:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

  • boost 1.72
  • python 3.8.2

Missing features:

  • support for files with encodings that are not unicode
  • doesn't work without local python installation (see below pep-0587)

Open points:

  • check/adapt sample scripts
  • fix/check failing unittests
  • check docu for python2 remainings
  • check python initialisation (https://www.python.org/dev/peps/pep-0587/ should offer a possibility to load local modules first)
  • debug build failing due to missing python3 dll copying step not necessary with python2 for the pythontest VS project

Known issues:

  • python38.dll has dependency to vcruntime140.dll