3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 18, 2025 — Feb 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Exscript.util.decorator.autologin(): add 'attempts' keyword. More... over 14 years ago
Move retry implementation from Exscript.CustomAction to Exscript.workqueue. More... over 14 years ago
Exscript.Logger: no longer hold any reference to actions. More... over 14 years ago
Exscript.Task: replace action hash list() by a set(). More... almost 15 years ago
action.error_event() now passes sys.exc_info(), not just the exception value. More... almost 15 years ago
get rid of workqueue.job_completed_event(). More... almost 15 years ago
Exscript.workqueue.MainLoop: always store Job objects in internal data structures. More... almost 15 years ago
add 'times' argument for Exscript.workqueue.enqueue*(), and get rid of Exscript.CustomAction.set_times(). More... almost 15 years ago
Replace Exscript.CustomAction.started_event by Exscript.Queue.action_started_event. More... almost 15 years ago
cleanups in LoggerTest and FileLoggerTest. More... almost 15 years ago
add Exscript.Queue.action_started_event. More... almost 15 years ago
Exscript.workqueue.job_*_event now passes the action, not the job. More... almost 15 years ago
cleanup: Rename Exscript.Logger._action_enqueued() to ._on_action_enqueued(). More... almost 15 years ago
Exscript.CustomAction.started_event() no longer passes the connection. More... almost 15 years ago
add CustomAction.log_event() and port the loggers to using this instead of Connection.data_received_event. More... almost 15 years ago
Exscript.workqueue.Job no longer takes a debug argument. More... almost 15 years ago
Exscript.workqueue.Job: accept a name argument. More... almost 15 years ago
remove some useless imports from MainLoopTest. More... almost 15 years ago
Exscript.workqueue.Action no longer holds a reference to the main loop. More... almost 15 years ago
get rid of workqueue.Action.wait_for(). More... almost 15 years ago
Exscript.protocols.drivers.Driver subclasses must no longer implement supports_auto_authorize(). this also fixes junos_erx, where the method was forgotten. More... almost 15 years ago
exscript: add --authorization command line option. More... almost 15 years ago
fix stdlib function sys.message(). More... almost 15 years ago
fix: Exscript.AccountProxy.context() and Account.context() would not work on python2.7/AIX. More... almost 15 years ago
Exscript.util.sigint: fix: exit status on keyboardinterrupt. More... almost 15 years ago
add Exscript.stdlib.ipv4.network() and .broadcast(). More... almost 15 years ago
add Exscript.util.ipv4.network() and .broadcast(). More... almost 15 years ago
make sure to close account manager pipes. More... almost 15 years ago
Exscript.Queue: pipes between account manager and child threads are created later, at the time when the action starts. More... almost 15 years ago
Exscript.AccountProxy: add support for thread-local accounts. More... almost 15 years ago