| Add first separate stdout/stderr handling support in the library. This is optional and backward compatible with v1.1. The new task.shell() parameter is stderr=True/False to enable or not separate handling, and a new event handler named ev_error() has been added to the EventHandler API. MsgTreeElem management has been dissociated from Task and is now implemented in the MsgTree class of MsgTree.py. Basic tests added. |
|
More...
|
over 16 years ago
|
| Use setUp() in TaskDistantTest.py |
|
More...
|
over 16 years ago
|
| * merge clush.py changes from branch 1.1 (r151 and r152). * remove unused clush.py in tests directory * update ChangeLog |
|
More...
|
over 16 years ago
|
| Add non-reg tests for nodeset.py (--rangeset, --exclude and stdin) |
|
More...
|
over 16 years ago
|
| Merge correctly code coverage improvements in tests (#32) |
|
More...
|
over 16 years ago
|
| Merge code coverage improvements in tests (#32) |
|
More...
|
over 16 years ago
|
| * NodeSet.py: found and fixed a bug in intersection_update() when used with patterns without range (eg. two simple nodes...) * added unit test for nodeset.py |
|
More...
|
over 16 years ago
|
| Merge nodeset -i and -X options issue fix from 1.1 branch (trac ticket #29) |
|
More...
|
over 16 years ago
|
| * change all sets to use built in set type available since Python 2.4 (the sets module is deprecated) * clush.py: remove DeprecationWarning ignore filter * update ChangeLog |
|
More...
|
over 16 years ago
|
| * Add epoll based Engine, a better Linux I/O event notification facility (Python 2.6+ only, available on Fedora 11) [trac ticket #7] * Minor changes in base classe Engine.py to support both Poll and EPoll engines |
|
More...
|
over 16 years ago
|
| Removing Python 2.3 raw_input() workaround in clush as the trunk is now Python 2.4+ compliant only. |
|
More...
|
over 16 years ago
|
| * Renaming Worker.Popen2 to Worker.Popen after the popen2->subprocess changes. |
|
More...
|
over 16 years ago
|
| * Migrate from popen2.Popen4 (deprecated) to subprocess.Popen (Python 2.4+ required) [trac ticket #27] * BTW fix trac ticket #26 (Simple quote escape conflict with Pdsh worker) by adding PDSH_SSH_ARGS_APPEND to the env= option of Popen() |
|
More...
|
over 16 years ago
|
| Merge clush.py fix back into the trunk. |
|
More...
|
over 16 years ago
|
| * Prepare for 1.1 RC2 * Add missing entry in ChangeLog |
|
More...
|
over 16 years ago
|
| * fixed trac ticket #24 (Add a way to add ssh options at runtime), added as a new clush option -o <options> * updated doc * updated ChangeLog for 1.1 RC2 |
|
More...
|
over 16 years ago
|
| Fix trac ticket #25: simple quote escape conflict. Opened trac ticket #26 for remaining Pdsh worker issue with simple quote. Will be fixed in 1.2 with subprocess. Added non-regression tests for this issue. |
|
More...
|
over 16 years ago
|
| Fix options issue when using -f, -u or -t, doh. |
|
More...
|
over 16 years ago
|
| * Remove last WorkerFile dependency. |
|
More...
|
over 16 years ago
|
| Switching to CeCILL-C license (cont'd). |
|
More...
|
over 16 years ago
|
| Switching to CeCILL-C license (LGPL compliant). |
|
More...
|
over 16 years ago
|
| Removing deprecated File Worker. |
|
More...
|
over 16 years ago
|
| New ChangeLog format with more information. |
|
More...
|
over 16 years ago
|
| * added '=' special single-character command in interactive mode to toggle output format (standard/gathered), updated docs * fixed engine issue (writer) when using set_writer_eof() * source preparation for release: version 1.1 rc1 |
|
More...
|
over 16 years ago
|
| * raw_input() workaround for Python 2.3 ( http://bugs.python.org/issue706406 ) |
|
More...
|
over 16 years ago
|
| * fixed NodeSet.__contains__() issue when padding was initialized in a range * added tests for 2 related tricky cases |
|
More...
|
over 16 years ago
|
| * Add ChangeLog file to distribution |
|
More...
|
over 16 years ago
|
| 1.1 beta6 preparation * added ChangeLog file * updated version |
|
More...
|
over 16 years ago
|
| * Fix typo |
|
More...
|
over 16 years ago
|
| Wrong file goes away |
|
More...
|
over 16 years ago
|