• Home
  • Raw
  • Download

Lines Matching +full:create +full:- +full:issue +full:- +full:on +full:- +full:failure

3   explicit build-backend workaround for pip build isolation bug
4 "AttributeError: 'module' object has no attribute '__legacy__'" on pip install
9 IMPORTANT security vulnerability CWE-93 CRLF injection
96 PROXY_TYPE_HTTP with non-empty user/pass raised TypeError: bytes required
99 Revert http:443->https workaround
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
150 Fix certificate validation on Python<=2.7.8 without ssl.CertificateError
165 https://googleonlinesecurity.blogspot.com/2015/12/proactive-measures-in-digital.html
173 On App Engine use urlfetch's default deadline if None is passed.
175 Fix TypeError on AppEngine “__init__() got an unexpected keyword argument 'ssl_version’”
178 Send SNI data for SSL connections on Python 2.7.9+
198 Fix incorrect ResponseNotReady exceptions, retry on transient errors.
220 CA_CERTS file. Just create a module named ca_certs_locater that has a method
242 Add control so that Authorization: headers aren't forwarded on a 3xx response by default.
243 …Set the reason correctly when running on App Engine. Patch from Alain Vongsouvanh. Reviewed in htt…
244 Fix proxy socks for SSL connections. Fixes issue #199.
255 214 ValueError on malformated cache entries
261 variables commonly-used in Unix environments. By default, the Http
262 class will construct a ProxyInfo instance based on these environment
268 Issue 159: automatic detection of proxy configuration.
269 Issue 179: Allow unicode in proxy hostname.
270 Issue 194: Added support for setuptools.
274 Fix failure to install cacerts.txt for 2.x installs.
281 is that on App Engine there is a new connection object
282 that utilizes the urlfetch capabilities on App Engine, including
287 Fixes issue 72. Always lowercase authorization header.
288 Fix issue 47. Redirects that become a GET should not have a body.
289 Fixes issue 19. Set Content-location on redirected HEAD requests
290 Fixes issue 139. Redirect with a GET on 302 regardless of the originating method.
291 …Fixes issue 138. Handle unicode in headers when writing and retrieving cache entries. Who says hea…
293 Set a version number. Fixes issue # 135.
295 …Add gzip to the user-agent, in case we are making a request to an app engine project: http://code.…
296 Uses a custom httplib shim on App Engine to wrap urlfetch, as opposed
297 Add default support for optimistic concurrency on PATCH requests
298 Fixes issue 126. IPv6 under various conditions would fail.
299 Fixes issue 131. Handle socket.timeout's that occur during send.
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
379 the credentials to being only used on that domain.
395 Added httplib2.debuglevel which turns on debugging.