2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 01, 2025 — Mar 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Consistently renamed "failure" -> "failed" queue. More... about 14 years ago
Fix: store the job result in the correct key. More... about 14 years ago
Encapsulate the result property (it should not directly be set). More... about 14 years ago
Merge branch 'use-cpickle' More... about 14 years ago
Merge branch 'rewrite-data-model' More... about 14 years ago
Simplify the count_words_at_url example. More... about 14 years ago
Always use cPickle, never 'regular' pickle. More... about 14 years ago
Style fixes (flake8). More... about 14 years ago
Abstract away from the concrete pickle implementation. More... about 14 years ago
Have the test suite find an empty Redis database. More... about 14 years ago
Add more colorful terminal output. More... about 14 years ago
Improve work generator. More... about 14 years ago
Remove dead code. More... about 14 years ago
Fix putting jobs on the failure queue when they fail. More... about 14 years ago
Simplify the persistence of jobs. More... about 14 years ago
Encapsulate internal function call representation. More... about 14 years ago
CHECKPOINT: dequeue_any now returns the queue that was popped from. More... about 14 years ago
CHECKPOINT: Handle failing and unreadable jobs. More... about 14 years ago
CHECKPOINT: Second part of the big refactoring. More... about 14 years ago
CHECKPOINT: Initial part of the big refactor. More... about 14 years ago
Get rid of ugly custom assertion. More... about 14 years ago
Rename empty property -> is_empty() method. More... about 14 years ago
Pass test output through rg. More... about 14 years ago
Mental note to self. More... about 14 years ago
Initially set the exc_info property, so it does not raise an AttributeException when accessed. More... about 14 years ago
Putting failed jobs on the failure queue. More... about 14 years ago
Put unreadable tasks on the failure queue. More... about 14 years ago
Change the way jobs are pickled. More... about 14 years ago
Clarified responsibility of the Job class. More... about 14 years ago
Put Job in its own file. More... about 14 years ago