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

Merge pull request #1018 from Lukasa/fix-chunked-stuff

Deduplicate Host headers on chunked uploads.

2198b73f0d67080e66fc41bf5c3024650087c644 authored over 8 years ago
Merge branch 'master' into master

f08843e171d7cd3e47138719ef44060c26eab95c authored over 8 years ago
Increase TOLERANCE for timing tests

c4b96a28611564df7de30f911c8b619f6a3d1759 authored over 8 years ago
Merge branch 'master' into wait_selectors

6ef460364d290332f1412ab654548fceff07ee4b authored over 8 years ago
Do the exact opposite.

38578efcbf2468086e58eceda00dc044b85dd28f authored over 8 years ago
Add better comments for CI in tests

04fdaff647454c04d6160b2216a1c2e4677d43ce authored over 8 years ago
Changelog for #1009.

5d1cf040ec85ac242f8a22e65e86b2bbb2f7949a authored over 8 years ago
Add failing test for #1009.

75e78117816f86626cd66944cdcc8521e52f91b9 authored over 8 years ago
Prefer user-supplied host headers.

cec70daf627bae54b641b7ae8db4194c4d5b3134 authored over 8 years ago
Merge pull request #1019 from Lukasa/changes-1017

Changes for #1017

f8371b343c54e4daf6b5f66fdbe246ae0ed2b596 authored over 8 years ago
Remove timing tests on Travis

eb866eb4a324f2bda671334fd482e3a23a981858 authored over 8 years ago
Changes for #1017

bc896242bbe856b50d717b569d5bb678807c9b4f authored over 8 years ago
Merge pull request #1017 from wchill/fix-empty-filename-multipart

Fix empty filenames in multipart headers

1154d6771e4892078bd1fe3f8d0590342a706d5d authored over 8 years ago
Explicitly check if a value in a multipart header is None instead of just a falsy value

d78797af74f691c16734b07b12b58d60304ac5b7 authored over 8 years ago
Make flake happy :)

0fcbfe8a25e05f6b54346924453a7b2a11b5a996 authored over 8 years ago
Merge upstream changes

d5e4b5e0982d0ddedeab611a14feafd10cccbcdb authored over 8 years ago
Move wait_for_io to new file

28e172ce4065edfb0ba963f03b8a919af617d993 authored over 8 years ago
Introduce IPv6 zone identifier support in connectionpool

In addition to stripping square brackets in IPv6 address literals when
instantiating connection ...

789caeb5ab6d3e602d1c00b3917880d7b558eb80 authored over 8 years ago
Merge pull request #1014 from t-8ch/test_no_ssl3

test TLSv1 instead of SSLv3

24b1647b2c5296aabc336c542a7d06548b90a0c2 authored over 8 years ago
Merge branch 'master' into test_no_ssl3

def1e3b9b43000de143461078c5b7a77f8f773d6 authored over 8 years ago
test TLSv1 instead of SSLv3

new systems don't have SSLv3 anymore breaking the tests

525eb53e4dcc7405aac694b9df7f668f66e36ceb authored over 8 years ago
Switch order of duration and handler

93b0b1a5a57d8cf9ec1fcc4dc574ec225bc2d5ac authored over 8 years ago
Make @Lukasas changes

8ec8a8b7800b4dee9badcf042daee0afccc65e4c authored over 8 years ago
Merge pull request #1011 from t-8ch/remove_pyopenssl_wrap_socket

[contrib/pyopenssl] remove unused ssl_wrap_socket

5a98b1f8ab8734fb2a7bc03d65740476ccc83ebf authored over 8 years ago
Merge remote-tracking branch 'upstream/master' into wait_selectors

3b3582e2341478d1cbd3b48a36c172bc87c3b0bb authored over 8 years ago
[contrib/pyopenssl] remove unused ssl_wrap_socket

Everything uses the SSLContext. As we never exported ssl_wrap_socket
nobody should be using it.

1db3bba5f5bc83812810fb95803ea21971c6c052 authored over 8 years ago
Merge pull request #1010 from Lukasa/pyopenssl11

Fix PyOpenSSL with OpenSSL 1.1.0 (and CVE-2016-9015)

056045a062478e3c3afc2402ec81680d53490876 authored over 8 years ago
Line breaks.

906525475356c92d93a40f252ef68862603a23dc authored over 8 years ago
Allow TRAVIS in tox env

24d872e42debe8f456c512369db91a03b61f4c16 authored over 8 years ago
Test with OpenSSL 1.1 on Mac.

d10d16ffa4005273311a091419da2d4e000c10f7 authored over 8 years ago
Forward-port 1.18.1 changelog.

bad203cebed7a5c4e076551ee7617cbe2cdb49bc authored over 8 years ago
CVE-2016-9015: Correct set verify flags.

This error, introduced in 1.17, causes users using OpenSSL 1.1.0 along
with PyOpenSSL to silentl...

5e36a7096455ea94fb28b623d64e1f1bad97f822 authored over 8 years ago
Use TRAVIS instead of CI

5615f07b49bdb772fb8a06ff9748e45fa4810548 authored over 8 years ago
Add CI detection for TOLERANCE

a79d0ef773875e9ceb63b4bd2e4149c49cc83ee9 authored over 8 years ago
Seperate TOLERANCE values for up/low

e12d41e5f1aec43d96900e22912beda60b898694 authored over 8 years ago
Increase TOLERANCE value for slow restart selectors

9b3e6b29d05ada5326a9ced6d2d8b883da7b7493 authored over 8 years ago
Add make_alarm to AlarmMixin

d0eba9649c40ad36e28bf0988d2867d4fa804ede authored over 8 years ago
Add build shield for AppVeyor

b413d9ae9e321b420d5a0b8cdaacfc5c96b2d181 authored over 8 years ago
Add name to CONTRIBUTORS, add test

962d89157cd3e197f1b45a8f658b160d738222c8 authored over 8 years ago
Remove error checking on scalable test

801909a9fb14398aa1415bf3871dd1b68efb4430 authored over 8 years ago
Add assertTakesTime function

221bf71437552cae686961f19db11b43208c24ea authored over 8 years ago
Gotta add the index for format

5f8d55f674a4d21cbd3bc7fadcfc7216adfc1f04 authored over 8 years ago
Add test for SelectorError

e3cb90ceb34a1abb49ef91d3727fc7d6c6a89948 authored over 8 years ago
Make flakes happy. :)

24409ecc59abdef7b6c9e0c338565f98074a006d authored over 8 years ago
Fix builds for *unix

a2cc8b1589d60493c4fbbc65fe1a362153770ff5 authored over 8 years ago
Make changes to appveyor.yml

a631de9e71312a3a51d4a56403250e1152602d02 authored over 8 years ago
Address @Lukasa's changes

f798600b9dca41827b758637fc532d65c62d1eb9 authored over 8 years ago
Add tolerance values for CI

f2a10c498a2f0f462bf85113ec184a3106faa948 authored over 8 years ago
Faster alarm implementation

e57cf4f4157f29a3d1ae5773de2b40d5eb747a60 authored over 8 years ago
Stop testing our parsing via TLS failure.

This test sucks because it assumes that SSLv3 will be present on the
system. There's no guarante...

ff1150b23c8b3bd005fb8c73709ea38e0fcb9d33 authored over 8 years ago
Increase the timeout that randomly fails on AppVeyor

e74f7363f1bf8675878f7eff1c846db0f690df78 authored over 8 years ago
Add environment from AppVeyor

6c66dfd43b976789285bdbd6502d5da57561cd52 authored over 8 years ago
Add link to license

fe94d3144f8240355cc25bb22eb22dde15696fe5 authored over 8 years ago
Add TOXENV to the matrix

2e67dbaffcdfa20a50ad81f1b5c8cde5e5838039 authored over 8 years ago
Remove PR cancel

82a06a3ac0fc1952cc2f646e88bf316bc92cb08b authored over 8 years ago
Test AppVeyor

2aa1eb210a5cfa6293789bd0fd36363ba6f457e4 authored over 8 years ago
All we needed was sleep

130f736d515bb5b59ff932338470a8deb7379b1f authored over 8 years ago
Move back to only DefaultSelector

6bb72be410bb690569dc653606b6807c8c5e0d22 authored over 8 years ago
Add some more printing because why not.

bfcd3c331e4e1029898adc84da38035c10989d2f authored over 8 years ago
Actually let Kqueue fail it's test

07dd2aa26f870161899a97cff9d9a9ea1dd7585a authored over 8 years ago
Added prints to KqueueSelector

a20f482b4d87d378c475a8d6ada2435a51a81250 authored over 8 years ago
Update note to be more clear

abfc50075c8126cfa4c84601f541bf56be668503 authored over 8 years ago
Add helpful message to maintainers

706843901057bcc5bdad674de30ccdabc930af3a authored over 8 years ago
Split into DefaultSelector and FastestSelector

51b00d780db261c37b9c4c631345f47e2145b2c6 authored over 8 years ago
Try multi-masking for KqueueSelector

01bc3a3b895388a3aa0a036fce955bdfd920e1cd authored over 8 years ago
Remove multi-event test for now

01f18297ccc875ff5f69ad78383ac8aeb6a99363 authored over 8 years ago
Add new selectors tests

0044b82cf12ab14b3318c4b261d612d387979a0f authored over 8 years ago
KqueueSelector should condense kevents

6cf659523c2c6e9f8bf244e723df1ab94bec5dce authored over 8 years ago
Add stricter tests for selectors

cc2359bcae80b75cae87f84631c064564d7aa969 authored over 8 years ago
Add check for non-Mac OS because of bug with RLIMIT

93d0898d6644e0cd7f4f49343b40c912a049fc5e authored over 8 years ago
Merge remote-tracking branch 'upstream/master' into wait_selectors

927c7a87b13b018c939f91fcef2149acb005152d authored over 8 years ago
Merge pull request #1004 from Lukasa/add-codecov

Try using codecov.

6f4a7b0737fd2c147a1b64801a241a74d18120b6 authored over 8 years ago
Properly reset the second alarm

6f3f562862c0a9d23299201b8eb50fe9f11393c5 authored over 8 years ago
Add test for multiple interrupts

b24a9b01bcb7696949f714f028ed5768935562fb authored over 8 years ago
Import all of unittest2 if needed

0c229614abacc7779892e56be7747bc0d5e5f86d authored over 8 years ago
Fix tox.ini for Python 2.6

270021e1132dd4b9fa8533c4b9173782ff0142ef authored over 8 years ago
Add unittest2 for Python 2.6

d167dbd2eccf276e3f935ba9bf46401b45220498 authored over 8 years ago
Add new resource allocation tests

a4e9af8dce9e43362ed9cb046ccd9df4f486ade0 authored over 8 years ago
Remove 100% requirement from nosetests.

70c4356c752d9cac0325f5a931d0a566c6a6fa5f authored over 8 years ago
Make codecov enforce 100% coverage.

6b328933a7cc55d0b5ff443d03fe2b99761e7f57 authored over 8 years ago
Seems like version mismatch is the issue.

cfaa9dcda0d92def4152a7b114fa633c64e0ccdd authored over 8 years ago
Ok, I just gotta see what's going on here.

5f043d4e7dbd6fe5f5298c3c90b15488a41a3f1d authored over 8 years ago
While I'm shotgun debugging.

1dbef967ecea9a34ce904b72e586612e8e940da9 authored over 8 years ago
It's possible but unlikely that we need combine

294bafa97d7bef390c7ecd76c9b14cce51b77499 authored over 8 years ago
I wonder if we're missing this.

c9049be46b213b7b8a76c137034dc7821ff3a9c0 authored over 8 years ago
Try using codecov

52da0ab3e6f624bdd071df964fc9dbc93a0ef34c authored over 8 years ago
Merge pull request #1002 from Lukasa/more-travis

Add support for OS X.

f7565c6bea6ba8939034239ee71d9231f39ba7a0 authored over 8 years ago
We don't want a sad @haikuginger

2e43f017e07bdf35be2441db8b649ab7882b7348 authored over 8 years ago
Sorry PyPy.

0888f6e8f445df9514e1d88071d89661daed36dd authored over 8 years ago
Try shoving it in tox.ini

f2280f8e22daa94bb52b0c0bf61fca353bb927c1 authored over 8 years ago
Dear tox: plz propagate env vars. Thanks.

42912bc66f41f14b32fdb23c48226b2abe660b34 authored over 8 years ago
Keep using the good OpenSSL

d103b186270dc2ab32a47c8abd94abb861ac83e3 authored over 8 years ago
Use the good OpenSSL.

37964c3dca1ee4e5936f9d24afe7659ccd7afb3a authored over 8 years ago
Gotta use the pyenv everywhere.

c789d5a45258d997cbba4d48675b13f2d5bf1c60 authored over 8 years ago
Seems like Python 2.6 doesn't like -m pip

40b9e92c66d7cc4680eb4941a87fa5e5ed9d43d1 authored over 8 years ago
Add support for OS X.

This is based on the work done for PyCA cryptography.

090037a62b4bef42652243df0e0ec68b3441ecae authored over 8 years ago
Move back to unittest.skipUnless

57e7fb302689cc060bbecef8236704111354c186 authored over 8 years ago
Better backport

5fcd42b55b08ab6bdfa78a45b974614afccab87a authored over 8 years ago
Add backfill for unittest.skipUnless

25bdfdec9f74843a6ab65805850c1ef62ea3058e authored over 8 years ago
Add KqueueSelector

74bb409a29b024dcb10d6bb9495a601df2f4abeb authored over 8 years ago