ó ¡fH^c@@sddlmZyddlmZmZWn'ek rSddlmZmZnXyddlmZWn$ek rŽddd„ƒYZnXddlm Z ddl m Z dd l m Z mZmZd d gZeƒZd efd „ƒYZd efd „ƒYZdS(i(tabsolute_import(tMappingtMutableMapping(tRLockRcB@seZd„Zd„ZRS(cC@sdS(N((tself((surllib3/_collections.pyt __enter__ scC@sdS(N((Rtexc_typet exc_valuet traceback((surllib3/_collections.pyt__exit__s(t__name__t __module__RR (((surllib3/_collections.pyR s (t OrderedDicti(t InvalidHeader(titerkeyst itervaluestPY3tRecentlyUsedContainertHTTPHeaderDictcB@sbeZdZeZdd d„Zd„Zd„Zd„Z d„Z d„Z d„Z d „Z RS( s‘ Provides a thread-safe dict-like container which maintains up to ``maxsize`` keys while throwing away the least-recently-used keys beyond ``maxsize``. :param maxsize: Maximum number of recent elements to retain. :param dispose_func: Every time an item is evicted from the container, ``dispose_func(value)`` is called. Callback which will get called i cC@s1||_||_|jƒ|_tƒ|_dS(N(t_maxsizet dispose_funct ContainerClst _containerRtlock(RtmaxsizeR((surllib3/_collections.pyt__init__.s  cC@s7|j(|jj|ƒ}||j|<|SWdQXdS(N(RRtpop(Rtkeytitem((surllib3/_collections.pyt __getitem__5s  cC@s—t}|j]|jj|tƒ}||j|>> headers = HTTPHeaderDict() >>> headers.add('Set-Cookie', 'foo=bar') >>> headers.add('set-cookie', 'baz=quxx') >>> headers['content-length'] = '7' >>> headers['SET-cookie'] 'foo=bar, baz=quxx' >>> headers['Content-Length'] '7' cK@sttt|ƒjƒtƒ|_|dk rZt|tƒrJ|j|ƒqZ|j|ƒn|rp|j|ƒndS(N( tsuperRRR RR1t isinstancet _copy_fromtextend(Rtheaderstkwargs((surllib3/_collections.pyRŒs  cC@s*||g|j|jƒ<|j|jƒS(N(Rtlower(RRtval((surllib3/_collections.pyR'—scC@s$|j|jƒ}dj|dƒS(Ns, i(RR8tjoin(RRR9((surllib3/_collections.pyR›scC@s|j|jƒ=dS(N(RR8(RR((surllib3/_collections.pyR(ŸscC@s|jƒ|jkS(N(R8R(RR((surllib3/_collections.pyt __contains__¢scC@s„t|tƒ r$t|dƒ r$tSt|t|ƒƒsNt|ƒ|ƒ}ntd„|jƒDƒƒtd„|jƒDƒƒkS(NR/cs@s'|]\}}|jƒ|fVqdS(N(R8(t.0tktv((surllib3/_collections.pys ªscs@s'|]\}}|jƒ|fVqdS(N(R8(R<R=R>((surllib3/_collections.pys «s(R3RthasattrR#ttypetdictt itermerged(Rtother((surllib3/_collections.pyt__eq__¥s  cC@s|j|ƒ S(N(RD(RRC((surllib3/_collections.pyt__ne__®scC@s t|jƒS(N(R!R(R((surllib3/_collections.pyR)·scc@s'x |jjƒD]}|dVqWdS(Ni(RR.(Rtvals((surllib3/_collections.pyR+ºscC@sGy||}Wn'tk r7||jkr3‚n|SX||=|SdS(s©D.pop(k[,d]) -> v, remove specified key and return the corresponding value. If key is not found, d is returned if given, otherwise KeyError is raised. N(tKeyErrort_HTTPHeaderDict__marker(RRtdefaultR$((surllib3/_collections.pyR¿s cC@s#y ||=Wntk rnXdS(N(RG(RR((surllib3/_collections.pytdiscardÐs  cC@sM|jƒ}||g}|jj||ƒ}||k rI|j|ƒndS(sâAdds a (name, value) pair, doesn't overwrite the value if it already exists. >>> headers = HTTPHeaderDict(foo='bar') >>> headers.add('Foo', 'baz') >>> headers['foo'] 'bar, baz' N(R8Rt setdefaulttappend(RRR9t key_lowertnew_valsRF((surllib3/_collections.pytaddÖs   cO@s]t|ƒdkr0tdjt|ƒƒƒ‚nt|ƒdkrL|dnd}t|tƒr‘xÈ|jƒD]\}}|j||ƒqnWn›t|tƒrÈx‰|D]}|j|||ƒq§Wndt|dƒrxR|j ƒD]}|j|||ƒqäWn'x$|D]\}}|j||ƒq Wx*|j ƒD]\}}|j||ƒq9WdS(sÀGeneric import function for any type of header-like object. Adapted version of MutableMapping.update in order to insert items with self.add instead of self.__setitem__ is9extend() takes at most 1 positional arguments ({0} given)iR/N(( R!t TypeErrortformatR3Rt iteritemsRORR?R/titems(RtargsR7RCRR9R$((surllib3/_collections.pyR5æs$" cC@sKy|j|jƒ}Wn%tk r>||jkr:gS|SX|dSdS(smReturns a list of all the values for the named field. Returns an empty list if the key doesn't exist.iN(RR8RGRH(RRRIRF((surllib3/_collections.pytgetlists cC@s#dt|ƒjt|jƒƒfS(Ns%s(%s)(R@R RARB(R((surllib3/_collections.pyt__repr__scC@s\xU|D]M}|j|ƒ}t|tƒr:t|ƒ}n|g||j|jƒs    L