Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pcl-expect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
pcl-expect
Graph
a039d3d47deb77f0a544922d2c5f2be2104bf4ee
Select Git revision
Branches
1
master
default
Tags
1
pcl_expect_0_1_0
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
17
Jan
14
Dec
15
Mar
12
2
19
Jan
1
Jan
26
Oct
25
24
23
22
19
18
17
14
12
11
10
9
7
6
5
4
Run setup.py using python3
master
master
Use set() instead of sets.Set()
Convert to Python 3 using "2to3 -w ."
Typo fixed.
(Expectable): Fixed typo in docstring.
Added Spawn.kill. Handle end-of-file better.
(Spawn._read): Override the default method to handle EIO properly.
(Popen.__init__): Renamed the command argument from cmd to command, to
Ignore build and test.result.
Added more test cases. Made the tests less likely to loop forever.
New file.
Import test.base instead of importing unittest. Removed top-level
Import test.base instead of importing unittest. Removed top-level
(Timeout): New exception.
New tests.
Added some test cases.
New file. Run all automatic tests.
Initial commit.
Typo fixed.
Fixed spelling error.
Release work.
pcl_expect_0_1_0
pcl_expect_0_1_0
Ignore distutils stuff.
Distutils configuration, take 1.
What to include in the distribution.
This is GNU GPL version 2.
Copyright headers added.
Copyright header added.
Improve documentation.
Mention the demos and the license.
Typo in comment fixed.
Added comments.
Refactor the Tcp class into TcpBase and TcpClient. In the future,
Adjusted to the API change of tcp.py.
Documentation added.
Documentation added.
Documentation added.
Add more info to the string representation of uncaught remote
(Remote.__init__): Added the pre-formatted traceback to the base class
Transfer exceptions from one process to another. Rework the spawn
Some documentation added.
Loading