Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
robotframework
/
PythonRemoteServer
Public
Notifications
You must be signed in to change notification settings
Fork
87
Star
160
Code
Issues
21
Pull requests
8
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
PythonRemoteServer
src
on
master
User selector
All users
All time
Commit history
Commits on Dec 23, 2022
Updated version to 1.1.1
pekkaklarck
committed
fc46b52
View commit details
Copy full SHA for fc46b52
View code at this point
Browse repository at this point
Commits on Dec 10, 2022
Fix Python 3.11 compatibility.
Show description for 646a094
pekkaklarck
committed
646a094
View commit details
Copy full SHA for 646a094
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
Import ABC from collections.abc instead of collections for Python 3 compatibility.
tirkarthi
committed
e625c74
View commit details
Copy full SHA for e625c74
View code at this point
Browse repository at this point
Commits on Sep 27, 2017
Back to dev version
pekkaklarck
committed
8047b40
View commit details
Copy full SHA for 8047b40
View code at this point
Browse repository at this point
Updated version to 1.1
pekkaklarck
committed
eff79e4
View commit details
Copy full SHA for eff79e4
View code at this point
Browse repository at this point
Commits on Apr 13, 2017
__version__ back to devel
pekkaklarck
committed
c339662
View commit details
Copy full SHA for c339662
View code at this point
Browse repository at this point
Updated __version__ to 1.1rc2
pekkaklarck
committed
7dbe869
View commit details
Copy full SHA for 7dbe869
View code at this point
Browse repository at this point
Doc that allow_stop was deprecated in 1.1
pekkaklarck
committed
0001661
View commit details
Copy full SHA for 0001661
View code at this point
Browse repository at this point
Cleanup
pekkaklarck
committed
0b34f04
View commit details
Copy full SHA for 0b34f04
View code at this point
Browse repository at this point
Support `get_keyword_tags` method. Fixes #38
pekkaklarck
committed
b8e5b3e
View commit details
Copy full SHA for b8e5b3e
View code at this point
Browse repository at this point
Commits on Apr 11, 2017
Remove broken async support.
Show description for 7eb8121
pekkaklarck
committed
7eb8121
View commit details
Copy full SHA for 7eb8121
View code at this point
Browse repository at this point
Expose `activate()` in remote server itself.
Show description for 5fd0632
pekkaklarck
committed
5fd0632
View commit details
Copy full SHA for 5fd0632
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
Simplify interactive start.
Show description for c6f718f
pekkaklarck
committed
c6f718f
View commit details
Copy full SHA for c6f718f
View code at this point
Browse repository at this point
Commits on Jan 13, 2017
Docmenting starting server on background #22
pekkaklarck
committed
f69cf34
View commit details
Copy full SHA for f69cf34
View code at this point
Browse repository at this point
Merge branch 'threading'
pekkaklarck
committed
8d5152e
View commit details
Copy full SHA for 8d5152e
View code at this point
Browse repository at this point
Cleanup handling __init__/__intro__ docs/args
pekkaklarck
committed
5588185
View commit details
Copy full SHA for 5588185
View code at this point
Browse repository at this point
Test keyword tags set by @keyword. Issue #35, PR #37.
pekkaklarck
committed
e7a575f
View commit details
Copy full SHA for e7a575f
View code at this point
Browse repository at this point
Cleanup and fixes to @keyword support (issue #35, PR #37)
Show description for ce976e0
pekkaklarck
committed
ce976e0
View commit details
Copy full SHA for ce976e0
View code at this point
Browse repository at this point
Handle binary arguments recursively
pekkaklarck
committed
b324915
View commit details
Copy full SHA for b324915
View code at this point
Browse repository at this point
Fixes/enhancements to server interaction.
Show description for 75deb48
pekkaklarck
committed
75deb48
View commit details
Copy full SHA for 75deb48
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
Register signals only if on MainThread.
Show description for c29c7f5
pekkaklarck
committed
c29c7f5
View commit details
Copy full SHA for c29c7f5
View code at this point
Browse repository at this point
Support starting server on background. #22
Show description for 9446cb8
pekkaklarck
committed
9446cb8
View commit details
Copy full SHA for 9446cb8
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
Implemented support for @keyword decorator
Show description for b430137
EddyPronk
committed
b430137
View commit details
Copy full SHA for b430137
View code at this point
Browse repository at this point
First step to allow running server on background. #22
Show description for c2f5c8c
pekkaklarck
committed
c2f5c8c
View commit details
Copy full SHA for c2f5c8c
View code at this point
Browse repository at this point
Split XMLRPC server to own class
pekkaklarck
committed
98d304c
View commit details
Copy full SHA for 98d304c
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
Acceptance tests for dynamic library support. #18
Show description for 7e27df7
pekkaklarck
committed
7e27df7
View commit details
Copy full SHA for 7e27df7
View code at this point
Browse repository at this point
Dynamic library support #18
Show description for a9b6ff3
pekkaklarck
committed
a9b6ff3
View commit details
Copy full SHA for a9b6ff3
View code at this point
Browse repository at this point
Copyright update
pekkaklarck
committed
30c5792
View commit details
Copy full SHA for 30c5792
View code at this point
Browse repository at this point
Handle stop_remote_server fully in server itself
pekkaklarck
committed
d390bcc
View commit details
Copy full SHA for d390bcc
View code at this point
Browse repository at this point
Commits on Jan 9, 2017
Cleanup
pekkaklarck
committed
bed5545
View commit details
Copy full SHA for bed5545
View code at this point
Browse repository at this point
Split intercepting std streams to own class.
pekkaklarck
committed
fa4cf5c
View commit details
Copy full SHA for fa4cf5c
View code at this point
Browse repository at this point
Split keyword result handling into separate class
pekkaklarck
committed
82e348e
View commit details
Copy full SHA for 82e348e
View code at this point
Browse repository at this point
Split keyword running to separate class
pekkaklarck
committed
98a3a03
View commit details
Copy full SHA for 98a3a03
View code at this point
Browse repository at this point
Split server and library wrapping to separate classes
pekkaklarck
committed
1072558
View commit details
Copy full SHA for 1072558
View code at this point
Browse repository at this point
Minor cleanup
pekkaklarck
committed
7ba6e10
View commit details
Copy full SHA for 7ba6e10
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.