Limnoria/src/utils
Junaid Loonat 3e72aa5da5 New isSocketAddress() method
Introduction of the isSocketAddress() method which will use the existing getSocket() method in order to validate whether the provided string is a valid socket address.
2016-04-26 23:12:26 +02:00
..
__init__.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
crypt.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
error.py Remove need for 2to3. 2015-08-11 16:50:23 +02:00
file.py Use utf-8 to encode files by default. 2015-12-23 15:22:19 +01:00
gen.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
iter.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
minisix.py utils: Remove dependency on parent package. 2015-08-30 17:33:39 +02:00
net.py New isSocketAddress() method 2016-04-26 23:12:26 +02:00
python.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
seq.py Remove fix_xrange. 2015-08-10 19:36:07 +02:00
str.py Remove unbreakable space. 2015-09-29 17:38:07 +02:00
structures.py utils.structures: Define __slots__ for more classes. 2015-12-02 12:22:24 +01:00
transaction.py Fix errors detected by PyLint. 2014-03-05 14:14:36 +01:00
web.py Removed HTTP(S) proxy code 2016-04-25 22:12:52 +02:00