2
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add ability to iterate over record in all pyzor's engines. More... almost 10 years ago
Make redis unit tests able to run without the redis library. More... almost 10 years ago
Update META files. More... almost 10 years ago
Ensure Python 3 compatibility. More... almost 10 years ago
Add hack to add the signal support of the pyzord server for Python2.6. Also centralize the hacks in a new package pyzor.hacks (let's hope this doesn't get out of hand) More... almost 10 years ago
Updated changelog. More... almost 10 years ago
Style fixes. More... almost 10 years ago
Gdbm library does not need to be installed to have the Pyzor server working. More... almost 10 years ago
Add option to enable gevent support. More... almost 10 years ago
Create the specified homedir, not the user's one. More... almost 10 years ago
Wrap the redis engine with safe calls. Purely for consistency. More... almost 10 years ago
Automatically detect if run under Python 3 and refactor with 2to3 before installing during setup. More... almost 10 years ago
Make sure to encode/decode properly when handling the Redis engine, to ensure python3 compatibility. More... almost 10 years ago
Add new configuration option to the config sample. More... almost 10 years ago
Add option to detach and daemonize the pyzord process, to specify and PID file and a file to redirect any output. More... almost 10 years ago
Split and refactor tests in functional and unit. More... almost 10 years ago
Further improve logging so that critical message are always printed to stderr. More... almost 10 years ago
Add setDaemon too MockTimer. More... almost 10 years ago
Timer threads need to be set as daemon, otherwise the server cannot be safely stopped. More... almost 10 years ago
Disable creating log files by default. More... almost 10 years ago
Also have a central method logging setup and reading all files for the pyzor client. More... almost 10 years ago
Add a UsageLogFile options to separate the two different logs. Also add other improvements to the logging system. If no log file is specified only the output is handled by a StreamHandler but only at Critical Level. If debug option is given then always use a StreamHandler. More... almost 10 years ago
[no comment] More... almost 10 years ago
If message is badly formed, simply assume ASCII encoding and ignore any errors. More... about 10 years ago
Add example for the redis engine to the configuration sample. More... about 10 years ago
Add a signal handler for USR1 that will trigger a configuration reload. This applies to the the access and passwd file of the server. More... about 10 years ago
Split the configuration parsing into a separate module, for both the pyzor client and the pyzor server. Also prepare the pyzor server class to support a configuration reloading signal. More... about 10 years ago
Add unittests for the new redis engine. More... about 10 years ago
Add tests for the no max_age option for the existing engines. More... about 10 years ago
Use the "pyzord.digest" namespace to prevent key clashes in the redis engine. More... about 10 years ago