forked from robotframework/PythonRemoteServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: robotframework/PythonRemoteServer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 19 files changed
- 3 contributors
Commits on Apr 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e625c74 - Browse repository at this point
Copy the full SHA e625c74View commit details
Commits on Apr 17, 2020
-
Merge pull request robotframework#59 from tirkarthi/fix-abc
Import ABC from collections.abc instead of collections for Python 3 compatibility
Configuration menu - View commit details
-
Copy full SHA for d038453 - Browse repository at this point
Copy the full SHA d038453View commit details
Commits on Dec 8, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 46321af - Browse repository at this point
Copy the full SHA 46321afView commit details
Commits on Dec 10, 2022
-
Merge pull request robotframework#73 from JFoederer/master
Update test suite to match latest Robot and Python versions
Configuration menu - View commit details
-
Copy full SHA for d4f3e47 - Browse repository at this point
Copy the full SHA d4f3e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb44b3d - Browse repository at this point
Copy the full SHA bb44b3dView commit details -
- 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.
Configuration menu - View commit details
-
Copy full SHA for 1b2fb82 - Browse repository at this point
Copy the full SHA 1b2fb82View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce0587 - Browse repository at this point
Copy the full SHA dce0587View commit details -
Fix Python 3.11 compatibility.
Use `inspect.getfullargspec` instead of the removed `inspect.getargspec` on Python 3. Fixes robotframework#81.
Configuration menu - View commit details
-
Copy full SHA for 646a094 - Browse repository at this point
Copy the full SHA 646a094View commit details
Commits on Dec 11, 2022
-
- 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!).
Configuration menu - View commit details
-
Copy full SHA for 30a510b - Browse repository at this point
Copy the full SHA 30a510bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12dab8d - Browse repository at this point
Copy the full SHA 12dab8dView commit details -
- Update supported versions. - Mention that '0.0.0.0' address listens all IPv4 interfaces, not all interfaces. Fixes robotframework#60.
Configuration menu - View commit details
-
Copy full SHA for 79198fd - Browse repository at this point
Copy the full SHA 79198fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12915fd - Browse repository at this point
Copy the full SHA 12915fdView commit details
Commits on Dec 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a5d2712 - Browse repository at this point
Copy the full SHA a5d2712View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc46b52 - Browse repository at this point
Copy the full SHA fc46b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for c946331 - Browse repository at this point
Copy the full SHA c946331View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master