Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Maksipowerless/PythonRemoteServer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: robotframework/PythonRemoteServer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 19 files changed
  • 3 contributors

Commits on Apr 11, 2020

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

Commits on Apr 17, 2020

  1. Merge pull request robotframework#59 from tirkarthi/fix-abc

    Import ABC from collections.abc instead of collections for Python 3 compatibility
    pekkaklarck authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    d038453 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Update test suite to match latest Robot and Python versions

    Fixes all but 1 test, but only under the condition that also the _convert method in Robot's Remote.py is update to automatically convert bytes to unicode whenever possible.
    
    Without updating Robot's Remote.py 5 tests still fail.
    JFoederer committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    46321af View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Merge pull request robotframework#73 from JFoederer/master

    Update test suite to match latest Robot and Python versions
    pekkaklarck authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    d4f3e47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb44b3d View commit details
    Browse the repository at this point in the history
  3. Test runner fixes

    - Require running it with Python 3. We want to run tests with new RF
      versions that aren't compatible with Python 2 even though
      remote server itself still supports Python 2.
    
    - Make compatible with RF 4.0+ that don't have criticality concept
      anymore.
    pekkaklarck committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    1b2fb82 View commit details
    Browse the repository at this point in the history
  4. Fix test compatibility

    pekkaklarck committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    dce0587 View commit details
    Browse the repository at this point in the history
  5. Fix Python 3.11 compatibility.

    Use `inspect.getfullargspec` instead of the removed
    `inspect.getargspec` on Python 3. Fixes robotframework#81.
    pekkaklarck committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    646a094 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Test tuning.

    - Longer timeouts avoid problems with slow interpreters
      (especially Jython on Windows).
    - Verbose unit test run to see where tests possibly hang.
    - Skip hanging tests with IronPython.
    - Support interpreter having spaces like `py -3.8`.
    - Cleanup (TRY/EXCEPT and IF/ELSE FTW!).
    pekkaklarck committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    30a510b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12dab8d View commit details
    Browse the repository at this point in the history
  3. README updates

    - Update supported versions.
    - Mention that '0.0.0.0' address listens all IPv4 interfaces,
      not all interfaces. Fixes robotframework#60.
    pekkaklarck committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    79198fd View commit details
    Browse the repository at this point in the history
  4. Few grammar fixes

    pekkaklarck committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    12915fd View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Release notes for 1.1.1

    pekkaklarck committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a5d2712 View commit details
    Browse the repository at this point in the history
  2. Updated version to 1.1.1

    pekkaklarck committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    fc46b52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c946331 View commit details
    Browse the repository at this point in the history
Loading