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

Update exception message

[ci skip]

f061ee7b4cbda10b11a79b7503aad2f28616f204 authored over 10 years ago
Update ssl_wrap_socket to accept ciphers

1346f10736352362ff5553d36d3cf2d6b3208850 authored over 10 years ago
Pass ciphers on any version which actually allows for them

74800125d9a3507855858d34c133dbd758906531 authored over 10 years ago
Address further feedback

cae8af097608e3c1c951a7ef4cfc5e3a3ddfcedd authored over 10 years ago
Use correct set of ciphers

d0e3ffc9284b55245ceea4935605c0d2a599b9b3 authored over 10 years ago
Last bit of test coverage and hopefully a fix for some tests

89b56c9ecf80ba151efc2016414c6018a4b97f06 authored over 10 years ago
Fix up test coverage

248f038a46f192a0e3561b16912b876e8ba5abbd authored over 10 years ago
Merge pull request #489 from tyewang/master

ssl_wrap_socket: Default keyfile to certfile, if not provided.

df4ec5cce1c1d7615f111be30347b67eb27a89ef authored over 10 years ago
Change how ssl_wrap_socket handles certfiles and keyfiles to match the regular python ssl library

afd554d2cf808b777c96969b50d1fac8ba17d121 authored over 10 years ago
Call out platform-specific branches

Remove now duplicated code

0ba9a1f02931496b6fb7d2320b7cf0b43ba6b463 authored over 10 years ago
First working stub context

c8899f5df928db667d068089d0b381b4356ff0a1 authored over 10 years ago
Add create_urllib3_context and use it internally

009c480df6857bd3283e5b68b5640516986d120f authored over 10 years ago
Merge pull request #485 from abacabadabacaba/master

Small fixes to RecentlyUsedContainer (improved thread-safety in Py3).

f9bee9bb6b17ace10c5c478b5caaa76774e885ae authored over 10 years ago
Made RecentlyUsedContainer.keys() thread-safe on Python 3, removed unnecessary copy on Python 2

26666291620e90c43b9f29029e82d8591f41e86e authored over 10 years ago
Merge pull request #484 from kevinburke/message-update

Make the language a little more friendly.

ce2e5107fd9c7773fcd76e113de430098905cf8e authored over 10 years ago
go hard or go home

dd9a013618b775b4477e65ca1c60e549b882643c authored over 10 years ago
Make it a constant member on the class

b3e43b91806cfb4afff9e3d41bea3579f87f8c34 authored over 10 years ago
Use a constant string

eb8433c1a166b8f3681014a9fe7ac9e997a71bcf authored over 10 years ago
Merge branch 'message-update' of github.com:kevinburke/urllib3 into message-update

d30570d2f7d65cd69fee53056c0e276b47eaa2d5 authored over 10 years ago
change error message'

b90079af536847d9f018a0354f4de2ecf1af6c30 authored over 10 years ago
Simplify error wording more?

358aed5a8691587c75045d8be3877511e80957cd authored over 10 years ago
Make the language a little more friendly.

61e07d8dbf7eb03ff440c781346de9a23693e0e6 authored over 10 years ago
CHANGES for #481

5308a4724edb7f5216b64f2e4b2ba0e76eda2653 authored over 10 years ago
Merge pull request #481 from kevinburke/response-error

Add ResponseError exception class.

07fa77caa512cf21ba5d1e4830a4066d080a3f74 authored over 10 years ago
Update error text for ResponseError

63c5a8f9dbcbe3f9fb05e221bf1115e54c33fc53 authored over 10 years ago
Add ResponseError exception class

This class is for erroneous states that occur after a response has been
downloaded from the serv...

8790f4186c6b44fc80c1342068b8ec6d130d8c93 authored over 10 years ago
Merge pull request #464 from kevinburke/not-caused-by-redirect

Add failing test with bad message.

a47faf1817b1ddafc476ca985cbcd06b5d13c234 authored over 10 years ago
Reformat

66212e796ce76d58b4a87c895f7d37e4c877b83c authored over 10 years ago
Rewrite it to not try/catch badly

acff34da983428819c64cf317124c7ee47850c45 authored over 10 years ago
fix syntax error

b93facafb2e44050ecc3a0093662015f97e50e3e authored over 10 years ago
Add failing test with bad message

add a cause to different error types

wip

update cause logic

only use cause for non-error rela...

d86fca67edde361410d2aba03800808d2845e378 authored over 10 years ago
Try using check_hostname = False if CERT_NONE

37710b886ffd74db727d201b4f33e5a7cf90d03a authored over 10 years ago
Fix usage of CERT_NONE with an SSLContext

Don't update the SSLContext.protocol version since the value is only
important in SSLContext.__n...

af07edc34eb1161fd98172880f2fc6ff5b35b8a5 authored over 10 years ago
Use 3.4's ssl.create_default_context when available

8c0e38abd84aa6c3f477d6b66d4be8e83a79d5f2 authored over 10 years ago
CHANGES for #412

e103eebc2fcde86cbe33eb1bc409fcac31f895e0 authored over 10 years ago
Merge branch 'master' of github.com:shazow/urllib3

320026ea39e640bf91691cdf62db391604ddc534 authored over 10 years ago
CHANGES for #394

c2bc9f9405abb0258d7493f46e0424a3bedbf26f authored over 10 years ago
Merge pull request #413 from vitek/issue412_want_write

pyOpenSSL: Fixed #412, WantWrite issue

a89dda000ed144efeb6be4e0b417c0465622fe3f authored over 10 years ago
Merge pull request #394 from asmeurer/url_unparse

Add unparse_url to urllib3.util.url

43e84aa14a389241b06f26dd29be8bb1dfd20857 authored over 10 years ago
Merging new release version: 1.9.1

f8fc8f8df2af46ff1fa531bf690a27fce70c93f8 authored over 10 years ago
Cutting new release, v1.9.1

77c9588184b8a42d61c54ce5220982d1c1676652 authored over 10 years ago
Add myself to CONTRIBUTORS

544d86069aedbd521a2853887a01315dec17b9db authored over 10 years ago
Make str(Url) == Url.url

700b97a622fd7425ab96a9a388b58976607f686e authored over 10 years ago
Merge branch 'master' into url_unparse

Conflicts:
test/test_util.py

fa5425786198b7d4dea5fa56e47fcc396bc0618c authored over 10 years ago
Merge pull request #463 from dstufft/encryption-isnt-disabled

Doc Fix: Disable compression not encryption.

640dbc401fb5ae63ad146740df822cd7a291061f authored over 10 years ago
Doc Fix: Disable compression not encryption

c45baf94d09b3653badc6166823998f154b67dad authored over 10 years ago
Added AppEngine sockets link.

61c9d13cbdbcdfe9d4ecd3ebb8384726bfe825b4 authored over 10 years ago
Phrasing.

5d5ee0453268088a3be4a6f123d1fbfa59d5c594 authored over 10 years ago
Formatting.

d89e7a22aac9293dea59a41cf67ad11e84b8ab89 authored over 10 years ago
Formatting.

1a9e2ddded28e796e790db4bc507e0b62db8e79e authored over 10 years ago
Added 'Python with SSL enabled' section and merged AppEngine into it.

a99d5ed5bd1407a8bb92decd5bd40b58547c105e authored over 10 years ago
Merge pull request #460 from Twitterapi4all/gae-doc-security

Added GAE requirements doc in security.

87e7d585ca88be224edb0a232cbc7b6f8c8aba90 authored over 10 years ago
updated the contribution file.

e2ad8d1568c9dee2e71f133b1ab6b1b47ec2048c authored over 10 years ago
Removed the extra line

aa6bc7596ff08a75060a64a4930cdbe99d2cfa6c authored over 10 years ago
Removed the duplicate and add in Contributions list

441d6d3462c0e3774246ac97b5cd12e4db42661e authored over 10 years ago
minor change

6a188fa840586890d44a3f15fc9b859ea4d3c8a4 authored over 10 years ago
removed the http and add requirements also in README.rst

cac7e70cd2d0dfc9938dd3246f1a35e60824d108 authored over 10 years ago
code formatting changes

0339094e7fd071bc66f3cfdc61045c20f0419716 authored over 10 years ago
Sentence changes

47a1f7f60fde88d0c450b708299c20478482c23b authored over 10 years ago
Minor change

f8765af74a239c50bc584f44831d56e0e9e4db7d authored over 10 years ago
code formatting changes

c9616b682d7e5e83f50d66fd5c586c750219450d authored over 10 years ago
Added requirements of GAE

a195e3d219894ab67788f52b65220fc6ee672630 authored over 10 years ago
CHANGES for #443

f548c581cf30a060e54de92c430259efdf9c4e16 authored over 10 years ago
Merge pull request #443 from Lukasa/connectionerror

Catch ConnectionError on Py3.

70a603dd18a7f90002984a9e06118735dd785236 authored over 10 years ago
Easier to ask forgiveness than permission.

8fe8aae8528e067c3ee36a89b694b4245287b301 authored over 10 years ago
"six can have import priority"

123b6283ae52fba68abf8f4da08dc61e3b5426f8 authored over 10 years ago
Comment weird action.

da296ac4e6cd236119a38a9b515a598b9f698cab authored over 10 years ago
Catch ConnectionError on Py3.

307f950d16aee0121ed819c0b8cc1403edfbd3ae authored over 10 years ago
Disable PyOpenSSL tests by default.

8e7feb7bc09feeca8d3fa0ea9ce6b76edec61ff1 authored over 10 years ago
Remove PyOpenSSL from being installed by dev-requirements and travisci (cc #451)

faa639903f41e08ccec2ab1f4d0f663ae0353d9b authored over 10 years ago
Merge pull request #455 from kevinburke/source-address-update

More failure info on source address test.

db8759fa40555d612a545cb57c0c979a1de33741 authored over 10 years ago
Merge pull request #451 from t-8ch/pyopenssl_tests

Pyopenssl tests

528ad3cc59be51122452689a7d32b4146dea3c1b authored over 10 years ago
add assert to catch intermittent failure

2a5d2da3c2c48c390a77c197729a75c679819e02 authored over 10 years ago
CHANGES for #450

c2c6d47c82fd682e7d7c0d1ba1334732cf339e25 authored over 10 years ago
Merge pull request #450 from t-8ch/pyopenssl_pypy

make our WrappedSocket compatible with pypy

085e35f1e6d9c8f18f4e7bd727ee0aa317cdee92 authored over 10 years ago
add note about the garbage collector of pypy

7d593fac0295a435e984e6352ab513e277b88326 authored over 10 years ago
Revert "gather test coverage on contrib.pyopenssl"

This reverts commit 8f04f20722d530710dc4484db46d8aa40bd36dcb.

90f733dd1c033e40577e396b437169e1cd380fab authored over 10 years ago
Revert "don't cover some lines in pyopenssl"

This reverts commit 7b6438b0a5a2a05f55cdcc678a9809349ad7d799.

53335cf78abff364d7384e91d95ada5aded24b1d authored over 10 years ago
Merge branch 'master' of github.com:shazow/urllib3

e7e8d1476201fca1f127e4b8487af96cb1c1baf2 authored over 10 years ago
CHANGES for #445

bac3012b0047c65e544e214be462f4f5b9572537 authored over 10 years ago
Merge pull request #445 from t-8ch/clock_broken_warning

warn if the system time is wrong.

a1d87c1a1af9776eddbfa1ded90d0a9ba57f43a5 authored over 10 years ago
Merge pull request #447 from kevinburke/master

Document MaxRetryError parameters.

3a0bc502cfc657d3fe630aba891990e7673da3e8 authored over 10 years ago
Merge branch 'master' of github.com:shazow/urllib3

376941dbd7f31d5fd2c0e94e226f8d78504467fb authored over 10 years ago
don't cover some lines in pyopenssl

7b6438b0a5a2a05f55cdcc678a9809349ad7d799 authored over 10 years ago
gather test coverage on contrib.pyopenssl

8f04f20722d530710dc4484db46d8aa40bd36dcb authored over 10 years ago
add note about dev-requirements on python3

6052ff2f83965fea8dbc39b8e7f7fd28e6d3c692 authored over 10 years ago
visually clean up imports

127d9c4e6e2793b9637a3b762505edc04d23638f authored over 10 years ago
fix contrib.pyopenssl on python3

On python3 import ndg.httpsclient will result in a syntax error.

092b3fa169cfae3ef5ef26b5a03c45cb5ca95f6f authored over 10 years ago
test everything on pyopenssl

707e98022b029dd5af4ca4f3493182fafe7d789b authored over 10 years ago
always test PyOpenSSL on python2

ac56d9b25dcaab3a200760ad2d56a6aae99850e6 authored over 10 years ago
raise timeout with an argument

The arguments are compared in the socket module, and this is the value the
stdlib uses

da27dcf0e394f595d3fd54a679652ee83e9f077e authored over 10 years ago
fix makefile refs

71a201ce94a91d7ffa09658fbed0fa56e7c32ee4 authored over 10 years ago
make our WrappedSocket compatible with pypy

The changes are inspired by socket.py from pypy and the implementation is
lifted from ssl.py fro...

57a03518fd3cfe933f048e87232190dd7b9f45a3 authored over 10 years ago
add missing space to warning message

38092060071aeb3e160d3416cd8192abfcf91fec authored over 10 years ago
Document MaxRetryError parameters.

1bc3c35d5942b184196f4370010130a50166af62 authored over 10 years ago
Fix _validate_conn for AppEngine? (cc #446)

62f3a6b43161b080407b75376098ce981150d19e authored over 10 years ago
remove crap accidentally commited

1e9758bde3add1ebca6c86cd82186c30d3a26c1c authored over 10 years ago
fix message wrap and format string

b5246805655ef77efdf35767cb2e2304a6cff2a5 authored over 10 years ago
update warnings on wrong system time

Incorporates ideas by @shazow and adds tests.

1fb63373aef05bb4ea06b9352b0ea612d78314e1 authored over 10 years ago
Introduce SecurityWarning

da4c5d3a739c04b803231cecf8bef8d2665ceeeb authored over 10 years ago