You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/mitogen
David Wilson 55c23e1c57 issue #68: replace sets with lists
Fix a MyPy warning by only passing lists to select.select(). At least on
Python 2.x, select.select() was internally converting the sets to lists
anyway.

By the time lists become inefficient here, it is likely that
select.select() itself will also be inefficient, and need replaced with
.poll() or similar.

No discernible performance different when transferring django.db.models
to a local VM.
6 years ago
..
ansible Add license text everywhere. 6 years ago
compat Initial commit. 6 years ago
__init__.py Add license text everywhere. 6 years ago
core.py issue #68: replace sets with lists 6 years ago
fakessh.py Split up parent and master modules 6 years ago
master.py importer: warn on duplicate request, simplify preload logic 6 years ago
parent.py importer: warn on duplicate request, simplify preload logic 6 years ago
ssh.py Split up parent and master modules 6 years ago
sudo.py Split up parent and master modules 6 years ago
tcp.py Add license text everywhere. 6 years ago
utils.py utils: support log_to_file(usec=True) 6 years ago