Commit Graph

202 Commits

Author SHA1 Message Date
Jake Henning
6661944883
Merge branch 'raczben:master' into master 2023-11-12 10:47:40 +02:00
Anand Phulwani
1b7dd177b7 Changed ls to dir 2023-09-01 16:02:24 +02:00
allegroai
36b8c7cfbc Update package details 2023-07-05 08:15:47 +03:00
Rod Clayton
8f2342d4fd Update host.py
Misspelled word classes
2021-08-21 17:36:00 +02:00
Jake
14a4279579 Fix small spelling error with 'synchronously'. 2021-05-25 12:47:30 +02:00
Benedek Racz
03499c73e2
Update Readme based on #44 2021-02-01 10:30:32 +01:00
CatSlave007
b0d4abdd44 fix bugs
fix use pyinstaller  package,  it will be wrong
2021-01-31 19:48:28 +01:00
CatSlave007
d2cf84a9a9 fix throw UnicodeDecodeError #47 2021-01-31 19:46:57 +01:00
Benedek Racz
c8977d8460 Fix blocking pipe connection
The console application could be run forever in case of connection errors
2020-04-18 12:45:51 +02:00
Benedek Racz
290ceebc2d add termination examples 2020-04-14 10:53:11 +02:00
Benedek Racz
031b7caa81 Add error hanling in bundled mode 2020-04-09 14:44:32 +02:00
Benedek Racz
af8d24df1d Introduce WEXPECT_EXECUTABLE environment variable for pyinstaller
Last versions searched wexpect executable ../wexpect/wexpect.exe in
bindled mode. This was hard coded. Now the (optional) WEXPECT_EXECUTABLE
environment variable can point to wexpect executable.

See #12 for more details.
2020-04-09 10:02:04 +02:00
Benedek Racz
8ce9059388 [DOC] update doc with default spawn class. 2020-04-08 16:02:41 +02:00
Benedek Racz
4687573f3b [ADD] SpawnPipe is the default spawn class 2020-04-08 14:21:13 +02:00
Benedek Racz
9cdc9a280b [DOC] Add all API documentation 2020-04-07 12:04:06 +02:00
Benedek Racz
2e96ee155a [REM] Remove internal classes from __all__ 2020-04-07 12:02:10 +02:00
Benedek Racz
1153176f4f [TST] Improove code coverity 2020-04-06 13:07:49 +02:00
Benedek Racz
4e38fd3f4d
Merge pull request #38 from raczben/test
Test
2020-04-05 23:01:42 +02:00
Benedek Racz
fcb1fefa23 [TEST] add SpawnSocket tests to tox. 2020-04-05 13:30:31 +02:00
Benedek Racz
f53331ed61 [ADD] improove terminate function, reduce wait. [FIX] add fixes for testcases, to pass Socket tests. 2020-04-05 13:26:51 +02:00
Benedek Racz
215f688562 [FIX] use flag_eof, and make more robust terminating process 2020-04-05 09:10:15 +02:00
Benedek Racz
3ba138a6fc [FIX] EOF handling moved upper to handle exception of last characters' patterns 2020-04-02 19:50:45 +02:00
Benedek Racz
96987d4030 [CLN] clean CI testcases: merge and reduce installed and default testcases 2020-03-31 09:50:14 +02:00
Benedek Racz
be7bd4be4f [FIX] PYTHONPATH grew run-to-run. Fix #31 2020-03-30 16:39:48 +02:00
Benedek Racz
b9e1a06296 [FIX][TST] some test was skipped accidentally; [CLN] add no cover for unwanted exceptions. 2020-03-30 15:09:39 +02:00
Benedek Racz
aabf824c5c [FIX] legacy has problems with refreshing long consoles 2020-03-30 14:36:09 +02:00
Benedek Racz
524cf0e7c3 [FIX] Infinite length console: #35 2020-03-30 13:20:01 +02:00
Benedek Racz
a3acabda73 [FIX] Socket-mode port has not been added to the argument list. Fix: #34 2020-03-30 09:31:31 +02:00
Benedek Racz
08e2ffa109 [FIX] fix duplicated logging #28 2020-03-30 09:05:36 +02:00
Benedek Racz
fff4281702 [CLN] remove License from the beginning of each file MIT license requires only the LICENSE file: https://choosealicense.com/licenses/mit/ 2020-03-12 11:51:26 +01:00
Benedek Racz
362028f377 [FIX] https://github.com/readthedocs/readthedocs.org/issues/2569 2020-03-11 16:28:16 +01:00
Benedek Racz
4d3d26c21f [FIX][DOC] mock psutil 2020-03-11 15:58:26 +01:00
Benedek Racz
3ca381f701 [ADD] First draft of autodoc 2020-03-11 15:02:22 +01:00
Benedek Racz
f91da266e6 [ADD] First draft of the doc 2020-03-10 17:03:19 +01:00
Benedek Racz
0473d4b3e9 [CLN] coverage-report: add no cover for unreachable code 2020-02-29 18:55:19 +01:00
Benedek Racz
c5ded637ce [ADD] console reader coverage 2020-02-28 17:34:42 +01:00
Benedek Racz
ec3f7ea2e8 [FIX] tox ini to tox-matrix only mode 2020-02-23 15:20:23 +01:00
Benedek Racz
a65b54d658 [REF] using only tox matrix 2020-02-23 14:54:10 +01:00
Benedek Racz
61c4d434e2 [REF] refactor appveyor deployment 2020-02-23 12:26:13 +01:00
Benedek Racz
f16204f6fd [FIX] add workaround for #29, the disabled local_echo is not stable. 2020-02-23 11:31:14 +01:00
Benedek Racz
22b2e2ea92 [ADD] pyinstaller testcase 2020-02-22 23:55:25 +01:00
Benedek Racz
2c95c2fbfc [CLN] remove relative import from tests 2020-02-22 23:03:28 +01:00
Benedek Racz
6ef2b00d8b [FIX] appveyor config 2020-02-22 21:31:07 +01:00
Benedek Racz
0e6fcf1442 [ADD] installed testcase 2020-02-22 20:56:56 +01:00
Benedek Racz
6c282ed544 [FIX] appveyor codecoverage 2020-02-22 18:19:08 +01:00
Benedek Racz
bbc6a4f16c [FIX] codepage in new console launch 2020-02-22 18:10:12 +01:00
Benedek Racz
e7f58cc2fc [ADD] pyinstaller feature based on #12 2020-02-21 15:45:33 +01:00
Benedek Racz
62986d022c [REF] refactor startChild task, to prepare support pyinstaller 2020-02-21 14:23:08 +01:00
Benedek Racz
c35949704a [REF] refactor start of console: now starts as python module. 2020-02-19 16:34:35 +01:00
Benedek Racz
4b512294ee [CLN] linter 2020-02-19 16:13:29 +01:00