Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/urllib3/urllib3

urllib3 is a user-friendly HTTP client library for Python
https://github.com/urllib3/urllib3

Documented False return value in __exit__ functions.

d04d4ca72374a2df71bf88441509f82df1006f5a authored almost 10 years ago
Moved context manager functionality to ConnectionPool.

76277c6310e5f2182027a69dc453873787e42d33 authored almost 10 years ago
Added assertion for multicookie test

b90e80bcc641f6243849caca69681932a1f2fc27 authored almost 10 years ago
Allow PoolManager and ConnectionPool to be used as a context manager.

Fixes #514

31c892ff368701a77659d1bb2e61ce2fc4fd48cf authored almost 10 years ago
Test for header containing comma

4675794191737e793f87e1847151ef796c4284e1 authored almost 10 years ago
Testcase for full coverage added

c8c9b9e1944fa3273b5e2409c74ba9de103464d8 authored almost 10 years ago
self.items() with preserved headers

5fbedcc760ce7b8465d381f2cd105fdebee9ce5e authored almost 10 years ago
Alternative implementation of headers

ed4c80533071913326fde4dad6d5a725256e56d3 authored almost 10 years ago
Improved HTTPHeaderDict performance

f3d4488041ecf9ae4028b7f26c540bbd5e0b64c2 authored almost 10 years ago
getheaders method is now get_all in PY3

e9c1b98af06743bfe44120553f47c33011ac4edf authored almost 10 years ago
Checking header against lower key

389a22b9281bfa71ba05bdacff5df7b6301b4b39 authored almost 10 years ago
Fixed pep8 checks

6fb2e42557529b0f0f72a6ad00776924cd6cd6fb authored almost 10 years ago
Replaced concat/split by actual collection stuff

bd258fc9d55925827f6ffc4ce17cdc5289fc6c2b authored almost 10 years ago
Ready made header objects not copied within response

caf73bdae588766c4a14cdd6f7c32267e137a5ed authored almost 10 years ago
Fix coverage for py3

9406a8a1a51b937951bc2f0be88cd9a2efce5231 authored almost 10 years ago
Python3 fixes

65376edac611c95daee1dbe754e745fb786e18c5 authored almost 10 years ago
Full test coverage for _collection

d0c884c8d70eec7e3680f56d13a147be08bbce22 authored almost 10 years ago
Merge pull request #526 from t-8ch/disable_builtin_hostname_verification

always disable the builtin hostname verification.

bc8bfdf51ea113b6728c047840ce9890e9de8d0d authored about 10 years ago
Faster headers implementation

78d5eca38f0b3bf98b6ed2f6361926202dd99b56 authored about 10 years ago
CHANGES for #540

be2d38d72a7971028cc584a4833f49d21d536fd6 authored about 10 years ago
Merge pull request #540 from t-8ch/sha256

add sha256 for fingerprint verification

f450228e4e427fa7230de7c12a855a829e0812ac authored about 10 years ago
add sha256 for fingerprint verification

fixes #539

873f5c1824d67af50e13b15f87aefc4365b4066f authored about 10 years ago
Merge pull request #538 from inglesp/patch-1

Fix misleading comment.

e6f5d881e55e24d69889110de09b24aa50a7cdaf authored about 10 years ago
Fix misleading comment

Refs #537.

62b41950ca43e6f24d96e1e60e44e8e564f9815e authored about 10 years ago
CHANGES for #535

93f9ffaf9935e97fb5867d917e8210b39d56c054 authored about 10 years ago
Merge pull request #535 from bryanhelmig/reference-read-stream-deflate

Decoding Exhausted Stream.

0b6a8e487ca64ef9304aa6c5cab455ebcdf3d7cb authored about 10 years ago
add proxied gzip decompressor that handles empty data chunks

1e7c43fa2422790469546918c277e077db390c66 authored about 10 years ago
CHANGES for #529

926a5e54c51a0bef086f8d02c8e2b1614d4fee57 authored about 10 years ago
Merge pull request #532 from untitaker/close_conn

Close connection after SSL error.

532a4a5257f40265a22fb93778f818f8231116b1 authored about 10 years ago
Close connections properly

Also kill server if the testsuite fails.

089ff9eeeb1b0dcafd2f0d741a910c317d1487a1 authored about 10 years ago
when decompressing (gzip/deflate/etc.), ensure there is data before decompressing

b894fe16b474c976bd92a2dc1a77cd5b6dc7fb2e authored about 10 years ago
add test that demonstrates expected read() behavior differering from stream/deflate

0ff2c5aaca73ea923a8186509a695902d774b4d7 authored about 10 years ago
simplified the example a bit

Removed the imports
Removed declaration of filename

a3ded2a511e78236fe05d98c5456529c4cd8b5fa authored about 10 years ago
fixed NameError for filename

I declared filename before it is used so it should pass the doctests

e27ca7326828d66ecbc8eb76e847af055448e38b authored about 10 years ago
Example downloading files with shutil.copyfileobj

Added an example on using the response as a file-like object in a context manager to properly ha...

552827436b0e1969a3510a48c2160e4d695a968d authored about 10 years ago
always disable the builtin hostname verification

It conflicts with our own, more flexible functionality

Fixes #524

6340b18d816de5447a216bedf05b0e8b64ddfae9 authored about 10 years ago
Merge pull request #528 from BenjamenMeyer/enhancement_fix_security_warning

Updated Security documentation for proper capture of security warnings.

a27758625e4169330fcf965652b1093faf5aaaa2 authored about 10 years ago
Updated formatting

fa63bd9939f4fe172317a5f14aed57430d0399e1 authored about 10 years ago
Updated Security documentation for proper capture of security warnings

9d8069b214bdc53584b40d0b1366e7397967c5ef authored about 10 years ago
CHANGES dev entry.

7a7a71a4d231452f5ef084f6f9a7429cdd6b074a authored about 10 years ago
Merging new release version: 1.10

f653f3907a15b4dc0dd60d0697777ea4b79568fc authored about 10 years ago
Merge pull request #521 from alex/patch-1

Update the comment about SecurityWarning to be accurate.

9af61b18b52a21a95904e3d9e973187ded6899a0 authored about 10 years ago
Update the comment about SecurityWarning to be accurate

aab59c3edba3da753f87caa852226efa6468ece7 authored about 10 years ago
CHANGES for #520

7c94376900f43d42f6fccee6e79b76b3b86301ee authored about 10 years ago
Merge pull request #520 from bryanhelmig/zero-return-fix

Cleanly handle ZeroReturnError as an expected EOF.

288d7ff4f2ea83591869494b5ad4f2978d67b040 authored about 10 years ago
correctly check shutdown state before ignoring ZeroReturnError

0244f87cc7ee03d9291b451a7c69eb40bffb2b49 authored about 10 years ago
cleanly handle ZeroReturnError as an expected EOF

174a02f967ad7cb0bfb5cbf07c97c302151aa035 authored about 10 years ago
CHANGES for #505

61e0c7f31382a99f85ff688aab5a34716a9372d4 authored about 10 years ago
Merge pull request #505 from kevinburke/https-proxy

Respect timeout with HTTPS proxy.

736f040b6066b47944e4627cd3a9353bbf4a895c authored about 10 years ago
Merge branch 'master' into https-proxy

832f2d49a53e9e0d297d1ac58afc63e3fe84e5d7 authored about 10 years ago
Merge pull request #519 from kevinburke/san-certificate

Replace no-san certificate with one that expires in 2044.

03240df20bd43bf2e996210021e86beed99e71ff authored about 10 years ago
give it more time to timeout

a617f4d54a69f22b9303cf6957c67dab10340901 authored about 10 years ago
update README to generate long-lived certs

bf6ad42bd385a7477d67a6c307ef73478c5bf662 authored about 10 years ago
Replace no-san certificate with one that expires in 2044

35fe22eb23a066149539288dd6a3ee477ed26e51 authored about 10 years ago
Merge branch 'master' into https-proxy

d8c459adb5adce6e8c7f51004470fb96b45412eb authored about 10 years ago
Merge pull request #516 from shazow/request-body

Handle body param in RequestMethods.

a1a5a94ec949829cd69c8c3ab3f038d65b549512 authored about 10 years ago
CHANGES for #516

13e17d4af1b2f5f9dd3c8eca261d79e14cba9946 authored about 10 years ago
Handle body param in RequestMethods.

808c2e7149e30756ae0440370e1f89410a59816f authored about 10 years ago
Add wheel+twice to dev dependencies (re: #512)

497085f4186b43450d72bc62b57e2bbf581c8f27 authored about 10 years ago
Merge pull request #512 from dstufft/better-release

Use a better release process with TLS and Wheels.

71e44e8d5fb9d2ca4d21bd7a9a92317b0c0ef532 authored about 10 years ago
Use a better release process with TLS and Wheels

41a7656b58fe20e48a9b5fbdd95f7b6c810ece87 authored about 10 years ago
Merge pull request #509 from dstufft/work-when-no-sslv3

Don't break when OpenSSL has SSLv3_METHOD disabled.

91d04e8985080522782782f8c050df41d13c0aae authored about 10 years ago
Don't break when OpenSSL has SSLv3_METHOD disabled.

b9b3b0102ead7ad8ad086c39737f22ddefa7e626 authored about 10 years ago
Kill underscore, newline

8bf6166c858221953a25a46b62d9e1cbb8270973 authored about 10 years ago
Code review fixes

c013025b14d29fb07e3e637e06d8158b0825e3e9 authored about 10 years ago
Restore old interface; add connect_proxy_early def

Instead of passing through a timeout object and changing the _new_conn and
_get_conn interfaces,...

8bdac9c94efb8ec8343ff48d34b641b1c552bc28 authored about 10 years ago
Add extra test. Make some changes

a62589522f4f7aa012b53c6cdb5d0586d5f86154 authored about 10 years ago
Set connect timeout for proxies via HTTPS

Previously the timeout was set on the the connection too late in the process.
This change passes...

a9574c427b0311d80b0e602784bdc689b7605615 authored about 10 years ago
update comment

952c264b766016e5395c7c167d3b6d99d8815d9d authored about 10 years ago
Merge pull request #503 from joneskoo/dummyserver-standalone

Allow starting dummyserver in standalone mode.

6d1139d15fd654b7a580a598821cfb4900d28c84 authored about 10 years ago
Allow starting dummyserver in standalone mode

I didn't find a way to launch dummyserver stand-alone. Helps writing tests
if you can launch the...

7b9acc94aa281fbe67a31cb543a7a608d0e9538e authored about 10 years ago
CHANGES for #501

52563cd3fc45d1178a5e0a9667fea62eaf570c76 authored about 10 years ago
Merge pull request #501 from sigmavirus24/discard-connection-on-ssl-error

Close a connection in the event of an SSLError.

48c75d3e1f5ef49501e6622bd1762de8bce2a644 authored about 10 years ago
Fix comment for new handling of SSL and Certificate Errors

dcfcb689c6952b447e58b58c2acaadcf1d89ba2e authored about 10 years ago
Merge pull request #502 from sigmavirus24/san-less-cert

Update README to properly describe certificate

3b77d27a9740e74bb75ebcd1aca40e105ba2c5fa authored about 10 years ago
Update README to properly describe certificate

Addresses @dstufft's comment on #499

13d96180e0355f3c43b5df23e1b944d549126e3f authored about 10 years ago
Close a connection in the event of an SSLError

If an HTTPS connection is made with certificate verification turned on
and the verification of t...

6552d433cd38842dfaabc2a485a7f83ed2f4e16f authored about 10 years ago
CHANGES for #499.

b18e02d82685d9604d993786cbd945b593b9131e authored over 10 years ago
Merge pull request #499 from sigmavirus24/deprecation-warning-when-no-subjectAltName

Issue warning when certificate has no subjectAltName.

ff926d07307790629f25e1dbc6749b9583a3ee6c authored over 10 years ago
Update tests with new certificate for full coverage

Also add instructions for future selves needing to generate new certificates and pem files

d4b2f1b478abc860347ab441fdb523bed35ab06a authored over 10 years ago
More phrasing tweaking.

165232673937faf1ee492e62bec10f9be0e870b1 authored over 10 years ago
Tweaked phrasing/formatting.

7d842bd6c2051f05938c84f5e9508ad709f76488 authored over 10 years ago
Issue warning when certificate has no subjectAltName

Related bug: #497

f3e3c8396da8fe20b41f539d17f1f255e00b2602 authored over 10 years ago
Merge pull request #496 from shazow/security-nagging

Emit InsecureRequestWarning every time.

65995816d9e04a4bd53dd6639c3c3e5b8e89567b authored over 10 years ago
Phrasing.

2ab5a4340826c5075998a313145b5d1249412e03 authored over 10 years ago
CHANGES for #496

57644121995ec90e1df740c041e928fe4cdc181e authored over 10 years ago
Nag about SecurityWarning every time.

ed2c4813a64ecce58680a5a6d25f919dae523769 authored over 10 years ago
CHANGES for #473

9ac9e978391073e21a1e9f6401c51e44c8a9fb8e authored over 10 years ago
Merge pull request #473 from sigmavirus24/use-create_default_context

Use 3.4's ssl.create_default_context when available

523860eba6e26ae88be78e7057db621d87869670 authored over 10 years ago
Remove poorly designed test

1cfc1a6c331a80a1a0e0c5e4a876e0b58754f574 authored over 10 years ago
Reduce scope of exception handling in ssl_wrap_socket

Only catch and handle IOErrors and OSErrors as the comment intended

613ec453984f049ae8f1b9b43cf398f863aa5985 authored over 10 years ago
CHANGES for #492

25d150b314862dcd8b542030b43590ecf465dd7d authored over 10 years ago
Merge pull request #493 from kevinburke/raise-timeout

Raise timeout error instead of SSLError on handshake timeout.

fbfc9d94a041fdca78574b7fb4a5c737e6554b56 authored over 10 years ago
Rephrased comment.

c3851775b78a7719923d7a8e98e60a5551990675 authored over 10 years ago
cool it with the new lines

1a9758e405e73c30410167a6b2eee574ff748a7f authored over 10 years ago
Catch socket timeout as well

9f0744883c1b30822d2a9a168d11a926379475f2 authored over 10 years ago
no newlines

f42a25c176589cc8eecb0f6a6bca7e3f1c38cb05 authored over 10 years ago
fix the behaviour

7826d1738a10d9ba636bd353ca037885ef4504f1 authored over 10 years ago
Add failing HTTPS handshake timeout test

The test hangs on failure, ugh. Would love to look into this at some point.

b3175a7e60e162c08a32a6096c8db2abe1680f25 authored over 10 years ago
Replace and update ssl_wrap_socket's docstring

4856fca54586bc7a2b4c20fe86287ad29335a6d8 authored over 10 years ago