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
doc makefile: publish to github via http. More... almost 15 years ago
Exscript.Log objects no longer keep a hard reference to the associated Exscript.Connection. More... almost 15 years ago
get rid of Exscript.util.cast.to_log() and .to_logs() More... almost 15 years ago
Exscript.Logfile: don't overwrite built in function 'file'. More... almost 15 years ago
remove some unused imports. More... almost 15 years ago
Exscript.Logger: replace a dict by a defaultdict. More... almost 15 years ago
get rid of Exscript.protocols.StreamAnalyzer. More... almost 15 years ago
get rid of Exscript.QueueListener. More... almost 15 years ago
Exscript.Host: fix: set_tcp_port() accepts None. More... almost 15 years ago
Exscriptd.OrderDB: fix leaked database connections. More... almost 15 years ago
Exscriptd.OrderDB: increase maximum size of logfile/tracfile name fields. More... almost 15 years ago
Exscript.Host: alway cast tcp port to int. More... almost 15 years ago
Exscript.protocols: clear buffer after closing a connection. More... almost 15 years ago
shell driver: relaxed password prompt handling. More... almost 15 years ago
Exscript.protocols.Protocol: Every protocol now has a standard .buffer attribute. More... almost 15 years ago
Add Exscript.util.buffer. More... almost 15 years ago
Exscript.protocols.Protocol.interact(): fix: last commit was broken. More... almost 15 years ago
Exscript.protocols.Protocol.interact(): Temporarily revert stdin behavior while callbacks are active. More... almost 15 years ago
Exscript.protocols.Telnet: fix: have close() update the response attribute. More... almost 15 years ago
Exscript.protocols.connect(): fix: port number was ignored. More... almost 15 years ago
Add a test for Exscript.util.tty.get_terminal_size(). More... almost 15 years ago
Exscript.util.tty.get_terminal_size(): fix: don't fail if stdout/stderr/stdin have no fileno(). More... almost 15 years ago
Exscript.util.tty.get_terminal_size(): fix yet another uncaught exception. More... almost 15 years ago
Exscript.util.tty.get_terminal_size(): fix: caught wrong exception. More... almost 15 years ago
Exscript.util.tty.get_terminal_size(): fix: now works on devices that don't support ioctl. More... almost 15 years ago
Exscript.util.tty.get_terminal_size(): fix numerous bugs, and rewrite with less aggressive exception catching. More... almost 15 years ago
Exscript.protocols: Fix: to not remove CR followed by NULL bytes. More... almost 15 years ago
Exscript.protocols.Protocol.interact(): add support for setting the terminal size. More... almost 15 years ago
Add Exscript.util.tty. More... almost 15 years ago
Exscript.protocols.telnetlib: add support for NAWS. More... almost 15 years ago