Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open pywinrm shell sessions with UTF-8 codepage #6038

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2023

  1. Drop six use for binary/string type identification

    With Python 3.6 being the minimum supported version, dropping six here
    and utilising 3.x type identifiers.
    Stealthii committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fe9aaf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Use UTF-8 codepage in pywinrm shells

    This change opens a shell with the 65001 codepage, ensuring raw string
    responses are UTF-8 encoded.
    
    Fixes StackStorm#6034.
    Stealthii committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5cdc0e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    67fd29f View commit details
    Browse the repository at this point in the history