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

Lines Matching refs:Be

14 # Timothy O'Malley  not be used in advertising or publicity
20 # AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
134 The SimpleCookie expects that all values should be standard strings.
135 Just to be sure, SimpleCookie invokes the str() builtin to convert
151 The SerialCookie expects that all values should be serialized using
168 Be warned, however, if SerialCookie cannot de-serialize a value (because
318 # If the string does not need to be double-quoted,
335 # then there can't be any special characters. See RFC 2109.
380 # The offset may be a floating point number.
526 # This used to be strict parsing based on the RFC2109 and RFC2068
688 client. All incoming values are assumed to be valid Pickle
690 FORMAT, THEN AN EXCEPTION WILL BE RAISED.
692 Note: Large cookie values add overhead because they must be
696 does not check for this limit, so be careful!!!
717 Note: Large cookie values add overhead because they must be
721 does not check for this limit, so be careful!!!