Export to GitHub

execnet-green - default

Source Commits


Commits

Author Date Commit Message
holger krekel Aug 5, 2010 747f30a0f16c fixing callbacks a bit, not completely yet
holger krekel Jul 31, 2010 ec4f72699153 a small fix to make more of socket-tests pass
holger krekel Jul 30, 2010 f11aa444e26c merge
holger krekel Jul 30, 2010 988e10cbd44d Added tag 1.0.8 for changeset 235d6213891e
holger krekel Jul 30, 2010 0af043aad0d0 merge changes
holger krekel Jul 30, 2010 235d6213891e * adding docs and changelog for remote_exec(func, **kwargs) * fixing a py2/py3 i
holger krekel Jul 30, 2010 334f92823ec3 unify writeto/readfrom signatures a bit
holger krekel Jul 30, 2010 5ab79d17a84d merge
holger krekel Jul 29, 2010 0263548163b4 whitespace-fix
holger krekel Jul 29, 2010 12bc64654207 adding a missing file
holger krekel Jul 29, 2010 c61e461998eb adding an example about calling with kwargs (pending some implementation from ro
Ronny Pfannschmidt Jul 30, 2010 74cb0db0dea8 enable gw.remote_exec(function, **kwargs) this is implemented by extending the
holger krekel Jul 29, 2010 2aadb3761ab7 put onre more dependent function under import-ast-skip protection
Ronny Pfannschmidt Jul 29, 2010 8955e7b959b1 auto-skip tests for global finder if the ast module is missing
Ronny Pfannschmidt Jul 29, 2010 a6967fecef38 use tuple slicing instead of list comprehension to ensure rinfo version_info is
Ronny Pfannschmidt Jul 29, 2010 366dc8f9884d integrate maciej's global finder for the remote_exec(function) sanity checks ta
holger krekel Jul 28, 2010 be97fbf7ff74 also make socketserver script use eventlet
Ronny Pfannschmidt Jul 29, 2010 1aedf1fb7759 implement and test passing functions to remote_exec
holger krekel Jul 28, 2010 d14e3e492a03 some experimental hacks for getting basics to work
holger krekel Jul 27, 2010 69122c9b1fc7 update linecache before reading module-source (thanks ronny, mattmtl)
holger krekel Jul 27, 2010 1629c46531f0 fix syntax for python3.1
holger krekel Jul 27, 2010 fcda30bac7e5 rsync path (dir and files) permission/mode information to the other side
holger krekel Jul 27, 2010 102af6badef9 fix rsyncing of symlinks
holger krekel Jul 27, 2010 aebb1812a988 update apipkg usage
holger krekel Jul 26, 2010 19148dc174d2 some fixes to examples and issues
holger krekel Jul 26, 2010 487e31b01947 remove trailing whitespace everywhere
holger krekel Jul 11, 2010 8414d8f19e46 small updates
holger krekel Jul 7, 2010 fbb2bc1316d2 improved versioning
holger krekel Jul 7, 2010 eb2dd153170b Added tag 1.0.7 for changeset e25a7d3c706f
holger krekel Jul 7, 2010 e25a7d3c706f catch all
holger krekel Jul 7, 2010 180c18c4bac2 add a new env:NAME=value setting to xspecs bump version to 1.0.7
holger krekel Jul 7, 2010 bf0cd0d5e506 search more explicitely for a Python2 version (in a virtualenv3 'python' will be
holger krekel Jul 6, 2010 6dc0daade930 higher timeout for slow windows machines
holger krekel Jul 6, 2010 319e77ba00e2 correction
holger krekel Jul 6, 2010 66bce8eb6d09 defining distshare for tox:hudson
holger krekel Jul 6, 2010 90b323b5c194 adding a toxini, correcting the version
holger krekel Jul 5, 2010 cb800a0014f3 try to avoid a random KeyboardInterrupt in the exec-thread during joining the re
holger krekel Jul 4, 2010 0c5fe1527b51 add tox configuration
holger krekel May 29, 2010 aaff8a632c37 add distribution names to install page
holger krekel May 20, 2010 504c13e39094 explicitely xfail a sometimes hanging tests on python2.4
holger krekel May 5, 2010 169c9d174f6d add python3 classifier, remove testing
holger krekel May 2, 2010 53a74e22691e Added tag 1.0.6 for changeset f4f785cd543e
holger krekel Apr 28, 2010 f4f785cd543e fix race tests to use sys.executable interpreter
holger krekel Apr 28, 2010 4fe771f940b4 fix a race condition when multiple threads push channel messages
holger krekel Apr 28, 2010 f7185c217370 remove tests duplicated from test_gateway.py
holger krekel Apr 27, 2010 5137795e56c5 trying a more careful fix than 9ae1c5121e81
holger krekel Apr 27, 2010 9ae1c5121e81 try to ensure that a callback is called with the endmarker before channel.waitcl
holger krekel Apr 26, 2010 5aa9fce2d69a Added tag 1.0.6 for changeset 61ae5d8a3258
holger krekel Apr 26, 2010 61ae5d8a3258 tag doc version as 1.0.6 as well
holger krekel Apr 22, 2010 ec1b91a27995 add internal handshake on remote_init_threads protocol
holger krekel Apr 21, 2010 08271099126a fix a couple of jython issues on windows bumping version number
holger krekel Feb 7, 2010 6cc53b6a86e1 Added tag 1.0.5 for changeset 9e7b55db59f9
holger krekel Feb 7, 2010 9e7b55db59f9 prepare a 1.0.5 release, try to finalize interp-shutdown issues
holger krekel Feb 7, 2010 7094cc4bfb7e fix docstring, more carefullness during receiverthread finalization
holger krekel Feb 5, 2010 3fc00577c03e add a "setup.py test" target which runs py.test
holger krekel Jan 21, 2010 a5590cbab71b just silence shutdown related exceptions at receiver-thread end (sigh)
holger krekel Jan 21, 2010 a1442c86ae53 fix glitch in example (thanks xa)
holger krekel Jan 19, 2010 88d4464d2afb fix doc-tagging, Added tag 1.0.4 for changeset 534f61972976
holger krekel Jan 19, 2010 534f61972976 revert back to old tracing, rather simplify by trying less hard to keep tracing
holger krekel Jan 19, 2010 e479c0849fce making trace "global-None" safe as well and striking some duplicate tests
holger krekel Jan 19, 2010 df0c1624a2f4 try harder to avoid bogus tracebacks, aim at execnet-1.0.4
holger krekel Jan 18, 2010 ca2fc9afbbff Added tag 1.0.3 for changeset 5d74dad7f425
holger krekel Jan 18, 2010 5d74dad7f425 generally don't warn about keyboard-interrupted-messages
holger krekel Jan 18, 2010 4112e1d76da6 fixate new doc version
holger krekel Jan 18, 2010 1222307f5014 try to have finalization code survive interpreter-shutdown and globals being set
holger krekel Jan 18, 2010 bd0553b68265 more info
holger krekel Jan 18, 2010 d1e4ec113bfa send a special interrupt-text - another try to prevent shutdown from some racy m
holger krekel Jan 18, 2010 f6ca92a5fee1 now that keyboardinterrupts are send from the receiver thread to the execution o
holger krekel Jan 16, 2010 18fd6228a2ea make RemoteError and TimeoutError available directly, streamline changelog
holger krekel Jan 16, 2010 1b755541dda9 fix python3 issue
holger krekel Jan 16, 2010 6673ab104a64 fix an un-nerving issue mostly related to jython - reading from files in non-blo
holger krekel Jan 16, 2010 2444a6d0b235 make RemoteError not derive from EOFError to better distinguish error cases. als
holger krekel Jan 16, 2010 8481c6848eb8 report some extra information on execnet test runs
holger krekel Jan 16, 2010 7614236c59e9 make gateway setup scope configurable for test runs
holger krekel Jan 16, 2010 773d50c557aa going for 1.0.3
holger krekel Jan 15, 2010 8d00cbdaa210 normalize a test with a too small timeout
holger krekel Jan 13, 2010 fe49fd8cb655 popen gateways already re-use an existing installation
holger krekel Jan 12, 2010 9860c45a5adf refine termination to a) react on EOFErrors as if GATEWAY_TERMINATE was sent exp
holger krekel Jan 11, 2010 80164354090f fix some doc issues (thanks thm and ronny), add ssh_fileserver example
holger krekel Jan 10, 2010 6fa3e72d7a74 update apipkg
holger krekel Jan 3, 2010 8a7228ab86d3 always skip remote tests if not ssh specs given
holger krekel Jan 3, 2010 bb91c389fc3c actually this check deals with a race-condition
holger krekel Jan 3, 2010 239d35261f4b use newer apipkg
holger krekel Jan 3, 2010 349c5987d135 fix GC sensitive compare
holger krekel Jan 2, 2010 58cb2448414f add to changelog, bump version
holger krekel Jan 1, 2010 6a3d4508d389 fix typo and bug on windows/python2.4
holger krekel Jan 1, 2010 ad1480851bf7 skip tests if it's not my account and there are not remote specs given indicatin
holger krekel Dec 23, 2009 73176c8168f2 Added tag 1.0.2 for changeset 330b0032a09e
holger krekel Dec 23, 2009 330b0032a09e fixes for jython
holger krekel Dec 23, 2009 58aeb70cf80a fix internal timeout waiting bug (thanks ronny)
holger krekel Dec 20, 2009 6007ee61a482 bumping version to 1.0.2, fixing bits, removing unused imports
holger krekel Dec 20, 2009 755fc3032507 fixing some python3 issues, everything passes
holger krekel Dec 20, 2009 7c99c22b2bbb better handle errors in callbacks, closing the channel and leaving other executi
holger krekel Dec 20, 2009 bbd403fddf54 remove the just committed issues
holger krekel Dec 20, 2009 1d9442698ab8 rename CHANNEL_OPEN to CHANNEL_EXEC and add test_debug.txt to versioning
holger krekel Dec 20, 2009 f9a82b8fb819 generalize channel-over-channel sending, add examples.
holger krekel Dec 20, 2009 8a4fe45e6508 avoid unneccessary lower()
holger krekel Dec 20, 2009 9068ad88e86a adding issues, fixing docs, fixating release-version
holger krekel Dec 11, 2009 3d00bf8eaea4 move socket-instantiation into own file, speeds up popen-gateway creation by ano
holger krekel Dec 7, 2009 e5cbfedbd84e internal tweaks: move deprecated code to its own module, add python2.7 to python