3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix: error detection in Exscript.protocols.Transport adapters failed. More... about 15 years ago
Improve API doc publish script. More... about 15 years ago
Add API docs for the Exscript.util.syslog module. More... about 15 years ago
fix: typo in driver API docs. More... about 15 years ago
fix: typo in AIX driver API docs. More... about 15 years ago
fix: typo in one os API docs. More... about 15 years ago
fix: Transport.login(): eat the prompt before sending an authorization command. More... about 15 years ago
improved API doc formatting. More... about 15 years ago
remove some redundant code from Exscript.protocols.Transport protocol authenticate methods. More... about 15 years ago
remove redundant execute() methods from Exscript.protocols.Transport. More... about 15 years ago
fix: error message on errors during Telnet.expect(). More... about 15 years ago
Rename Exscript.protocols.Key to Exscript.PrivateKey. More... about 15 years ago
Redesigned API of Exscript.protocols.Transport. More... about 15 years ago
improved error message in Exscript.QueueTest. More... about 15 years ago
Exscript.util.telnetd: minor indent fix. More... about 15 years ago
Exscript.Account: password defaults to empty string. More... about 15 years ago
Exscript.protocols: merge the Telnet/SSH/Dummy.authenticate() methods into .app_authenticate(). Replace the wait parameters by a flush parameter. More... about 15 years ago
Add Exscript.transport.Transport.cancel_expect(). More... about 15 years ago
Exscript.protocols.Transport: all regex methods now accept lists of regular expressions. More... about 15 years ago
add Exscript.util.cast.to_regex() and .to_regexs(). More... about 15 years ago
add Exscript.protocols.Transport.waitfor(). More... about 15 years ago
get rid of the openssh wrapper (removes SSH1 support). More... about 15 years ago
Exscript.protocols.Transport: add a huge chunk of documentation. More... about 15 years ago
introduce a new, explicit Key object for private key authentification. this also adds support for keys that require passwords. More... about 15 years ago
fix: use sys.path.append instead of sys.path.insert in Exscript.__init__. More... about 15 years ago
get rid of unused Exscript.external.logging. More... about 15 years ago
rewrite the SSH2 adapter to use paramiko.Transport object directly, instead of paramiko.Client. More... about 15 years ago
Makefile: fix: use distutils to select default site directory. More... about 15 years ago
Eliminate useless "catch all" statements like "except:" and "except Exception". More... about 15 years ago
Add a test for Exscriptd.OrderDB.get_order_progress_from_id(). More... about 15 years ago