3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 16, 2025 — Jan 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
String: fix variable substitution More... about 16 years ago
Add support for pseudo devices using the pseudo: protocol. More... about 16 years ago
Allow for registering custom protocol adapters. More... about 16 years ago
Replace Token by parselib.Token. More... about 16 years ago
String: Make delimiter handling more flexible. More... about 16 years ago
Fix: Correctly define variables. More... about 16 years ago
Warn if an input list is empty. More... about 16 years ago
Separate the lexer from the parser. More... about 16 years ago
all-over: Separate calls to the parser and lexer. More... about 16 years ago
The Token class now derives from parselib.Token. More... about 16 years ago
Get rid of the 'line' attribute of the Token class. More... about 16 years ago
Get rid of the 'input' attribute of the Token class. More... about 16 years ago
All tokens now take (lexer, parser, parent) as constructor arguments. More... about 16 years ago
TODO updated. More... about 16 years ago
Get rid of useless import, cleanup. More... about 16 years ago
Fix: util.run(). More... about 16 years ago
Fix: Forgotten import statement caused util.run to fail. More... about 16 years ago
Split util.py into seperate modules. More... about 16 years ago
Add new Exscript.start() method that is supposed to replace run() at some point. Add unit tests. More... about 16 years ago
Ignore swap files. More... about 16 years ago
Remove useless signal 'login_done'. More... about 16 years ago
Clean the Connection class up, and add some docs. More... about 16 years ago
Get rid of __exscript__ builtin variable. More... about 16 years ago
Rework most of the account locking related code, hopefully fixing some sync issues. More... about 16 years ago
Fix: authenticate, authorize, and auto_authorize stdlib functions. More... about 16 years ago
Fix: Pass options to the Connection object. More... about 16 years ago
No longer pass Exscript and Host args to functions invoked by the FuncJob, as these are now attached to connection objects. More... about 16 years ago
Fix: The last commit broke badly. More... about 16 years ago
Introduce an explicit connection object. More... about 16 years ago
Add Host.set_name(). More... about 16 years ago