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
4 days
ago. based on code collected
5 days
ago.
Jul 20, 2025 — Jul 20, 2026
Showing page 2 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed a bug in GearmanClient.dispatch_background_task to make it obey high_priority (though the protocol has no concept of a high_priority background task).
Samuel Stauffer
More...
about 17 years ago
Fixed a bug in GearmanManager when server missing port
Samuel Stauffer
More...
about 17 years ago
Fixed compatibility with Python 2.4. Thanks Erik B.
Samuel Stauffer
More...
about 17 years ago
Added .gitignore
Samuel Stauffer
More...
about 17 years ago
Added LICENSE and MANIFEST.in
Samuel Stauffer
More...
about 17 years ago
pythonapi: Version now 1.2
Samuel Stauffer
More...
over 17 years ago
pythonapi: Added GearmanManager class for admin text commands
Samuel Stauffer
More...
over 17 years ago
pythonapi: Workers now handle a server dieing while looking for work
Samuel Stauffer
More...
over 17 years ago
pythonapi: Better patch for uniq=True -> uniq='-'
Samuel Stauffer
More...
over 17 years ago
pythonapi: Merged Justin Azoff's patch for adding GearmanClient.get_status, and uniq=True is the same as uniq='-' now.
Samuel Stauffer
More...
over 17 years ago
pythonapi: Merged patch by Justin Azoff to do with worker connections
Samuel Stauffer
More...
over 17 years ago
pythonapi: Fixed version number in __init__
Samuel Stauffer
More...
over 17 years ago
pythonapi: Updated setup.py to include necessary info for PyPI
Samuel Stauffer
More...
over 17 years ago
pythonapi: Changed default port from 7003 to 4730
Samuel Stauffer
More...
over 17 years ago
pythonapi: Two fixes from Justin Azoff. Timed out tasks that still get a response no longer trigger an InvalidResponse, and when reconnecting to a server the client no longer gets stuck waiting for old pending tasks.
Samuel Stauffer
More...
about 18 years ago
pythonapi: GearmanClient.do_task now raises a TaskFailed exception if timeout expires before task completes
Samuel Stauffer
More...
over 18 years ago
pythonapi: Fixed GearmanConnection.recv_blocking to handle interupts select better
Samuel Stauffer
More...
almost 19 years ago
pythonapi: GearmanConnection should now actually be fixed for "host:port"
Samuel Stauffer
More...
almost 19 years ago
pythonapi: Fixed GearmanConnection for "host:port", and register_class now better supports instances.
Samuel Stauffer
More...
almost 19 years ago
pythonapi: Fixed a bug when select is interrupted by a system call
Samuel Stauffer
More...
almost 19 years ago
pythonapi: Fixed is_idle/stop_if in GearmanWorker.work. is_idle was inverted.
Samuel Stauffer
More...
almost 19 years ago
pythonapi: better handling of connection failures
Samuel Stauffer
More...
almost 19 years ago
pythonapi: Added handling of 'interrupted system call' exceptions during select to allow for graceful shutdown
Samuel Stauffer
More...
almost 19 years ago
pythonapi: Changed GearmanWorker.work to better match Perl API. Added stop_if callback inplace of stop_if_idle and one_task
Samuel Stauffer
More...
almost 19 years ago
pythonapi: register_class not supports instances of a class, and the 'fail' hook is now passed full exc_info
Samuel Stauffer
More...
almost 19 years ago
pythonapi: Added 'decorator' argument to GearmanWorker.register_class. It makes it easier to expose an existing class through gearman.
Samuel Stauffer
More...
almost 19 years ago
pythonapi: Added __repr__ to GearmanJob
Samuel Stauffer
More...
almost 19 years ago
pythonapi: Fixed a silly bug in GearmanConnection.flush
Samuel Stauffer
More...
almost 19 years ago
pythonapi: Since per-task timeouts are not yet supported, do_task now passes the task's timeout to do_taskset
Samuel Stauffer
More...
almost 19 years ago
pythonapi: Added __call__ metohd to GearmanClient
Samuel Stauffer
More...
almost 19 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