- Added
- Support for building Python applications using cx_Freeze.
- Support for debugging output during syscmd execution.
- Module for remote IIS administration.
- bool_to_str().
- Support for running commands on remote systems.
- Created netutil and sysutil modules.
- Require xmltodict (for new iispy module).
- Modules for network and system utilities created from __init__ functions.
- Changed
- Upgraded requests module.
- Moved is_debug from module initialization to lang submodule.
- Rename debug environment variable.
- Use new Python 3 super().
- Update syscmd to use new Python 3 subprocess module features.
- Cleanup imports.
- Inhibit return of stderr lines when ignorestderr is set in syscmd.
- Removed
- Serialization support from syscmd.