3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 02, 2025 — Feb 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
get rid of Exscript.workqueue.WorkQueue.in_queue() and .in_progress(). More... over 14 years ago
Exscript.Task now tracks jobs by id, not by their Action object. More... over 14 years ago
Exscript.workqueue.enqueue*() methods now return a job id. More... over 14 years ago
get rid of Exscript.Queue.wait_for(). More... over 14 years ago
get rid of CustomAction.get_logname(). More... over 14 years ago
get rid of Exscript.host.get_logname(). More... over 14 years ago
replace Exscript.CustomAction.log_event by a pipe-based logging decorator. More... over 14 years ago
Exscript.workqueue: make the job_registry public. More... over 14 years ago
Exscript.workqueue.Job: keep track of open jobs. More... over 14 years ago
Logger: logs are now associated with a job, not with an action. More... over 14 years ago
Exscript.Logger.get_log*(): remove action arguments. More... over 14 years ago
Get rid of Exscript.Queue log arguments. More... over 14 years ago
remember existing loggers in Exscript.Logger.logger_registry. More... over 14 years ago
add QueueTest.testCreatePipe() More... over 14 years ago
Exscript.workqueue: pass a job instance to all subthreads. More... over 14 years ago
Pipes to active child threads are now handled by Exscript.Queue; rename AccountManagerChild to PipeHandler. More... over 14 years ago
add Exscript.workqueue.util.takes_job() decorator to optionally pass the Job instance to a function. More... over 14 years ago
fix: properly clean up in Exscript.TemplateTest. More... over 14 years ago
Exscript.util.bind(): allow for wrapping functions regardless of their number of arguments. More... over 14 years ago
remove Exscript.util.report._get_action_name(). More... over 14 years ago
Add 'data' argument to Exscript.workqueue.WorkQueue.enqueue*(). More... over 14 years ago
Exscript.workqueue.WorkQueue events pass the Job instance, not the Action. More... over 14 years ago
get rid of Exscript.HostAction. More... over 14 years ago
create the Connection object in a decorator, no longer in Exscript.HostAction. More... over 14 years ago
Exscript.protocols.connect(): load command set for 'pseudo'. More... over 14 years ago
get rid of Exscript.workqueue.MainLoop.get_actions_from_name(). More... over 14 years ago
fix Exscript.CustomAction.acquire_account(). More... over 14 years ago
get rid of Exscript.CustomAction.has_aborted(). More... over 14 years ago
Remove login-retry functionality from Exscript.HostAction. More... over 14 years ago
exscript: fix the CLI executable. More... over 14 years ago