summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add changelog and bump version to 0.3.0.0.3.0Vincent Driessen2012-08-052-2/+7
* Set state to busy as early as possible.Vincent Driessen2012-08-051-3/+4
* Merge branch 'master' into selwin-warm-shutdown-2Vincent Driessen2012-08-054-21/+55
|\
| * Worker/horse distinction in signal handler is obsolete.Vincent Driessen2012-08-051-4/+1
| * Fix that doens't abort the currently running job on Ctrl+C.Vincent Driessen2012-08-051-0/+8
| * Add comment to the README.Vincent Driessen2012-08-041-0/+1
| * Reformat Markdown for Python highlighting.Vincent Driessen2012-08-031-21/+25
| * Add the same treatment to the README file.Vincent Driessen2012-08-031-0/+6
| * Fixed code snippets' styling.Alexander Artemenko2012-08-021-0/+6
| * Merge hotfix/0.2.2Vincent Driessen2012-08-013-2/+12
| |\
| | * Bump the version.0.2.2Vincent Driessen2012-08-011-1/+1
| | * Update the changelog.Vincent Driessen2012-08-011-0/+6
| | * Fix bug where pickling the return value caused an uncaught exception.Vincent Driessen2012-08-011-1/+5
| * | Print version number when running the server.Vincent Driessen2012-08-011-0/+2
* | | Raise a StopException when Control+C is pressed.Selwin Ong2012-07-262-3/+19
|/ /
* | Add changes to change log.Vincent Driessen2012-07-251-1/+9
* | Merge branch 'selwin-decorator'Vincent Driessen2012-07-257-23/+127
|\ \
| * | Resolve connections early.Vincent Driessen2012-07-244-16/+29
| * | Minor bug in test case.Vincent Driessen2012-07-241-1/+1
| * | Update comment.Vincent Driessen2012-07-241-5/+4
| * | Add changes to the change log.Vincent Driessen2012-07-241-2/+16
| * | Add @wraps() call.Vincent Driessen2012-07-241-0/+2
| * | PEP8ify.Vincent Driessen2012-07-241-3/+4
| * | Make test descriptions show up in short (oneliner) mode, as ./run_tests does.Vincent Driessen2012-07-241-7/+4
| * | Merge branch 'new-enqueue' into selwin-decoratorVincent Driessen2012-07-242-13/+15
| |\ \
| | * | Since we only have the timeout option, don't be too generic.Vincent Driessen2012-07-241-6/+6
| | * | Don't use the (internal) .enqueue_call() in unit tests.Vincent Driessen2012-07-241-2/+2
| | * | Add new way of invoking .enqueue(), either implicitly or explicitly.Vincent Driessen2012-07-241-9/+11
| * | | Make "queue" argument in job decorator required.Selwin Ong2012-07-243-14/+20
| * | | Merge branch 'master' into decoratorSelwin Ong2012-07-246-28/+56
| |\ \ \ | | |/ /
| * | | Added a job decorator.Selwin Ong2012-07-233-0/+70
* | | | PEP8ify.Vincent Driessen2012-07-251-1/+2
| |/ / |/| |
* | | Update changelog.Vincent Driessen2012-07-231-2/+3
* | | Get rid of the ambiguity when passing the timeout argument to .enqueue() calls.Vincent Driessen2012-07-232-9/+13
* | | Refactor the .enqueue() API to not gobble the timeout kwargs.Vincent Driessen2012-07-235-23/+46
* | | PEP8ify.Vincent Driessen2012-07-231-1/+1
|/ /
* | Prepare changelog for next version.Vincent Driessen2012-07-201-0/+6
|/
* Bump the version.0.2.1Vincent Driessen2012-07-202-3/+3
* Fix bug where results wasn't correctly unpickled when refreshing from Redis.Vincent Driessen2012-07-202-2/+5
* Add new release section.Vincent Driessen2012-07-181-0/+4
* Bump version.0.2.0Vincent Driessen2012-07-181-1/+1
* Update changelog for the upcoming release.Vincent Driessen2012-07-181-4/+12
* Merge branch 'sleekslush-master'Vincent Driessen2012-07-181-3/+3
|\
| * Uses push_connection() and pop_connection()Craig Slusher2012-05-301-3/+3
* | Add means of specifying the job function using strings.Vincent Driessen2012-07-182-3/+6
* | Add test.Vincent Driessen2012-07-182-1/+19
* | Fix typo.Vincent Driessen2012-07-182-3/+3
* | Minor fix for empty dict check.Vincent Driessen2012-07-181-2/+1
* | Don't store Job's "_instance" attribute in Redis.Selwin Ong2012-07-181-2/+3
* | Add way of running tests unfiltered.Vincent Driessen2012-07-182-6/+14