Home | History | Annotate | Download | only in python2.7

Lines Matching defs:_debug

43 def _debug(*args):
627 _debug("nonnumeric port: '%s'", port)
918 _debug(" - checking cookie %s=%s", cookie.name, cookie.value)
934 _debug(" Set-Cookie2 without version attribute (%s=%s)",
938 _debug(" RFC 2965 cookies are switched off")
941 _debug(" Netscape cookies are switched off")
948 _debug(" third-party RFC 2965 cookie during "
952 _debug(" third-party Netscape cookie during "
962 _debug
972 _debug(" path attribute %s is not a prefix of request "
979 _debug(" domain %s is in user block-list", cookie.domain)
982 _debug(" domain %s is not in user allow-list", cookie.domain)
1001 _debug(" country-code second level domain %s", domain)
1009 _debug(" non-local domain %s contains no embedded dot",
1016 _debug(" effective request-host %s (even with added "
1023 _debug(" effective request-host %s does not domain-match "
1031 _debug(" host prefix %s for domain %s contains a dot",
1047 _debug(" bad port %s (not numeric)", p)
1052 _debug(" request port (%s) not found in %s",
1066 _debug(" - checking cookie %s=%s", cookie.name, cookie.value)
1077 _debug(" RFC 2965 cookies are switched off")
1080 _debug(" Netscape cookies are switched off")
1087 _debug(" third-party RFC 2965 cookie during unverifiable "
1091 _debug(" third-party Netscape cookie during unverifiable "
1098 _debug(" secure cookie with non-secure request")
1104 _debug(" cookie expired")
1117 _debug(" request port %s does not match cookie port %s",
1130 _debug(" cookie with unspecified domain does not string-compare "
1135 _debug(" effective request-host name %s does not domain-match "
1139 _debug(" request-host %s does not match Netscape cookie domain "
1153 #_debug(" request domain %s does not match cookie domain %s",
1158 _debug(" domain %s is in user block-list", domain)
1161 _debug(" domain %s is not in user allow-list", domain)
1167 _debug("- checking cookie path=%s", path)
1170 _debug(" %s does not path-match %s", req_path, path)
1232 _debug("Checking %s for cookies to return", domain)
1240 _debug(" not returning cookie")
1242 _debug(" it's a match")
1318 _debug("add_cookie_header")
1397 _debug(" missing value for domain attribute")
1407 _debug(" missing or invalid value for expires "
1415 _debug(" missing or invalid (non-numeric) value for "
1428 _debug(" missing value for %s attribute" % k)
1518 _debug("Expiring cookie, domain='%s', path='%s', name='%s'",
1637 _debug("extract_cookies: %s", response.info())
1644 _debug(" setting cookie: %s", cookie)