Author |
Date |
Commit |
Message |
getxsick |
Feb 16, 2009 |
6e5277a2e2fd |
[svn r61954] removed of using some deprecated modules/functions from stdlib.
use |
hpk |
Jan 14, 2009 |
db1ad9f0f09a |
[svn r60976] a few notes regarding improving remote tracebacks for py.execnet |
hpk |
Sep 23, 2008 |
9ff1091d136e |
[svn r58385] * move cross-platform process kill functionality and move it to
p |
hpk |
Sep 10, 2008 |
8e7103f92806 |
[svn r58035] allow for passing in ssh_config files, deprecat "identity" argument |
hpk |
Aug 21, 2008 |
76cad6266409 |
[svn r57546] * channels now also provide makefile(mode) with mode = 'r'
for pr |
hpk |
Aug 21, 2008 |
1c6d859e8593 |
[svn r57544] still notify callbacks if we can't send to the other side anymore. |
hpk |
Aug 21, 2008 |
5126ce9e97fb |
[svn r57540] merge changes from release branch back
[svn merge -r 57430:HEAD ../ |
hpk |
Aug 18, 2008 |
b77145d5d397 |
[svn r57440] various fixes for python2.6 |
hpk |
Aug 18, 2008 |
7798ae264847 |
[svn r57429] merging/porting the release branch changes and
cleanups to trunk.
|
hpk |
Jul 22, 2008 |
0e86d89c871f |
[svn r56722] porting the windows-execnet 56717 and 56718 fixes to other active b |
fijal |
Aug 27, 2007 |
f33c23a8edfc |
[svn r46010] Merge from branch - a lock for files, prevents segfaults of cpython |
hpk |
Aug 8, 2007 |
507f81c7e02b |
[svn r45549] fix a bug that servemain() wouldn't actually
try to join threads at |
hpk |
Aug 8, 2007 |
cdafa07658a0 |
[svn r45548] - refactoring cleanup mechanics into its own class
- have setDaemon |
hpk |
Aug 8, 2007 |
4c18dca08e50 |
[svn r45547] remove global |
hpk |
Aug 7, 2007 |
cbd165843881 |
[svn r45541] don't use globals when we might be called from destructors |
hpk |
Aug 7, 2007 |
4da19b3c23f1 |
[svn r45539] merge the execnet lessthreads branch (using the branch'es history): |
hpk |
Mar 6, 2007 |
6060412f7638 |
[svn r39982] introduce gateway._send and have all places route
their sending of |
hpk |
Feb 12, 2007 |
24d6b076fccd |
[svn r38579] library code should not use magic timeouts,
testing code may use a |
hpk |
Feb 11, 2007 |
b02c6278656d |
[svn r38441] increase hard-coded timeouts a bit (waitclose()
will not neccessari |
hpk |
Feb 10, 2007 |
fd9787f5d5ad |
[svn r38427] significantly reducing the trailing "Exception in Thread"
messages |
guido |
Feb 8, 2007 |
2ba19ca72b80 |
[svn r38221] Reverting previous changes after a discussion with hpk. |
guido |
Feb 8, 2007 |
c1c560ea0df6 |
[svn r38217] Moved the -S option to a new conftest.py in the execnet dir to avoi |
hpk |
Feb 8, 2007 |
9d7e03b31752 |
[svn r38176] make delete a per-host option (internally it is anyway) |
fijal |
Feb 8, 2007 |
353023b5f947 |
[svn r38174] Flag instead of new method and a test. |
fijal |
Feb 8, 2007 |
c69e5dc562d2 |
[svn r38172] Add a method which sends only if there are available targets |
fijal |
Feb 8, 2007 |
167da21d3b0a |
[svn r38164] Move source as an rsync initialisation argument rather than
as a se |
guido |
Feb 7, 2007 |
42795b81ee57 |
[svn r38076] Typo. |
hpk |
Feb 6, 2007 |
2702746ab5d7 |
[svn r38028] make rsync configurable regarding its output
(verbose option and ov |
hpk |
Feb 5, 2007 |
dd043ea015e6 |
[svn r37960] refactored the tests and added tests and code
for disallowing to se |
hpk |
Feb 4, 2007 |
c7daa26cbb7b |
[svn r37915] sanity checks |
guido |
Feb 4, 2007 |
2fe5fbc6fd76 |
[svn r37912] Made some small changes to the initpkg mechanism so docstrings are, |
hpk |
Feb 3, 2007 |
7e6f419639e3 |
[svn r37866] small cleanup of ground std* descriptors. |
fijal |
Feb 3, 2007 |
9a1be00c2192 |
[svn r37850] Split methods a bit to smaller parts. |
fijal |
Feb 2, 2007 |
cdb39ff0f4aa |
[svn r37838] Privatize attributes of rsync.py |
hpk |
Feb 2, 2007 |
4c72b37e6d21 |
[svn r37831] improving more docstrings |
hpk |
Feb 2, 2007 |
9ca92542ad51 |
[svn r37830] better RSync docstring |
hpk |
Feb 2, 2007 |
1c6a7a8fa71f |
[svn r37824] fix typo |
hpk |
Feb 2, 2007 |
06ebe798edcc |
[svn r37822] added lots of docstrings, general cleanup |
hpk |
Feb 2, 2007 |
1963de245a94 |
[svn r37790] fix Ssh remote sanitzing of FD 1 and 0 and factor
out the code in a |
hpk |
Feb 2, 2007 |
3a25750a1850 |
[svn r37787] more precision at shutdown: first remove
from the sendqueue, then t |
hpk |
Feb 2, 2007 |
28bf355ec41f |
[svn r37786] improve docstring |
hpk |
Feb 2, 2007 |
0494a7b2e6a3 |
[svn r37785] privatizing some more attributes |
hpk |
Feb 2, 2007 |
9cc0b1e1be48 |
[svn r37784] privatizing some attributes |
hpk |
Feb 2, 2007 |
2f16947e2620 |
[svn r37783] puh, it took me quite a while to find out why
ssh-stdout-confusion |
hpk |
Feb 1, 2007 |
8a4753279303 |
[svn r37780] simplifying code a bit (but test_confusion* for Ssh still fails) |
fijal |
Feb 1, 2007 |
ddf0b78318b9 |
[svn r37779] Fix and a test for disappearing files. |
fijal |
Jan 29, 2007 |
5bcf89d5ef0a |
[svn r37554] add XXX |
hpk |
Jan 28, 2007 |
bac5bd64578d |
[svn r37459] fix socketgateway test to run on both win32 and linux |
hpk |
Jan 28, 2007 |
2a86a375b633 |
[svn r37456] some small adjustments/cleanups regarding intiialisation |
hpk |
Jan 27, 2007 |
8868f0577c9e |
[svn r37446] don't try this on windows |
hpk |
Jan 27, 2007 |
fc8a77e6e925 |
[svn r37445] use suprocess module to start socketserver subprocess |
hpk |
Jan 27, 2007 |
6da495cd1098 |
[svn r37444] a try at a wrapping loop_socketserver.py
that restarts the actual s |
guido |
Jan 25, 2007 |
c95cd21ce2a1 |
[svn r37318] Rolling back previous change, instead applying what seems to have b |
guido |
Jan 25, 2007 |
9182bf8a30c0 |
[svn r37317] Fixed execnet tests on Windows, for some reason it uses '0.0.0.0' a |
hpk |
Jan 24, 2007 |
eaab8ca526e8 |
[svn r37278] move files from branch to trunk (and thus complete
the merge of the |
hpk |
Jan 24, 2007 |
cb2b9ed086e2 |
[svn r37264] create the new development trunk |