• Home
  • Raw
  • Download

Lines Matching +full:pull +full:- +full:requests

3   explicit build-backend workaround for pip build isolation bug
9 IMPORTANT security vulnerability CWE-93 CRLF injection
17 https://github.com/httplib2/httplib2/pull/168
22 https://github.com/httplib2/httplib2/pull/163
53 https://github.com/httplib2/httplib2/pull/150
56 https://github.com/httplib2/httplib2/pull/143
59 https://github.com/httplib2/httplib2/pull/149
64 https://github.com/httplib2/httplib2/pull/145
69 https://github.com/httplib2/httplib2/pull/140
74 https://github.com/httplib2/httplib2/pull/138
84 https://github.com/httplib2/httplib2/pull/111
94 https://github.com/httplib2/httplib2/pull/117
96 PROXY_TYPE_HTTP with non-empty user/pass raised TypeError: bytes required
97 https://github.com/httplib2/httplib2/pull/115
99 Revert http:443->https workaround
103 https://github.com/httplib2/httplib2/pull/110
106 https://github.com/httplib2/httplib2/pull/101
115 https://github.com/httplib2/httplib2/pull/100
120 https://github.com/httplib2/httplib2/pull/97
125 https://github.com/httplib2/httplib2/pull/91
128 https://github.com/httplib2/httplib2/pull/90
134 https://github.com/httplib2/httplib2/pull/64
137 https://github.com/httplib2/httplib2/pull/58
141 - no_proxy=foo.bar will only skip proxy for exact hostname match
142 - no_proxy=.wild.card will skip proxy for any.subdomains.wild.card
145 Bugfix for Content-Encoding: deflate
165 https://googleonlinesecurity.blogspot.com/2015/12/proactive-measures-in-digital.html
168 https://github.com/httplib2/httplib2/pull/26
176 https://github.com/httplib2/httplib2/pull/12
180 https://github.com/httplib2/httplib2/pull/13
183 https://github.com/httplib2/httplib2/pull/21
186 https://github.com/httplib2/httplib2/pull/15
196 https://github.com/jcgregorio/httplib2/pull/313
204 https://github.com/jcgregorio/httplib2/pull/296
209 https://github.com/jcgregorio/httplib2/pull/276
251 223 HEAD requests fail calling the close() method of ResponseDict instance.
261 variables commonly-used in Unix environments. By default, the Http
289 Fixes issue 19. Set Content-location on redirected HEAD requests
295 …Add gzip to the user-agent, in case we are making a request to an app engine project: http://code.…
297 Add default support for optimistic concurrency on PATCH requests
307 #51 - Failure to handle server legitimately closing connection before request body is fully sent
308 #77 - Duplicated caching test
309 #65 - Transform _normalize_headers into a method of Http class
310 #45 - Vary header
311 #73 - All files in Mercurial are executable
312 #81 - Have a useful .hgignore
313 #78 - Add release tags to the Mercurial repository
314 #67 - HEAD requests cause next request to be retried
328 #12 - Cache-Control: only-if-cached incorrectly does request if item not in cache
329 #39 - Deprecation warnings in Python 2.6
330 #54 - Http.request fails accessing Google account via http proxy
331 #56 - Block on response.read() for HEAD requests.
332 #57 - Timeout ignore for Python 2.6
333 #58 - Fixed parsing of Cache-Control: header to make it more robust
341 Fixed bug with some HEAD responses having content-length set to
369 3. A Content-Location: header is supplied and stored in the
372 User supplied If-* headers now override httplib2 supplied
410 2. HEAD requests did not use the cache.
411 3. GET requests with Range: headers would erroneously return a full cached response.
412 4. Subsequent requests to resources that had timed out would raise an exception.