Releases: manthey/pyexe
Releases · manthey/pyexe
Release v18
Release v17
Package Versions
- Python 2.7.15, 3.5.4, 3.6.7, 3.7.1
- pywin32 224, pip 18.1, psutil 5.4.8, setuptools 40.6.3, six 1.12.0
Bug Fixes
- Join non-daemon threads on exit.
Release v16
Package Versions
- Python 2.7.15, 3.5.4, 3.6.7, 3.7.1
- pywin32 224, pip 18.1, psutil 5.4.8, setuptools 40.6.2, six 1.11.0
Bug Fixes
- Subprocess would always redirect to python.
Release v15
Package Versions
- Python 2.7.15, 3.5.4, 3.6.6, 3.7.0
- pywin32 224, pip 18.1, psutil 5.4.7, setuptools 40.4.3, six 1.11.0
Changes
- Updated to PyInstaller 3.4.
- Added support for Python 3.7.
- Added better support for pip so that the requests library can be installed.
Release v14
Package Versions
- Python 2.7.15, 3.5.4, 3.6.6.
- pywin32 223, pip 10.0.1, psutil 5.4.6, setuptools 40.0.0, six 1.11.0
Changes
- Added setuptools support files.
- Update to setuptools 40.0.0.
- Update to Python 3.6.6.
- Added the executable path to the system path.
Bug Fixes
- Better hide internal filenames.
Build
- Don't try to use upx. It wan't actually being used before, and it doesn't work on appveyor with Python 3.x.
Release v13
Package Versions
- Python 2.7.15, 3.5.4, 3.6.5.
- pywin32 223, pip 10.0.1, psutil 5.4.5, setuptools 39.1.0, six 1.11.0
Changes
- Added support for zipapps.
- Added support for
PYTHONPATH
. - Added support for
-I
in Python 3.x variants (isolate mode). - Added support for
-q
in Python 3.x variants (quiet). - Added support for
-Q
in Python 2.x variants (division options). - Added support for
-t
in Python 2.x variants (tab check). - Added support for
-3
in Python 2.x variants (Python 3 incompatibility warnings). - Added support for
-b
(bytes warning). - Added support for
-B
(don't write byte code). - Added support for
-O
(optimize). - Added support for
-v
(verbose). - Added support for
-W
(warnings). - Set program icon.
- When running a Python program, the globals are closer to native Python.
- Update to setuptools 39.1.0.
- Update to Python 2.7.15, 3.5.4, 3.6.5.
Bug Fixes
- Properly handle combining
-E
withPYTHONCASEOK
.
Release v12
Changes
- Removed some modules that can't be imported without Scintilla.DLL.
- Ignore standard Python command line options that aren't implemented.
- The banner in interactive mode better matches native Python.
Bug Fixes
- Fixed raw input on Python 3.
- Fixed handling - on the command line.
- Fixed combining -i with -c or -m.
- Unbuffered interactive mode fixed on Python 3.
Build
- Added tests to show that pyexe's behavior is the same as native Python.
- Added tests for help, reading from stdin, reading in tty mode, hyphen mode, and the
--all
flag.
Release v11
Build
- Moved to GitHub
- Built for Python 2.7, 3.5, 3.6 in 32-bit and 64-bit variants
- Built on appveyor using PyInstaller
- Add CI tests for installing and importing pip libraries, testing multiprocessing.
Changes
- Explicitly include
six
,pip
, andsetuptools
- Update to the Python 2.7.14, 3.5.3, 3.6.4.
- Update to pywin32 223, pip 10.0.1, psutil 5.4.5, setuptools 39.0.1, six 1.11.0
- Improved version reporting (PR #9)
- More of pywin32 is included thanks to PyInstaller
Release pyexe-latest
Initial commit.