3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Exscript.Connection: get rid of useless lock arguments from all methods. More... about 15 years ago
Exscript.protocols: use explicit kwargs wherever possible. More... about 15 years ago
Remove useless echo argument from tests for Exscript.protocols. More... about 15 years ago
exscript: remove the broken --no-echo CLI argument, as --protocol-verbose already handles it. More... about 15 years ago
minor doc fix for Exscript.HostAction. More... about 15 years ago
Remove some useless code from Exscript.Connection. More... about 15 years ago
Add missing API docs for Exscript.Host.get_uri(). More... about 15 years ago
Exscript.Connection: remove useless call to guess_os(). More... about 15 years ago
improved API docs in many places. More... about 15 years ago
Add TkExscript.LoginWidget and .LoginWindow. More... about 15 years ago
Add missing parameter doc in TkExscript.MailWindow. More... about 15 years ago
Exscript.Account: add .set_name(), .set_password(), and .set_authorization_password() methods. More... about 15 years ago
TkExscript.QueueWindow: fix monitoring of the conversation with the device. More... about 15 years ago
fix: protect accounts passed to Connection.authenticate() with locking. More... about 15 years ago
fix doc typo. More... about 15 years ago
fix: Exscript.servers.SSHd: silence PID check errors on AIX. More... about 15 years ago
get rid of redundant test code by running protocols.SSH2Test against a mock SSHd. More... about 15 years ago
Exscript.servers.SSHd: handle disappearing clients gracefully. More... about 15 years ago
add another demo. More... about 15 years ago
Add Exscript.servers.SSHd, a paramiko based SSH2 server. More... about 15 years ago
Telnetd: fix: ignore if client socket closed prematurely. More... about 15 years ago
split Exscript.servers.telnetd into Exscript.servers.Telnetd and Exscript.servers.Server. More... about 15 years ago
Split telnetdTest into ServerTest and TelnetdTest. More... about 15 years ago
move Exscript.util.telnetd to Exscript.servers. More... about 15 years ago
fix: use JSON in Exscriptd.Client.count_tasks(). More... about 15 years ago
ConnectionTest: remove some useless code. More... about 15 years ago
Add/improve demos. More... about 15 years ago
Add a Exscript.protocols.Transport.authenticate() that is similar to login(). More... about 15 years ago
Remove flush argument from Transport.protocol_authenticate(). More... about 15 years ago
rename Exscript.protocols.Transport.authenticate() to .protocol_authenticate(). More... about 15 years ago