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

don't force port 0

04abe31a1ce9fd02499986833d47fd74e73a8816 authored almost 11 years ago by Bui <[email protected]>
finish implementing source_address

d00556a6315c8f437c4d55f87ecb515d16f7338a authored almost 11 years ago by Bui <[email protected]>
Merge pull request #350 from schlamar/publish-accept-encoding

Publish default accept encoding as constant.

e2353dc176fdb4dc19fd80d22c3ac73c39b7bdb2 authored almost 11 years ago by Andrey Petrov <[email protected]>
Publish default accept encoding as constant.

78f520dbeaaa80e0852b1411a1f3d7beaf8f0486 authored almost 11 years ago by schlamar <[email protected]>
Dev CHANGES

772a3e9a5434e30dee4da587bb72de0913041233 authored almost 11 years ago by Andrey Petrov <[email protected]>
Version bump

8a8c601beee813acb5ca8d3e934f2c4aba8dc6ff authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge pull request #348 from shazow/socket-closing

Fix Socket closing on connection errors

74d862c3e35a1e88382955621271d4ba7f50cb50 authored almost 11 years ago by Andrey Petrov <[email protected]>
FIXME comment fix

b8e9ea67a83a6a5f2296413afef51b6dcb257eef authored almost 11 years ago by Andrey Petrov <[email protected]>
Fix Py3 complaining about UnboundLocalError.

673dcd03372f3f031a7ed3269dfb369a0d0d2119 authored almost 11 years ago by Andrey Petrov <[email protected]>
Cleanup exception testing.

fb83f09f2a8bbab124e1b7452170ca1eb64605b6 authored almost 11 years ago by Andrey Petrov <[email protected]>
Removed unreachable block.

e266af8464f334077fb162f937fb6f5b7cda1b8b authored almost 11 years ago by Andrey Petrov <[email protected]>
CHANGES for #348

349242cd144948c3aa048d2d6bc3f0eb256bf793 authored almost 11 years ago by Andrey Petrov <[email protected]>
Fix connection closing on error.

09d2a686b71d73d1e7ea5ef79eb0042325196e7a authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge remote-tracking branch 'origin/pr/344' into socket-closing

57cbbae87c22ff547b2c026d099773fc55eb3745 authored almost 11 years ago by Andrey Petrov <[email protected]>
Add a test for socket closing

d6542eddff21b4ad64136d5b031de48d577defc3 authored almost 11 years ago by Kevin Burke <[email protected]>
ConnectionPool::urlopen(): Closing opened connections in case of error

If there's an error occur during operation, urlopen() function doesn't
close connection properly...

b83b255fa10df1ae7889bbd9080e18fed84684bd authored almost 11 years ago by Jinyong Lee <[email protected]>
Merge pull request #343 from shazow/fix-strict-py3

Fix HTTPConnection strict-related DeprecationWarning in Py3.

59710c2d77ccdf8e234e7a7717e727f0310963e1 authored almost 11 years ago by Andrey Petrov <[email protected]>
Restrict warnings to deprecation warnings, because... Oh my.

089a2e081943733081fe2c1ece446c458cdda46e authored almost 11 years ago by Andrey Petrov <[email protected]>
s/log.warning/log.warn/

b6eeb6cd2eccb5efe39cbc40453630ffcadd0c1d authored almost 11 years ago by Andrey Petrov <[email protected]>
s/assertEquals/assertEqual/

24b22e312ad1b725aa1a6de6d0ad7a7700ad82e2 authored almost 11 years ago by Andrey Petrov <[email protected]>
Tests and fail travis/tox on deprecation warnings.

60abb98610e341215dece3d6b40f70aaa1d5116a authored almost 11 years ago by Andrey Petrov <[email protected]>
Fix HTTPConnection strict-related DeprecationWarning in Py3. Resolves #342.

181cf0945379c171ff0a7649bedcc4d1dee9a569 authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge pull request #340 from t-8ch/pyopenssl_timeouts

contrib/pyopenssl: fix busyloop with timeouts.

5e5ceaf533fc3afa092ced87bcdadb7df7cbaf1a authored almost 11 years ago by Andrey Petrov <[email protected]>
contrib/pyopenssl: fix busyloop with timeouts

adc661a476a929533b07b9ff1504d251aaa4998e authored almost 11 years ago by Thomas Weißschuh <[email protected]>
Removing minor bug fix from changes.

7d50b9fb19df3c115a9fad4f54d1f3d971fb2cc7 authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge pull request #339 from jschneier/master

fix decorator/test case, update CHANGES and add to CONTRIBUTORS

887ed4f05a30be73520899e037c6a846579afe07 authored almost 11 years ago by Andrey Petrov <[email protected]>
update CHANGES for Issue #320

36de7286e3c25df959d3fe3bb70bff5b3268448f authored almost 11 years ago by Josh Schneier <[email protected]>
add myself to contributors

5ee609cd9d5a0ed74b5a4f4c4924411f3489f3c0 authored almost 11 years ago by Josh Schneier <[email protected]>
fix decorator and corresponding test case

dfba69463a5dbf6c27edbe1cdaee8f199c77b368 authored almost 11 years ago by Josh Schneier <[email protected]>
Merge pull request #338 from jschneier/fix-py3-nossl

fix import for python3s without ssl

d133e0ccfe1646b41b0a86bf5a9b039b724cfc43 authored almost 11 years ago by Andrey Petrov <[email protected]>
fix import for python3s without ssl

6fbdf480868ca53bc63bd0397656feb0d502ad55 authored almost 11 years ago by Josh Schneier <[email protected]>
Merge pull request #337 from jschneier/fix-benchmarks

fix the benchmark file to run

21a82e1c5e67b5da78a37741449a982d0a6e4152 authored almost 11 years ago by Andrey Petrov <[email protected]>
fix the benchmark file to run

a64e94b1d33f9360de704d86c8b41ad00763d5a2 authored almost 11 years ago by Josh Schneier <[email protected]>
Merge pull request #335 from jschneier/master

fix skipping tests on OSX

3c9071e0e42ddd01b4c8e365d0367aa31dd7c4d1 authored almost 11 years ago by Andrey Petrov <[email protected]>
fix skipping tests on OSX

9e80b368b01cb11a7ac0d97143ea69aa6dd2eef0 authored almost 11 years ago by Josh Schneier <[email protected]>
Merge pull request #334 from ticosax/swtich-to-httpbin.org

httpbin.org is just the right tool for this.

ce59082c8fc42831c446dcebb2f6a6178136e136 authored almost 11 years ago by Andrey Petrov <[email protected]>
httpbin.org is just the right tool for this.

b1047877cee771c3fa5162411e5a7e71bc3e521b authored almost 11 years ago by Nicolas Delaby <[email protected]>
Formatting.

aca2eb0abc65edca622f553508bdba9c1dda5e7e authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge pull request #333 from jschneier/master

document HTTPHeaderDict, update CHANGES for bugfix.

5e6f46b1d57fb673b8027fcf4ba2e7be1f1f8fad authored almost 11 years ago by Andrey Petrov <[email protected]>
document and change HTTPHeaderDict, update CHANGES for bugfix

332a901c17bcc32bdd3db0009dac737f3c34a928 authored almost 11 years ago by Josh Schneier <[email protected]>
CHANGES for #332

49b0279f40c17e3877349a71f3977268176d5400 authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge pull request #332 from ticosax/platform-ca-location

Platform ca location

5c25a73dfb48e4260c44e19e3a50fb5d46832c52 authored almost 11 years ago by Andrey Petrov <[email protected]>
as per PEP-449 mirrors are deprecated

21b82275b8f4f42e352460df66fc8c664035e197 authored almost 11 years ago by Nicolas Delaby <[email protected]>
Use the platform-specific CA certificate locations if none provided

005e8179ade3488383e6fbc19f356c929d9c0723 authored almost 11 years ago by Nicolas Delaby <[email protected]>
Add myself to contributors

7d1189e6ab0272766b998bfe4d2512b2de84205d authored almost 11 years ago by Nicolas Delaby <[email protected]>
Adding Timeout examples on docs landing page

fb5415218618947680abf4a75511d71687a2e57f authored almost 11 years ago by Tahia Khan <[email protected]>
CHANGES for #329.

64e2e3c6e1cd963da5802bff1c775a341f8dc554 authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge pull request #329 from jschneier/case-multi-headers

add HTTPHeaderDict

73a451d93645a70b45087894d114972f40120658 authored almost 11 years ago by Andrey Petrov <[email protected]>
add test that highlights httplib bug

fc75b036a521ba8c5431a965dc55b4a41557393e authored almost 11 years ago by Josh Schneier <[email protected]>
remove unused imports

1b3ed9eee85c52db8beadb48518e2ce25ae2026e authored almost 11 years ago by Josh Schneier <[email protected]>
gratuitous tests for no reason

15ca5cc5e96ab294a7ffefc97c58272142ecc0b3 authored almost 11 years ago by Josh Schneier <[email protected]>
add HTTPHeaderDict

7c680db875f00e3bf46a1da51a9a05454ce22265 authored almost 11 years ago by Josh Schneier <[email protected]>
Merge pull request #327 from tahia-khan/master

Fixing minor typo on docs landing page

3b472c664ea67b5da87ed4410df95a8ff747b1b1 authored almost 11 years ago by Andrey Petrov <[email protected]>
Minor typo on docs landing page

6225acbfa78e18fe15ff4c809c4ca7d4f386bd56 authored almost 11 years ago by Tahia Khan <[email protected]>
Merge pull request #325 from kevinburke/network-unreachable

Skip network tests if machine isn't on a network

34f3eb75ac4214fc62c78c8b97916f081552495b authored almost 11 years ago by Andrey Petrov <[email protected]>
Skip network tests if machine isn't on a network

Adds a new `requires_network` decorator which should be used if the test
requires a connection t...

eac9d64779e7b78c4540e67bda7a5fc153503270 authored almost 11 years ago by Kevin Burke <[email protected]>
Merge pull request #322 from kevinburke/dns-error-test

Uncomment DNS error test

094e1070e8acc017e1b8e6139a512b4f4c8c7a18 authored almost 11 years ago by Andrey Petrov <[email protected]>
Uncomment DNS error test

5946f28e16d484dd2abb8fd280dbf46ca8cfc1ea authored almost 11 years ago by Kevin Burke <[email protected]>
Merge pull request #321 from reaperhulk/update-pyopenssl-cipher-suites

update DEFAULT_SSL_CIPHER_LIST for PyOpenSSL

839f56df5d6242f9746d0fdd664e12a0b5b023b3 authored almost 11 years ago by Andrey Petrov <[email protected]>
update DEFAULT_SSL_CIPHER_LIST for PyOpenSSL

2088570a293df42b1623dd74fcff0174d0565af5 authored almost 11 years ago by Paul Kehrer <[email protected]>
Merge pull request #319 from schlamar/speed-up-tests

Speed up tests on Windows

5b587a610bba8d70e0e9ee3be2d4dc5e08303309 authored almost 11 years ago by Andrey Petrov <[email protected]>
Speed up failed connection detection on Windows.

If Windows finds the connection host it retries up to two
seconds before raising the connection ...

738d5f06fe1f01a11bdd88e1caee254ccd0764c7 authored almost 11 years ago by schlamar <[email protected]>
Speed up socket level tests on Windows.

daede6f87d0bb6abb6bc523fa1e9dc815239184a authored almost 11 years ago by schlamar <[email protected]>
Speed up tornado tests on Windows.

On Windows, socket.create_connection is delayed one second
if the host supports IPv6 and there i...

2d4c64f4e9736f3a8b08b7d4f6953075a731448f authored almost 11 years ago by schlamar <[email protected]>
Merge branch 'master' of github.com:shazow/urllib3

c90f111f7994b8872229f84c363878fcac45c2cc authored almost 11 years ago by Andrey Petrov <[email protected]>
CHANGES for #318

125826eb60d311344929fd0d5a204e651d58444f authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge pull request #318 from dstufft/support-more-sans

Support up to 1024 SANs in a single certificate.

9346c5c8b97ccd06d4210401f3fdb9ed71ed1cd3 authored almost 11 years ago by Andrey Petrov <[email protected]>
Support up to 1024 SANs in a single certificate

e1a28c369b3a1b541699ec0fb2062f18d25e2446 authored almost 11 years ago by Donald Stufft <[email protected]>
Merge pull request #316 from kevinburke/doc-links

Doc links

4dcae8579994b171959590319a29f3ea8e0dc823 authored almost 11 years ago by Andrey Petrov <[email protected]>
change to correct directory before running make

d1a833a303edc63f53f9f986e1f9c6b97c3478b0 authored almost 11 years ago by Kevin Burke <[email protected]>
Merge pull request #283 from kevinburke/nagle

Disable Nagle's algorithm for non-proxies

951ea12ba18103e5434e751246c0895e54fef211 authored almost 11 years ago by Andrey Petrov <[email protected]>
use 2.7 so httplib links work properly

e673e497210f4f169097e09f467cc7c34753ff24 authored almost 11 years ago by Kevin Burke <[email protected]>
Correctly use the ..deprecated:: flag

2c0d12175ffa95bed48ec58cc89ef301d8a4827a authored almost 11 years ago by Kevin Burke <[email protected]>
Add doc README, support interlinking

67e3c59b28c48575452be1ca29da885f207a4762 authored almost 11 years ago by Kevin Burke <[email protected]>
Disable Nagle's algorithm for non-proxies

Nagle's algorithm can be useful in some scenarios to limit packet overhead and
bandwidth over th...

fd6a09c235988ef689bdf45806a2dd2b54ee08f7 authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge pull request #314 from kevinburke/test-failures

cherry-picking a commit; just ensure connection class gets reassigned if...

f47cc850fda4c8eb56724031620e45864830e45b authored almost 11 years ago by Andrey Petrov <[email protected]>
assign originalconnectioncls outside of try/finally block

45ffc4016494d3ff9d82ba360a8a4fa965c3467f authored almost 11 years ago by Kevin Burke <[email protected]>
cherry-picking a commit; just ensure connection class gets reassigned if a test fails

3068bb57043e99e378d5d13a53ee1cde1e9ad853 authored almost 11 years ago by Kevin Burke <[email protected]>
Merge pull request #313 from kevinburke/typo

typo

8487df8f0465f8f1ff00472d51ef880d772c308e authored almost 11 years ago by Andrey Petrov <[email protected]>
typo

83ccae35599d94528be27d57af79743c07ac68a8 authored almost 11 years ago by Kevin Burke <[email protected]>
Clean up CHANGES.

b8339914f9295928e096a0c3920702deaadfb513 authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge pull request #310 from novel/master

Account retries on ProxyError

2d97218232500c606f6bc7d63da3a3cd586d7f15 authored almost 11 years ago by Andrey Petrov <[email protected]>
Account retries on ProxyError

Current implementation fails if it encounters a proxy error no
matter how many retries left.

Ch...

680cb6ee5172d05e2059d30057a55d5a558cfb9f authored almost 11 years ago by Roman Bogorodskiy <[email protected]>
CHANGES for #309

ee0deb07efd42bbb736d8c6a557459537576a8b3 authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge pull request #309 from dbrgn/disable_tls_compression

Disable TLS compression (CRIME)

260e1b4f4ee12f46e134ffa59bf56ee956aeabcd authored almost 11 years ago by Andrey Petrov <[email protected]>
Docs

c5206445691907819a0a30919bd95c9b3b92aa95 authored almost 11 years ago by Danilo Bargen <[email protected]>
Move default SSL cipher list to root constant

1a320d50e7b7cb852490f406111d2d9185435310 authored almost 11 years ago by Danilo Bargen <[email protected]>
Set preferred ciphersuites in pyopenssl contrib module

3af9f1da00ec5d8f65ae0932ea2f5ba1dba2f472 authored almost 11 years ago by Danilo Bargen <[email protected]>
Disable TLS compression in pyopenssl contrib module

5c4d1b121559b80262349eb6d363bfbf8ff155ea authored almost 11 years ago by Danilo Bargen <[email protected]>
Disable TLS compression for Python 3.2+

22c9441fac9b96dc3335a822f1e0110cd917682f authored about 11 years ago by Danilo Bargen <[email protected]>
Merge pull request #308 from mattrobenolt/patch-1

_encode_body_methods isn't referenced anywhere

232f496c1dc8c072f6755358d8ce787650a86960 authored about 11 years ago by Andrey Petrov <[email protected]>
_encode_body_methods isn't referenced anywhere

9257a96f24ee67c464d70e060fab7f0f4759961f authored about 11 years ago by Matt Robenolt <[email protected]>
Merge pull request #307 from kevinburke/tunnel-no-tunnel

_tunnel_host compatibility for Python 2.6.(0-2)

3782aeb45ffe1e3c77f6f0007bf91976ab3c2817 authored about 11 years ago by Andrey Petrov <[email protected]>
python: how does it work

74516b0a4fd128b61e2af431e2c1d9657b6703b7 authored about 11 years ago by Kevin Burke <[email protected]>
_tunnel_host compatibility for Python 2.6.(0-2)

The _tunnel_host attribute was added in Python 2.6.3, so older Python 2.6's
failed when urllib3 ...

3ebee5202257c3928f283646ae92d174ba0b2d93 authored about 11 years ago by Kevin Burke <[email protected]>
CHANGES formatting.

d37780e12e460d84017d58e879b7f936729c5572 authored about 11 years ago by Andrey Petrov <[email protected]>
Merge pull request #305 from nipunn1313/default_port

Use a default port when comparing hosts to a connection pool

3ba13ab3a0a8a4f57d739bd04a1b3700ec236d05 authored about 11 years ago by Andrey Petrov <[email protected]>
Use a default port when comparing hosts to a connection pool

Added tests to verify and show expected behavior

986c54ba8102c40863b62a6a90f472617835f7b6 authored about 11 years ago by Nipunn Koorapati <[email protected]>
take @Anorov suggest

a0c22e8ffafcf4ae2a10811857a33ad1bcdc5fcc authored about 11 years ago by tgic <[email protected]>
make requests compatible with SAE

f9eecc2fe0af5965262b88954c5487728959cbc8 authored about 11 years ago by tgic <[email protected]>