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

CHANGES typo.

f584f5f0c564ef687f34b5657f4c3adfa4ebe29c authored almost 12 years ago by Andrey Petrov <[email protected]>
CHANGES.

62b635d874cd85e80bd1ad8ee391c74d4368ea76 authored almost 12 years ago by Andrey Petrov <[email protected]>
Moving private method to the top.

f34d71866c27b246c9cca9232f1f36c583781674 authored almost 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #95 from Bluehorn/master

Please merge trivial change to allow some overrides

511d25332453bf4253aeda1461ab4c54e28711a8 authored almost 12 years ago by Andrey Petrov <[email protected]>
Add default scheme. (Related to #134)

3a3399cf106939dbf2e40daf978c96b701948399 authored almost 12 years ago by Andrey Petrov <[email protected]>
Coverage.

971ec84b4e3f21dea6f7486dee580b9355f9f5f0 authored almost 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #130 from t-8ch/unify_ssl_api

Unify ssl api.

f0880379c0fd9fe91c5c6e415414e8f0b2de1c20 authored almost 12 years ago by Andrey Petrov <[email protected]>
CHANGES.

9261224f4f556ef10a9bca61d5aed33850d19b0a authored almost 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #133 from bboe/close_connection

Close connection when no data is read.

509d9b2ddbee85c398671e743eccc2216b5c5c1f authored almost 12 years ago by Andrey Petrov <[email protected]>
add test for ca_certs in util.ssl_wrap_socket

e27af663dbe08322bcf6f359bdcbbc943cccc488 authored about 12 years ago by Thomas Weißschuh <[email protected]>
make test_https pep8 clean

0521764f7aa974642b25735bf28db532d31eec42 authored about 12 years ago by Thomas Weißschuh <[email protected]>
remove unnecessary lambda

475f6d26620a964ae5e0b45982c859c90656850f authored about 12 years ago by Thomas Weißschuh <[email protected]>
Close connection when no data is read.

011a0b962e487ec52a36ceee6e532cc868aa6b65 authored about 12 years ago by Bryce Boe <[email protected]>
add test_verified_without_ca_certs()

a27cc9afb5f2373498a4be0dd3635f796a823e3a authored about 12 years ago by Thomas Weißschuh <[email protected]>
remove ssl defaults from HTTPSConnectionPool

fb43d86f18334e9aa6aea3108e1f78c3224518e8 authored about 12 years ago by Thomas Weißschuh <[email protected]>
resolve ssl_version, cert_reqs in the connection

35159178eab712b3019b13e561e9cb049ecdf5f2 authored about 12 years ago by Thomas Weißschuh <[email protected]>
add test_ssl_unverified_with_ca_certs

67ded1dffdcdbc3b7256dfba2f8b41f69da65039 authored about 12 years ago by Thomas Weißschuh <[email protected]>
fix docstring of util.resolve_cert_reqs()

85a4c4dedaeb23d42f93f07a7006108dbf8c5edd authored about 12 years ago by Thomas Weißschuh <[email protected]>
add docs for util.resolve_... functions()

2af53e782687f7b97513457d255fa1ad1cd16976 authored about 12 years ago by Thomas Weißschuh <[email protected]>
short name for ssl_version

bd7d59a88290fc0563bc307dbf65337c5510c0e0 authored about 12 years ago by Thomas Weißschuh <[email protected]>
short name for cert_reqs

b925c06035e3ff5463e2e31a96e9a527b5ca90d4 authored about 12 years ago by Thomas Weißschuh <[email protected]>
ssl_version accepts strings and numeric constants

d2662671dec0873df4c9e8da62ce9e5d90be8247 authored about 12 years ago by Thomas Weißschuh <[email protected]>
cert_reqs accepts strings and numeric constants

by pushing the resolution of the argument down into ssl_wrap_socket the user is
able to alter th...

ae042cc94bd6d73d79fa259a83f971f433e66028 authored about 12 years ago by Thomas Weißschuh <[email protected]>
Added test todos.

3bd2920b8c7d6329d8f450493d2ce17650cbf807 authored about 12 years ago by Andrey Petrov <[email protected]>
Coverage.

d0b2bcc36c77fd2bd073ed373debbebf3f504236 authored about 12 years ago by Andrey Petrov <[email protected]>
Merge branch 'master' of github.com:shazow/urllib3

3d6cc5ca4b4f067ea7dfe76bc95b5cac99289186 authored about 12 years ago by Andrey Petrov <[email protected]>
Python 3.2 -> 3.3

ee06e4885731779903124aac36f4638bfa763967 authored about 12 years ago by Andrey Petrov <[email protected]>
Test note.

c58aec8602c7605097a2640008287e0b3e6d8066 authored about 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #129 from t-8ch/docstring_fix

fix mergeconflict in connectionpool.py

3574db6ea56d4bc10b926030778e7fab02e96951 authored about 12 years ago by Andrey Petrov <[email protected]>
fix mergeconflict in connectionpool.py

docstring of HTTPSConnectionPool

48a1b2694dd401efb5e65d072f09af05a7d955b1 authored about 12 years ago by Thomas Weißschuh <[email protected]>
CHANGES.

d6a2b631306e321a752a3be95d881e3aec288568 authored about 12 years ago by Andrey Petrov <[email protected]>
CHANGES.

7e668d7b07d745ae19f2c9fd512ea07ca933547d authored about 12 years ago by Andrey Petrov <[email protected]>
Merge.

7a99772c143cd4a6392a6832ee002c80ab9f36ee authored about 12 years ago by Andrey Petrov <[email protected]>
Fix coverage and style cleanup.

3e4efe2880ad2c3b0c69a8fb09cb1143922b7d6a authored about 12 years ago by Andrey Petrov <[email protected]>
make test more pythonic

73a77a859b487fe7dc551746bc14098a9657fc93 authored about 12 years ago by Thomas Weißschuh <[email protected]>
add ssl_version keyword to util.ssl_wrap_socket()

5924ba2d8ceb3c87d7e87b96e4bc7711a278b994 authored about 12 years ago by Thomas Weißschuh <[email protected]>
Formatting.

680c70aaedc1058837fb95af1377cb8e54f4653b authored about 12 years ago by Andrey Petrov <[email protected]>
CHANGES.

8d3d199496e4820af7af168565cecfb87a39e491 authored about 12 years ago by Andrey Petrov <[email protected]>
CHANGES formatting.

588e5b8fff323dd686e6fff9e961ef54b25b7d0a authored about 12 years ago by Andrey Petrov <[email protected]>
CHANGES and fixed test from merge.

0fa7f3a053739707a0301e311173e25cfb75ec7a authored about 12 years ago by Andrey Petrov <[email protected]>
Merge branch 'downstream/jszakmeister/master'

723e9e9d011a4a86d57b494933e69da556326dbc authored about 12 years ago by Andrey Petrov <[email protected]>
Oops, wrong end.

ea05f3fb5fa680edbadb63254f7a8cf7ba4b397a authored about 12 years ago by Andrey Petrov <[email protected]>
CHANGES.

47fec148895514ad94ac060c241bb6114f93417b authored about 12 years ago by Andrey Petrov <[email protected]>
Added unit tests to cover my previous commit.

971cfaa9d6a8b129538ae65dddcf08dc5d96dbf7 authored about 12 years ago by David Andrzejewski <[email protected]>
Added ability to choose SSL protocol version

This is the same as a change that I did for the requests project - which
required this urllib3 c...

6b2bd1ad109f6b094c6cb8c44324a5f677aa7c4c authored about 12 years ago by David Andrzejewski <[email protected]>
Style fixen.

d7652f1136c24bcdc3ffa4d3596557bc122054c1 authored about 12 years ago by Andrey Petrov <[email protected]>
Added new ssl_version parameter to the docstring for HTTPSConnectionPool

302409841b2693f39898445dd1206ba73dba09ce authored about 12 years ago by David Andrzejewski <[email protected]>
Fixes as requested by @shazow

ec7efd951b7d404fcec9936cc1b5bf28d155457e authored about 12 years ago by David Andrzejewski <[email protected]>
Correct docstring. Unnamed files should be passed as strings.

e52c57d7e862dcb5d8f8b06fba76d6424afe1786 authored about 12 years ago by Richard Mitchell <[email protected]>
Include issue number.

11bd7ddb4d7ee5f443d090d4853f14c6d5abf378 authored about 12 years ago by Richard Mitchell <[email protected]>
Allow explicit specification of content type when encoding file fields.

0d089f805493a699a2836a2c214e7ee9478f346c authored about 12 years ago by Richard Mitchell <[email protected]>
Switch uses of `with self.assertRaises(...)` to standard calls.

In Python 2.6, `self.assertRaises()` is not a ContextManager, and can't be
used with the `with` ...

7df24726c8ffd159fa6303237d4c5ba6daa13bfc authored about 12 years ago by John Szakmeister <[email protected]>
don't fail in import if ssl isn't enabled at all

still fails, if util.ssl_wrap_socket() is called without enabled ssl.
(old behaviour)

062bcf3a7c6a4964f31554c06d64685e7214e557 authored about 12 years ago by Thomas Weißschuh <[email protected]>
namedtuple is a thing

756a75f2506d5a5981c8a202b00fe7c5693a5523 authored about 12 years ago by Thomas Weißschuh <[email protected]>
New Tornado fixes binding errors (#124)

7c4b778ba2361f158c7cbdb67547d3f93c033a89 authored about 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #123 from t-8ch/fix_unittests_py3

Fix some unittests for py3

c517fa73ddf954b552269e308a6d13d6146b216f authored about 12 years ago by Andrey Petrov <[email protected]>
fix test_keepalive_close() for py3.3

tornado.wsgi.HTTPRequest.params.get() returns bytes.

py2: b'1' == "1"
py3: b'1' != "1"

compari...

f2f0f889241eb75a344ed80ad7c47231b21bbda1 authored about 12 years ago by Thomas Weißschuh <[email protected]>
fix test_retry_exception_str()

socket.errer is an alias to OSError (since 3.3).
This changed it string representation, which is...

888e87d38f28e1bbb6638eed0cc1700a29f64f25 authored about 12 years ago by Thomas Weißschuh <[email protected]>
tabs -> spaces in test_filepost.py

a0cd6609aed4762c30217f4dbeb7b223b87f596a authored about 12 years ago by Thomas Weißschuh <[email protected]>
Merge pull request #122 from jszakmeister/pass-strict-to-http

connectionpool: pass strict to the HTTP and HTTPSConnections.

3ae902bdc77bce6a45fa926ba05258d7f1e6b3ee authored about 12 years ago by Andrey Petrov <[email protected]>
connectionpool: pass strict to the HTTP and HTTPSConnections.

8bfbf55ac9061ab16d64ea4604c6c235ab65eb4a authored about 12 years ago by John Szakmeister <[email protected]>
New method PoolManager._new_pool for customization.

f3a7c3962600612f9afe5e85bfa7623f4a0cfc6a authored about 12 years ago by Torsten Landschoff <[email protected]>
remove double check for SSLContext

60a086a0990d5d27c4c167ee3893cda0d916016c authored about 12 years ago by Thomas Weißschuh <[email protected]>
fix check for ca_certs

thanks @wallunit

ee2e65eb97f4743498ee4447e0315d7007e81d1b authored about 12 years ago by Thomas Weißschuh <[email protected]>
check with SSLContext on import only

thanks @wallunit

4deedcb3add3df1bb76c27450886b86bc873b056 authored about 12 years ago by Thomas Weißschuh <[email protected]>
if certfile != None -> if certfile

thanks @wallunit

00095bec5954dfaf1bf8024460c7b6431b63b701 authored about 12 years ago by Thomas Weißschuh <[email protected]>
CHANGES.

16ab57f74c0267577a510d1980591f611abc1917 authored about 12 years ago by Andrey Petrov <[email protected]>
Merge branch 'dev/hartator/issue/111' of https://github.com/hartator/urllib3 into remotes/hartator/issue/111

c7c00771bbcc7d79c00ac7025a8c565714eb3bc1 authored about 12 years ago by Andrey Petrov <[email protected]>
Merge branch 'master' of https://github.com/shazow/urllib3

789f16615efb439178e5e29b77a23a36dee39359 authored about 12 years ago by Andrey Petrov <[email protected]>
Added redirect message, CHANGES, moved test around, disabled.

2d400f0731ba8a5098d7fd6faff2ca093ae71ae5 authored about 12 years ago by Andrey Petrov <[email protected]>
Merge branch 'master' of https://github.com/thatguystone/urllib3 into remotes/thatguystone/master

a29d1821bc27bb84414b25ef38955ad9005d50aa authored about 12 years ago by Andrey Petrov <[email protected]>
CHANGES.

7ba60a3d07d4221bbefeae0d3bd23b8558b99394 authored about 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #115 from bboe/six

Update to the most recent six commit to prevent conflict with six.moves.

6d4600cf1e342fb69311a5c7db59e3953e490050 authored about 12 years ago by Andrey Petrov <[email protected]>
Update to the most recent six commit to prevent conflict with six.moves.

603f48e8989db5d30e85fa7b802a7d00c9a877ad authored about 12 years ago by Bryce Boe <[email protected]>
For shazow/urllib3#92: killing extra parameter to urlopen, doing retry checking inline

efd65659885744f9ebec0bdf6c8fd06ba600c007 authored about 12 years ago by Andrew Stone <[email protected]>
For shazow/urllib3#92: Adding socket error descriptions to MaxRetryErrors, and retrying on every socket error.

819bc462b636926c90f91d6e23cb9912fe68c45a authored about 12 years ago by Andrew Stone <[email protected]>
Another timeout test.

b1c0d7f1e836eb367a67a68b29802c8037310b0d authored about 12 years ago by Andrey Petrov <[email protected]>
Cleanup, moved test to socketlevel.

f4a0f7ea82f80617ca2dc8acdd5026ab269d6c1b authored about 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #92 from PeterScott/master

Bugfix for socket.error being raised from connection pool.

7bd6f55d718cc3560ef39290967145b2990dc80b authored about 12 years ago by Andrey Petrov <[email protected]>
Add test for https://github.com/PeterScott/urllib3/commit/3e5cbc4e03f36bbe067587f25803673d7c848a50

a4a92f4cbc952d27affbe7985d906bfcb5871f76 authored about 12 years ago by Peter Scott <[email protected]>
Added test for 'Content-Type: text/plain'

d64baef68b8d90a513e43ef2ac0f90e2b05ccba0 authored about 12 years ago by hartator <[email protected]>
Corrected multipart/form-data behavior with params which aren't a file

8b610a305fe0c2c4123bf963b9b53423db8c423d authored about 12 years ago by hartator <[email protected]>
RFC reference.

e594340d911685538091ebefaa015acd4cfeb253 authored about 12 years ago by Andrey Petrov <[email protected]>
Updates CHANGES and minor style tweak.

7dd4f48fa04420e5f8d38dcd00c97c163b44bdef authored about 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #110 from building39/content-encoding-case-insensitive

Make the Content-Encoding value case insensitive per RFC 2616.

606adf1777aea7d8b61c55dffad3b02136773612 authored about 12 years ago by Andrey Petrov <[email protected]>
Unit test for case insensitivity of value for Content-Encoding header.

1c10f0c702ecfa8a2503509108052dc02a265848 authored about 12 years ago by mmartin <[email protected]>
Make the Content-Encoding value case insensitive per RFC 2616.

0a296d2bee79e5f5126b729b6b34b73f4533cf5a authored about 12 years ago by mmartin <[email protected]>
s/2011/2012/

72192098d20426b9928bf78366c02611435818c7 authored about 12 years ago by Andrey Petrov <[email protected]>
Fixed default headers not getting fixed in some cases. (Fixed #99)

RequestMethods is now headers-aware and has an initializer. All
inheriting classes call it to se...

dfe0ea1f96dc64a1b0dd26f3029cf3f239087745 authored over 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #101 from shazow/pickle-exceptions

Exceptions are now pickleable.

7f48f6bea2771447b25d9e36f9f29ea6553dfde3 authored over 12 years ago by Andrey Petrov <[email protected]>
Changelog.

12c1e3fce576ca77f512440483cf64838cd7bbd4 authored over 12 years ago by Andrey Petrov <[email protected]>
Fix pickling by adding a reduce that strips out the pool.

80272d69b77dbd6d3d2f031f1fff0fd9b7cae3c8 authored over 12 years ago by Andrey Petrov <[email protected]>
Removed extraneous init.

b46057c375c6291ad3bdf5d62152c3f3e691f87f authored over 12 years ago by Andrey Petrov <[email protected]>
Exceptions with None pass, but fail with real objects still.

e14d4c44423ebabaa9bb6263cb3904200983aca5 authored over 12 years ago by Andrey Petrov <[email protected]>
Adding a test which tries to pickle some exceptions. (Re: #100)

8742b613cda5e98919aa6800669f70b0cc0ea38a authored over 12 years ago by Andrey Petrov <[email protected]>
Update PoolManager docstring. (Fixed #98).

0d0dfbec835a0d74f8af2358619742e78b2438df authored over 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #97 from jiangk/master

Fixing coverage regex

e90524803dd8019e1262b365e1c6369df8214a2b authored over 12 years ago by Andrey Petrov <[email protected]>
Fixing coverage regex

3fbc54cd8233af4d62f0800dd63007c92ee86c48 authored over 12 years ago by kevin <[email protected]>
Added (No coverage) .coveragerc directive applied to is_connection_dropped (fixed #46).

7bd01420ba76887bb43d0ce72252112c05c25e12 authored over 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #93 from jiangk/master

Fix overwritten Accept header when proxy is used.

d26305acb025c992505b691db427b0bd81453563 authored over 12 years ago by Andrey Petrov <[email protected]>