openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
python-gearman
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
2 days
ago. based on code collected
3 days
ago.
Jul 20, 2025 — Jul 20, 2026
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed a typeo in the documentation
Samuel Stauffer
More...
over 16 years ago
Incremented version.
Samuel Stauffer
More...
over 16 years ago
better uniq option
Rhett Garber
More...
over 16 years ago
Only send pre_sleep if the connection has been woken up by the server
Samuel Stauffer
More...
over 16 years ago
For a worker that's sleeping, only the connection that gets signalled with a NOOP gets worked. This reduces response time and causes less work for the daemons.
Samuel Stauffer
More...
almost 17 years ago
Fixed a bug in GearmanConnection that could cause a negative timeout being passed to select thus causing an unhandled exception.
Samuel Stauffer
More...
almost 17 years ago
Client integration for twisted
Eric Sumner
More...
almost 17 years ago
fix typo in the multiple tasks example. Have it run multiple tasks
Justin Azoff
More...
almost 17 years ago
Added a README.rst to point to the documentation.
Samuel Stauffer
More...
almost 17 years ago
Fixed examples in the documentation
Samuel Stauffer
More...
almost 17 years ago
Added the beginning of some documentation.
Samuel Stauffer
More...
almost 17 years ago
set the default connection timeout
Justin Azoff
More...
about 17 years ago
Reconnect timeout is now configurable. Cleaned up some lint
Samuel Stauffer
More...
about 17 years ago
Cleaned up client.py and fixed a potential bug in do_taskset. If select.select returns an exception then the lists aren't returned. The function was still looping through them possibly seeing old values.
Samuel Stauffer
More...
about 17 years ago
Replaced a close/is_dead to mark_dead
Samuel Stauffer
More...
about 17 years ago
Added Justin Azoff to AUTHORS, synced the version in setup.py and gearman/__init__.py, and added a classifier for "Python Modules".
Samuel Stauffer
More...
about 17 years ago
When sending data to a non blocking socket, don't abort on EWOULDBLOCK (cherry picked from commit 916306500c92fef7ad6a45e6621b2b80da7b1623)
Justin Azoff
More...
about 17 years ago
GearmanServer now sends the correct magic in command headers. RES instead of REQ
Samuel Stauffer
More...
about 17 years ago
Version 1.3.1
Samuel Stauffer
More...
about 17 years ago
Make sure recv_blocking works even if timeout is instant. Trying to fix an issue with runaway workers.
Samuel Stauffer
More...
about 17 years ago
Connection exceptions are now handled by closing the connection
Samuel Stauffer
More...
about 17 years ago
Fixed deregistering clients in GearmanServer
Samuel Stauffer
More...
about 17 years ago
Added a server test to make sure a task can be completed after one has failed
Samuel Stauffer
More...
about 17 years ago
Fixed type-o
Samuel Stauffer
More...
about 17 years ago
Version now 1.3.0
Samuel Stauffer
More...
about 17 years ago
Server now supports timeouts and the "shutdown" command. The unit tests now use the built in server instead of relying on an external one.
Samuel Stauffer
More...
about 17 years ago
Added a GearmanServer class and gearmand command. The server doesnt' yet support unique jobs and timeoutes, and it'll definitely be restructured not to rely on asyncore (optionally using pyevent).
Samuel Stauffer
More...
about 17 years ago
Separated protocol related functions and constants from connection to protocol
Samuel Stauffer
More...
about 17 years ago
Added tests for registere class and object workers.
Samuel Stauffer
More...
about 17 years ago
Cleaned up the code a little using pylint, and removed a couple of unused imports.
Samuel Stauffer
More...
about 17 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree