2009-08-11 Igor Kachaev * python/threadpool.py update to version 1.2.5 (2008-11-19) * python/tbroadcast.py implement package sort by use count; protect common structures with semaphore * python/__init__.py remove from the package * scripts/tbroadcast better help; option '-sort' to try sorting 2009-06-25 Igor Kachaev * scripts/tbroadcast Check correctness of options supplied; do '-help' if empty command line * python/tbroadcast.py add wait() after communicate() to prevent loop at the end of job; disable -no_keep_going internally as it blocks; use local copy of getstatusoutput() - else blocks at nightly * cmt/requirements remove python dir from the path 2009-05-28 Vincent Garonne * scripts/tbroadcast Added the python version checking (>= 2.5) * python/threadpool.py Upgraded version to 1.1 * python/tbroadcast.py: Replaced the execute method by communicate from the Popen py25 module to avoid deadlocks due to any of the other OS pipe buffers filling up and blocking the child process * python/executer.py Removed from the package 2007-03-22 Vincent Garonne * scripts/tbroadcast, python/tbroadcast.py: Added the -no_keep_going option