lambda/netaddr/ip/glob.py (9 lines): - line 22: #TODO: Add support for abbreviated ipglobs. - line 23: #TODO: e.g. 192.0.*.* == 192.0.* - line 24: #TODO: *.*.*.* == * - line 25: #TODO: Add strict flag to enable verbose ipglob checking. - line 186: #TODO: this is a workaround, it is produces non-optimal but valid - line 187: #TODO: glob conversions. Fix inner function so that is always - line 188: #TODO: produces a valid glob. - line 194: #TODO: this is still not completely optimised but is good enough - line 195: #TODO: for the moment. lambda/netaddr/eui/__init__.py (7 lines): - line 80: #TODO: Improve string parsing here. - line 81: #TODO: Accept full MAC/EUI-48 addressses as well as XX-XX-XX - line 82: #TODO: and just take /16 (see IAB for details) - line 247: #TODO: Improve string parsing here. - line 248: #TODO: '00-50-C2' is actually invalid. - line 249: #TODO: Should be '00-50-C2-00-00-00' (i.e. a full MAC/EUI-48) - line 535: # TODO - settable slices. lambda/urllib3/contrib/securetransport.py (3 lines): - line 616: # TODO: should I do clean shutdown here? Do I have to? - line 776: # TODO: Well, crap. - line 786: # TODO: Update in line with above. lambda/urllib3/response.py (3 lines): - line 439: # FIXME: Ideally we'd like to include the url in the ReadTimeoutError but - line 444: # FIXME: Is there a better way to differentiate between SSLErrors? - line 739: # FIXME: Rewrite this method and make it a class with a better structured logic. lambda/urllib3/contrib/pyopenssl.py (1 line): - line 357: # FIXME rethrow compatible exceptions should we ever use this lambda/requests/adapters.py (1 line): - line 502: # TODO: Remove this in 3.0.0: see #2811 lambda/urllib3/connectionpool.py (1 line): - line 486: # TODO: Add optional support for socket.gethostbyname checking. lambda/netaddr/fbsocket.py (1 line): - line 114: #TODO: optimise this ... use inet_aton with mods if available ... lambda/urllib3/connection.py (1 line): - line 181: # TODO: Fix tunnel so it doesn't depend on self.sock state. lambda/urllib3/util/response.py (1 line): - line 82: # FIXME: Can we do this somehow without accessing private httplib _method? lambda/chardet/sbcsgroupprober.py (1 line): - line 57: # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) lambda/netaddr/ip/__init__.py (1 line): - line 789: #TODO: deprecate this option in netaddr 0.8.x lambda/urllib3/util/url.py (1 line): - line 397: # TODO: Remove this when we break backwards compatibility. lambda/requests/hooks.py (1 line): - line 20: # TODO: response is the only one