7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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.
sthiell
as Stephane Thiell
More... over 16 years ago
Use setUp() in TaskDistantTest.py
sthiell
as Stephane Thiell
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
sthiell
as Stephane Thiell
More... over 16 years ago
Add non-reg tests for nodeset.py (--rangeset, --exclude and stdin)
Aurélien Degrémont
as Aurelien Degremont
More... over 16 years ago
Merge correctly code coverage improvements in tests (#32)
sthiell
as Stephane Thiell
More... over 16 years ago
Merge code coverage improvements in tests (#32)
sthiell
as Stephane Thiell
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
sthiell
as Stephane Thiell
More... over 16 years ago
Merge nodeset -i and -X options issue fix from 1.1 branch (trac ticket #29)
sthiell
as Stephane Thiell
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
sthiell
as Stephane Thiell
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
sthiell
as Stephane Thiell
More... over 16 years ago
Removing Python 2.3 raw_input() workaround in clush as the trunk is now Python 2.4+ compliant only.
sthiell
as Stephane Thiell
More... over 16 years ago
* Renaming Worker.Popen2 to Worker.Popen after the popen2->subprocess changes.
sthiell
as Stephane Thiell
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()
sthiell
as Stephane Thiell
More... over 16 years ago
Merge clush.py fix back into the trunk.
sthiell
as Stephane Thiell
More... over 16 years ago
* Prepare for 1.1 RC2 * Add missing entry in ChangeLog
sthiell
as Stephane Thiell
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
sthiell
as Stephane Thiell
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.
sthiell
as Stephane Thiell
More... over 16 years ago
Fix options issue when using -f, -u or -t, doh.
sthiell
as Stephane Thiell
More... over 16 years ago
* Remove last WorkerFile dependency.
sthiell
as Stephane Thiell
More... over 16 years ago
Switching to CeCILL-C license (cont'd).
sthiell
as Stephane Thiell
More... over 16 years ago
Switching to CeCILL-C license (LGPL compliant).
sthiell
as Stephane Thiell
More... over 16 years ago
Removing deprecated File Worker.
sthiell
as Stephane Thiell
More... over 16 years ago
New ChangeLog format with more information.
sthiell
as Stephane Thiell
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
sthiell
as Stephane Thiell
More... over 16 years ago
* raw_input() workaround for Python 2.3 ( http://bugs.python.org/issue706406 )
sthiell
as Stephane Thiell
More... over 16 years ago
* fixed NodeSet.__contains__() issue when padding was initialized in a range * added tests for 2 related tricky cases
sthiell
as Stephane Thiell
More... over 16 years ago
* Add ChangeLog file to distribution
sthiell
as Stephane Thiell
More... over 16 years ago
1.1 beta6 preparation * added ChangeLog file * updated version
sthiell
as Stephane Thiell
More... over 16 years ago
* Fix typo
sthiell
as Stephane Thiell
More... over 16 years ago
Wrong file goes away
sthiell
as Stephane Thiell
More... over 16 years ago