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 #398 from sigmavirus24/flake8-fixes

Flake8 fixes.

be18de7e8b4702552e8a9e2650b6c2c4dc079a00 authored over 10 years ago by Andrey Petrov <[email protected]>
Docstring tweaks.

11d83856e686397ece390322924f80240abb1dd0 authored over 10 years ago by Andrey Petrov <[email protected]>
Add flake8 section to setup.cfg

75a7a18ce72a18ee1500e7dda40c6e5625f83b57 authored over 10 years ago by Ian Cordasco <[email protected]>
Sentence-case a comment and de-indent predicates in the if statement above

41941fe5c4bff307886be49c75650b566f8d658e authored over 10 years ago by Ian Cordasco <[email protected]>
Make something a little clearer

413d05789e4f6ed5ab1909d90f655db9b3dd1d6f authored over 10 years ago by Aaron Meurer <[email protected]>
Simplify exception handling, fix code coverage

fcd18a8ef215371c2edaee9851e54d431bbadaf4 authored over 10 years ago by Ian Cordasco <[email protected]>
Make util.url flake8 compliant

6ab3a4d79ebce7f219f514f98d93f136e282fd14 authored over 10 years ago by Ian Cordasco <[email protected]>
Make util.timeout flake8 compliant

8d4cce75786ca1e433edbd0eae103a4183ccd83f authored over 10 years ago by Ian Cordasco <[email protected]>
Make util.request flake8 compliant

35153c923a93cb8ea29badef7e16d1127c100d6c authored over 10 years ago by Ian Cordasco <[email protected]>
Bring util.connection into compliance with flake8

a77ce52ac8aa3efd33ecbfbbc245ea1b010723ac authored over 10 years ago by Ian Cordasco <[email protected]>
Bring the response module into compliance with flake8

1f1ae9a2a05f6321050bf1a0551b6a648bbd246f authored over 10 years ago by Ian Cordasco <[email protected]>
Bring the request module into compliance with flake8

50a0d190f1ce49b5e375ae3cd70d1c1a523acfa9 authored over 10 years ago by Ian Cordasco <[email protected]>
Fix length of method declaration

14af04098df9e2c4f60dc4fcb1d5d14062e2f0f6 authored over 10 years ago by Ian Cordasco <[email protected]>
Remove unneeded import and fix indentation

1339609cf3451a68d46ab673759cdf031b1a509f authored over 10 years ago by Ian Cordasco <[email protected]>
Make the fields module mostly flake8 compliant

56eeb58c148892f9cab208e14f64d786fb58cbd6 authored over 10 years ago by Ian Cordasco <[email protected]>
Make connectionpool mostly compliant with pep8

480572d2d6e15858e764a966f577547fe31f852e authored over 10 years ago by Ian Cordasco <[email protected]>
Adjust the connection module to satisfy flake8

852885743199e83e40243d4a336362ed30bbc8dd authored over 10 years ago by Ian Cordasco <[email protected]>
Remove unparse_url, in favor of Url.url

559ae6a997def336e07665c98819e4ece5422200 authored over 10 years ago by Aaron Meurer <[email protected]>
Merge pull request #395 from jschneier/disable_cache

add disable_cache to make_headers

649b27cc22c47ed528d5d52b79c38cd5de05e38a authored over 10 years ago by Andrey Petrov <[email protected]>
Merge pull request #396 from jschneier/docs_fixup

document the util module again

6619bfef9dbece9622b264b404eb4d4c358b5286 authored over 10 years ago by Andrey Petrov <[email protected]>
add disable_cache to make_headers

a292c6f1602836b614b8f6fa204f9559bb6560d7 authored over 10 years ago by Josh Schneier <[email protected]>
document the util module again

8668e9428897c8c0b58e1bd4daf6077d6cc61775 authored over 10 years ago by Josh Schneier <[email protected]>
Improve code coverage

c86f706250365d4539a4b70644db0cecefa4735b authored over 10 years ago by Aaron Meurer <[email protected]>
Add url attribute to Url, which gives the same thing as unparse_url()

35556b4c4d366a2b665fed41f33205aa12d08bde authored over 10 years ago by Aaron Meurer <[email protected]>
Add unparse_url to urllib3.util.url

This round-trips with parse_url (or at least equivalently by the RFC).

ad2e1b4f2aa19544300e5b11e05b65f5211a7e49 authored over 10 years ago by Aaron Meurer <[email protected]>
Test proxy behavior when origin server disconnects

Add a test for a CONNECT proxy where the remote server closes the
connection, and then we try to...

691cf5e6aac39d3afb7df38c92925d3830cc7bc8 authored over 10 years ago by Chaskiel Grundman <[email protected]>
Fix reconnecting, through a proxy, to a closed connection

treat closed connections as dropped
Since appengine (and possibly other) environments may not hav...

1c30a1f3a4af9591f480a338f75221bdf5ca48da authored over 10 years ago by Chaskiel Grundman <[email protected]>
Merge pull request #390 from jschneier/refactor-ssl-tests

refactor ssl tests

4c70d76bac93c1941bacb7c7a068d4ad8efb2b19 authored over 10 years ago by Andrey Petrov <[email protected]>
refactor ssl tests

7e67e69e3d83df4c5653570d530a1c3d9eeab781 authored over 10 years ago by Josh Schneier <[email protected]>
Merge pull request #389 from jschneier/master

fix skip test copy/paste typo

9789127f1ec5177afb8817dff9b1136815a0870a authored over 10 years ago by Andrey Petrov <[email protected]>
fix docs copy/paste typo

9317a5c5d6ce81382571ec604cc47b588404567e authored over 10 years ago by Josh Schneier <[email protected]>
Some wording and style fixen for #385.

I'm going to regret editing this in the web UI and not sending a PR, aren't I...

4fb351cd27cc5ce7b55ed961eee695743c95f9c6 authored over 10 years ago by Andrey Petrov <[email protected]>
CHANGES for #385

fa9054b6bc3126e6086cbc293ff1eb0dcc80bc46 authored over 10 years ago by Andrey Petrov <[email protected]>
Merge pull request #385 from Lukasa/341

TLS Verification will break in Python 3.4.1 when using a Proxy

7e7854ccaae3297797a0ef0a528ad8c97e2cfe24 authored over 10 years ago by Andrey Petrov <[email protected]>
Make sure we verify against the correct host.

For context on this change, check issue #385 on GitHub.

cb539a93871701fd851086b0e4c1affb37388b14 authored over 10 years ago by Cory Benfield <[email protected]>
Merge pull request #382 from t-8ch/support_py34

CPython 3.4 is a thing.

2636b27f3b29c9c86ba4ed8c9861da24236b53fc authored over 10 years ago by Andrey Petrov <[email protected]>
CPython 3.4 is a thing

8fdf852b8f598e5d426a5532a9891a3146e0b078 authored over 10 years ago by Thomas Weißschuh <[email protected]>
Merge pull request #380 from Shootfast/patch-1

workaround missing _tunnel_host attr in python 2.6.

21a1b4cd2aa136425de785dc7bf6966345d26fbb authored over 10 years ago by Andrey Petrov <[email protected]>
Update connection.py

Removed unnecessary check for _tunnel_host

db1ed69caf61e1d520c06e02e1c0fe69062a0038 authored over 10 years ago by Shootfast <[email protected]>
Merge pull request #381 from yamaneko1212/master

Fix typo

de110e21b7102c716c4b284fa1b4eaa09a427933 authored over 10 years ago by Cory Benfield <[email protected]>
Fix typo

c1b45e3bdd23210b9e201cc0c5cc6abe57edc8c7 authored over 10 years ago by yamaneko <[email protected]>
workaround missing _tunnel_host attr in python 2.6

Adds the same workaround as on line 175, which allows this lib to work on python2.6

9c233b369e30d09e44675160abc15409a2eea66d authored over 10 years ago by Shootfast <[email protected]>
[contrib] suppress_ragged_eofs in pyopenssl

9e6a005d691307e86196528e67aeec2d634f340e authored over 10 years ago by Thomas Weißschuh <[email protected]>
[contrib] remove custom fileobject

0bf0cb7993cef7ccd30d795a12bc2d8fecb4d9ce authored over 10 years ago by Thomas Weißschuh <[email protected]>
Version bump to v1.8.2

576965bbaffb7b52773fac71abeaf0aa44da74fc authored over 10 years ago by Andrey Petrov <[email protected]>
Merge master to release

1f9dad17b666b8bdebda121f4880b4f7cc064d5b authored over 10 years ago by Andrey Petrov <[email protected]>
CHANGES.

dbefad455a99f482cac1e8c24e47a067e6c5ec63 authored over 10 years ago by Andrey Petrov <[email protected]>
Add urllib3.util.

c5d8a2cf07f3185a3ace9b38bf888ed0f5b0f85e authored over 10 years ago by Andrey Petrov <[email protected]>
Version bump for CHANGES.

bd23a4e8e025aa9647d5d9be6cad7fe551c11c82 authored over 10 years ago by Andrey Petrov <[email protected]>
Version bump to v1.8.1

6cd4138c21ed1aed35bf826ddd0b5ff7bac3c687 authored over 10 years ago by Andrey Petrov <[email protected]>
Merge branch 'master' into release

# Please enter a commit message to explain why this merge is necessary,
# especially if it merge...

f32a8703e6f8e57f5cddda067037187741a04759 authored over 10 years ago by Andrey Petrov <[email protected]>
Merge pull request #374 from gruns/master

Add Arthur Grunseid to contributors.

54cac27515587439126953aac10fc00ac817c227 authored over 10 years ago by Andrey Petrov <[email protected]>
Add Python 2.7+ version comment to achieve 100% Python 2.6 test coverage.

f126fd5a0558645de652cd32fd5eb89ae913c395 authored over 10 years ago by grun <[email protected]>
Add Arthur Grunseid to contributors.

8946ee30901e20e6fd1567fed149b1aad6917c36 authored over 10 years ago by grun <[email protected]>
Reformatting.

f78e676ae60596e61879a99864cf4469339a3fae authored over 10 years ago by Andrey Petrov <[email protected]>
CHANGES mention #352

7a6e4e89db5b7ec0f61e59980fb70feb48720eed authored over 10 years ago by Andrey Petrov <[email protected]>
Merge pull request #352 from bui/master

Support source_address.

31b223ec2bf83d59a3854529aff786b2a6db018b authored over 10 years ago by Andrey Petrov <[email protected]>
Merge pull request #2 from gruns/master

Remove Python exclude line shorthand and trailing periods. Remove support for string only source...

39418ce9070a5fbc0514b0e4fa5fb8920c7fbe67 authored over 10 years ago by Bui <[email protected]>
Comments.

6f2f9456255afbbf74c7e9a2b59b25ba204d0bb4 authored over 10 years ago by grun <[email protected]>
Rename @onlyPy26OrEarlier and @onlyPy27OrLater to the more explicit @onlyPy26OrOlder and @onlyPy27OrNewer.

34a943fa46c295b0418d12ec115ac047a85adc9c authored over 10 years ago by grun <[email protected]>
Remove support for string only source_address values. Now only (host, port) 2-tuples are supported. Remove trailing periods from Python version comments.

9b8ee5ac22f70744ea6fb9215a0696c78d4912a5 authored over 10 years ago by grun <[email protected]>
Merge pull request #1 from gruns/master

Support source_address, with tests.

fe5f74bb6a6ff8ec99bfb51fb7f0ac4549a54d7f authored over 10 years ago by Bui <[email protected]>
Add python version comments to exclude lines from Python 2.6 tests.

6a0a49e531330261b41d81f3f5392e5137951d24 authored over 10 years ago by grun <[email protected]>
Add a shorthand python version comment to exclude_lines: '# Py\d.*'.

8bb7404fe53584b1084db319a7f70f2191367dbc authored over 10 years ago by grun <[email protected]>
Comments.

2fc63242bee7e4ab3bc220a69c5de4d1e9edbffd authored over 10 years ago by grun <[email protected]>
Add source_address to HTTP[S]Connection and HTTP[S]ConnectionPool to specify the address to bind to when making requests. source_address can be a string, like '127.0.0.1', or a (host, port) 2-tuple like ('127.0.0.1', 1337).

85ace14c6e01fdbe4215c2ce3bb5228316dec0c3 authored over 10 years ago by grun <[email protected]>
Comment/Formatting.

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

make it more clear why we are closing connections

81d2ab9478dda7b1e76dc43f6d6d19216ddf6db3 authored almost 11 years ago by Andrey Petrov <[email protected]>
make it more clear why we are closing connections

2e677321d6411c23ae60817a7935978762462c74 authored almost 11 years ago by Josh Schneier <[email protected]>
Merge pull request #359 from kevinburke/test-docs

Fix up grammar in test comment

5113b528868477fa800829b3b5485b8c66fecd6a authored almost 11 years ago by Andrey Petrov <[email protected]>
Added #362 to CHANGES.

c7e114d8f5c3aefb9fb83209cb699f7ed8cfa028 authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge pull request #362 from saschpe/master-dummyserver-as-docs

Don't install dummyserver into site-packages

a75eb4d8e28cdc8d89c2b6e0631eb66e38965413 authored almost 11 years ago by Andrey Petrov <[email protected]>
Don't install dummyserver into site-packages

It is pure example code with self-signed certificates. It pollutes the
global site-packages spac...

3361f884456699c67bf4eef2eeafb14a071cc509 authored almost 11 years ago by Sascha Peilicke <[email protected]>
Fix up grammar in test comment

ed7fbe81c593a3069dae247a1fa1df3fb887a17b authored almost 11 years ago by Kevin Burke <[email protected]>
Merge pull request #358 from kevinburke/ssl-docs

Ssl docs

d42cf444eb7b39aaf4f4f0afbb83266950458f37 authored almost 11 years ago by Andrey Petrov <[email protected]>
add doc-requirements file, for sphinx

10b83d7d399046fb74a30306d4597d1aeb3f9422 authored almost 11 years ago by Kevin Burke <[email protected]>
Update pyopenssl docs

3501c67bf53765ff786aacfb042d67283ff8fc40 authored almost 11 years ago by Kevin Burke <[email protected]>
Merge pull request #357 from kevinburke/parse-url

Raise LocationParseError if host is None

b088e93a48fb96138ddea7366e679a77762e2f00 authored almost 11 years ago by Andrey Petrov <[email protected]>
Formatting.

2d5145ad3ed8d4e194e7a49a11c25beb61a5daa9 authored almost 11 years ago by Andrey Petrov <[email protected]>
Raise LocationParseError if host is None

Also fixes double-encoding of the error message "Failed to parse:" for
LocationParseErrors, and ...

7c7e78ca966d32860b2b7d616cf7e8a74d53ad10 authored almost 11 years ago by Kevin Burke <[email protected]>
Docs reflow.

62ecd1523ec383802cb13b09bd7084d2da997420 authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge branch 'master' into branch-353

49312b8a97d980950b59d71c62e1fba4e6aa0b02 authored almost 11 years ago by Andrey Petrov <[email protected]>
util.conn -> util.connection and import cleanup

f8976bdd8c7dbf08768f7a5efd16d0a9afec0d2e authored almost 11 years ago by Andrey Petrov <[email protected]>
Fixed AppEngine bug of HTTPS requests going out as HTTP (closes #356)

627fc7a897e8e52b59d8ca2eb3d5ebccbe66ac7a authored almost 11 years ago by Andrey Petrov <[email protected]>
Some docs tweaks.

357cf186fc4a78c5c721240dc33815607f33b7b5 authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge branch 'master' of github.com:shazow/urllib3

b61dd5d8844e480117006674996bb0215d546b35 authored almost 11 years ago by Andrey Petrov <[email protected]>
Merge.

5b0bf2a06fc0909b1d019ba9eada784913edde9b authored almost 11 years ago by Andrey Petrov <[email protected]>
Updating CONTRIBUTORS.txt

ed885b2d87585e2e7efa637f434463dd3759c357 authored almost 11 years ago by Tahia Khan <[email protected]>
Updating Timeout examples with pr comments

ea7e79eb444b95392abe1006d3dbf85ce041f1c0 authored almost 11 years ago by Tahia Khan <[email protected]>
Refactor urllib3/util.py into submodules

04cb87bdbeff8ae5685bc3a5fd2afc70fb811aab authored almost 11 years ago by Kevin Burke <[email protected]>
fix TypeError when there's no args

c5eb43fe924314ea2eeb2d37934f5eda15526f5e authored almost 11 years ago by Bui <[email protected]>
this might be the problem

39c42b85d76cc003e5ddc17641c5af2b77cbd773 authored almost 11 years ago by Bui <[email protected]>
didn't try without the argument

4a67d4d41a45344aea52bdee866e665865a04f96 authored almost 11 years ago by Bui <[email protected]>
I think I understand now

9793f69b150b1845e7f76aa04a42d8b59704693e authored almost 11 years ago by Bui <[email protected]>
trying again

aef559402b48b3ea1c6efcfa6b65f954c65a5c00 authored almost 11 years ago by Bui <[email protected]>
that shouldn't be there

b8625059859a760541afa21b08c68e76e739792f authored almost 11 years ago by Bui <[email protected]>
fixing things again

28b2c278db0edb0aac8b98ef33630532b69ec304 authored almost 11 years ago by Bui <[email protected]>
fix for VerifiedHTTPSConnection

f6217168638eaa29448b1bc0a4265ab7ca03e6b4 authored almost 11 years ago by Bui <[email protected]>
oops, small mistake

8640a3131be24268e2a15eea9dc1ab496034cd51 authored almost 11 years ago by Bui <[email protected]>
use **conn_kw

2841e7d2abef0ac602f53b23bb7051264c82dd1b authored almost 11 years ago by Bui <[email protected]>