1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve thread performance by passing through literals directly instead of wrapping them in Proxy objects. More... over 15 years ago
allow setup.py to be executed More... over 15 years ago
moved version to module so --version can be used More... over 15 years ago
Re-connect --watch to the child so it will properly die when the reloader sends SIGHUP More... over 15 years ago
Prevent hard-failure if our config doesn't have the 'dev' key More... over 15 years ago
Change --no-backdoor to --backdoor, making backdoor starting optional, not default More... over 15 years ago
Removed ExecuteInThreadpool which fixes #11, and also removes the necessity to have the entire response in memory. This is also more compatible with websockets. More... over 15 years ago
Fix crash during SIGHUP, and children launched after KeyboardInterrupt More... almost 16 years ago
Hook up the reloader again, this time to the --reload=dev command line option. svn reloader not hooked up at the moment. More... almost 16 years ago
Add a backdoor bound to localhost More... almost 16 years ago
Bump release candidate More... almost 16 years ago
Rename spawn -> spawning More... almost 16 years ago
Prune more stale code More... almost 16 years ago
Restructure some of the spawning_controller code More... almost 16 years ago
Minor import cleanup More... almost 16 years ago
Use eventlet.patcher instead of eventlet.util for monkey-patching More... almost 16 years ago
Prevent raising KeyError when calling setproctitle More... almost 16 years ago
Add the --make-pidfile argument as Spawning will not dump it's own PID More... almost 16 years ago
Remove the remainder of the deprecated API calls More... almost 16 years ago
Update eventlet calls to reflect recent changes in the eventlet API More... almost 16 years ago
Introduce spawning.util to house the `named` function More... almost 16 years ago
Add a basic Django test application (basic) More... almost 16 years ago
Bump release-candidate status More... almost 16 years ago
Remove PasteDeploy dependency More... almost 16 years ago
Bump the eventlet requirement to 0.9.7 More... almost 16 years ago
Use start-stop-daemon to be more Debian-y (thanks Yoan) More... about 16 years ago
Add Debian/Ubuntu-like init.d script with usage instructions More... about 16 years ago
Make Spawning depend on pastedeploy More... about 16 years ago
Use O_APPEND when opening files for daemonizing. More... about 16 years ago
Remove .hgignore. More... about 16 years ago