Tom Parker-Shemilt
4251991c3a
tests: Handle builtin _ssl module on Linux
1 week ago
Alex Willmer
c32577295a
tests: Check and/or suppress stderr of subprocesses, reduce shell=True uses
4 years ago
Alex Willmer
18c89de5a9
Remove unused module imports
4 years ago
Alex Willmer
caa20be43e
tests: Use TestCase.assertEqual()
...
assertEquals() is deperecated in unittest
4 years ago
Alex Willmer
a8317c2393
tests: Remove unittest2, use stdlib unittest
...
unittest2 is incomplatible with Python 3.10
4 years ago
David Wilson
6a2f88d6a3
issue #477 : make mitogen.fork unsupported on Py<2.6.
7 years ago
David Wilson
e180d310b5
tests: fix fork_test compat on 3.x.
7 years ago
David Wilson
175fc377d2
tests: remove hard-wired SSL paths from fork_test.
7 years ago
David Wilson
8a0b343760
issue #406 : test for FD leak after every TestCase
7 years ago
David Wilson
410016ff47
Initial Python 3.x port work.
...
* ansible: use unicode_literals everywhere since it only needs to be
compatible back to 2.6.
* compat/collections.py: delete this entirely and rip out the parts of
functools that require it.
* Introduce serializable Kwargs dict subclass that translates keys to
Unicode on instantiation.
* enable_debug_logging() must set _v/_vv globals.
* cStringIO does not exist in 3.x.
* Treat IOLogger and LogForwarder input as latin-1.
* Avoid ResourceWarnings in first stage by explicitly closing fps.
* Fix preamble_size.py syntax errors.
8 years ago
David Wilson
6d618593f3
issue #275 : Python 2.6 reports linux as 'linux3'.
8 years ago
David Wilson
b0ce6eecd7
fork: support on_start= argument.
8 years ago
David Wilson
3682ac6e29
fork: ensure importer handle is installed on the new router.
8 years ago
David Wilson
bbb0f1bbd8
issue #155 : fix double-fork behaviour and test it this time.
8 years ago
David Wilson
fccca54068
tests: ensure OpenSSL is initialized prior to test.
8 years ago
David Wilson
4903052f42
fork: reseed Python/SSL PRNGs
...
Mac's SSL seems to have a pthread_atfork handler or similar that does
this for us, no clue if Linux is the same.
8 years ago
David Wilson
4f93c6823a
issue #155 : skeletal fork_test.
8 years ago