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

moved proxy tests to separate file

also fixed comment format for consistency

6386fef07a2175458320e93fae7073f86b713352 authored over 12 years ago by kevin <[email protected]>
pep8 conformity

12b73e80b4f46a4d8fcc568f8e7e0aa7605ae1b9 authored over 12 years ago by kevin <[email protected]>
Removed proxy-connection

-Removed Proxy-Connection from headers
-Added and updated tests

4dc1148fa38f41ef5dcc141190825563c139cdbe authored over 12 years ago by kevin <[email protected]>
Fix overwritten Accept header when proxy is used

When a request specifies both an Accept header and a proxy server, the
Accept header value is ov...

ea36acfc8a997a19ba1ead58de0d1f01e9eb540f authored over 12 years ago by kevin <[email protected]>
Do not raise socket.error when connection is refused by remote host.

When a new socket connection created by connection pool is refused by the remote host, handle th...

3e5cbc4e03f36bbe067587f25803673d7c848a50 authored over 12 years ago by Peter Scott <[email protected]>
doc: ssl.wrap_socket() -> util.ssl_wrap_socket()

78774ae5dfa8da06a7412b8178b19d648a27c124 authored over 12 years ago by Thomas Weißschuh <[email protected]>
add offline unit test for SNI

7856f627e1f0b1b570260c169d4f855bc8b91675 authored over 12 years ago by Thomas Weißschuh <[email protected]>
Revert "add unit test for SNI"

This reverts commit 7f7cb5b77b77704fb3d3c232cbb8dce77c258d9a.

9056e759fc8fea5885772c3c453ec4e65f84c52e authored over 12 years ago by Thomas Weißschuh <[email protected]>
Typo.

059a0d8753d82825cbff041ce6c94584191b4501 authored over 12 years ago by Andrey Petrov <[email protected]>
Added v1.5 to changes.

c846f46424f6f8f458a18dbe9b215ea9514a2862 authored over 12 years ago by Andrey Petrov <[email protected]>
Merge branch master into release, with version bump.

f7eaa46ff1a96c5f0d209d8f2cedb48e759f522b authored over 12 years ago by Andrey Petrov <[email protected]>
add unit test for SNI

7f7cb5b77b77704fb3d3c232cbb8dce77c258d9a authored over 12 years ago by Thomas Weißschuh <[email protected]>
Merge branch 'sni' into add_sni

Conflicts:
urllib3/connectionpool.py

0794ee2a2e5a6c902efd57b373805f878e98964a authored over 12 years ago by Thomas Weißschuh <[email protected]>
add actual SNI handling

bea9d2415ed48e054c66df098f875efadef1e3df authored over 12 years ago by Thomas Weißschuh <[email protected]>
add imports for SNI handling

52be1ff4e808a5fee284d6538cbf37b145968094 authored over 12 years ago by Thomas Weißschuh <[email protected]>
use SSLContext on Python >= 3.2

1fe7ca9f6727bcde2c1b27bda8570f0de4199eaa authored over 12 years ago by Thomas Weißschuh <[email protected]>
move ssl.wrap_socket to utils

d3f006f36e7e5f9c42a60c7ba10cb208c0360daa authored over 12 years ago by Thomas Weißschuh <[email protected]>
fix type in HTTPSConnection docstring

a2dd844187a58f08b73aec71ab1c1c0086b0b0ae authored over 12 years ago by Thomas Weißschuh <[email protected]>
fix typos in utils

bda1d2e4347606171e0c22b808e152c63ce35cde authored over 12 years ago by Thomas Weißschuh <[email protected]>
really test if we have sni

bdab15a8af218523582ae0a0ab7d8f85f9a5b7a7 authored over 12 years ago by Thomas Weißschuh <[email protected]>
remove big try-except

c4cc41765ad4ac3bd516f0830a3a6212170be5ff authored over 12 years ago by Thomas Weißschuh <[email protected]>
make tests pass

6da9b203615cb53ea952b99508f250d879dcc555 authored over 12 years ago by Thomas Weißschuh <[email protected]>
add support for SNI

this makes urrlib3 use SNI if available

096185b63950463e5a72bce5dc6c36a708f4e75e authored over 12 years ago by Thomas Weißschuh <[email protected]>
sphinx syntax.

d8149baef5a200c1fe05c337e82c8ff846905ad4 authored over 12 years ago by Andrey Petrov <[email protected]>
docs.

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

676f972a8018b00ed4d9f5b2baa499d239c6a8a9 authored over 12 years ago by Andrey Petrov <[email protected]>
docs.

52de865aa71a953d1093dee6399bfc732bebb986 authored over 12 years ago by Andrey Petrov <[email protected]>
Update CHANGES.rst

2be25d6b39ef05b8056e5f0b5c4254127aa21ddd authored over 12 years ago by Andrey Petrov <[email protected]>
Merge branch 'close-disposed-connections'

a53360af002140c1ca95a28452b977d58dfe1332 authored over 12 years ago by Andrey Petrov <[email protected]>
Updated README and CHANGES with 100% unit test coverage.

14b98fe8378b57a16df60231351e3415425b3dee authored over 12 years ago by Andrey Petrov <[email protected]>
More timeout-related tests: 100% coverage.

e7fb5e81e9f75fdce7513bc7510a518d09148a51 authored over 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #88 from shazow/close-disposed-connections

Close disposed connections.

03f557667761c2b4d0ecdce3ad51611eb505bb00 authored over 12 years ago by Andrey Petrov <[email protected]>
Refactor _put_conn with implicit state tracking.

13d0d6e09404d567a8883b5eec34e7d7095698f0 authored over 12 years ago by Andrey Petrov <[email protected]>
Merge branch 'close-disposed-connections' of https://github.com/slingamn/urllib3 into close-disposed-connections

5ea663d4336245b2d5ca448e0c4a2c65e7e1f36f authored over 12 years ago by Andrey Petrov <[email protected]>
apply the try-except fix to _put_conn as well

3e6ff21a98c613772bb347e84f543c8771c58d95 authored over 12 years ago by Shivaram Lingamneni <[email protected]>
CHANGES update.

0b3bd3b6089742e20b615d37f0c5beb87fd8ebea authored over 12 years ago by Andrey Petrov <[email protected]>
raise ClosedPoolError is self.pool is None.

96bf85e1e893fe41f41457e8ca284659f88d5145 authored over 12 years ago by Andrey Petrov <[email protected]>
adding myself to contributors

526ec6762f0729c676bc1aeb39beedbfed920575 authored over 12 years ago by Shivaram Lingamneni <[email protected]>
More pool-closing tests, 99% coverage.

9fb930fc3de782624cabfc526822ca14dd64d004 authored over 12 years ago by Andrey Petrov <[email protected]>
More tests, PoolManager.close is now PoolManager.clear.

ba162b7a3953b5d6d3259860ce83f61107f036c5 authored over 12 years ago by Andrey Petrov <[email protected]>
Clarification and documentation for our new RecentlyUsedContainer.

31f2711272b9858ac3a598ddc880cc66978a3f44 authored over 12 years ago by Andrey Petrov <[email protected]>
Cleaning up code.

a046bae9b61e5f086d94e61e9d542497a375de67 authored over 12 years ago by Andrey Petrov <[email protected]>
More tests for the new collection.

4b9694e29ee7ea3dab1eedb8ba1c4344c0c9935a authored over 12 years ago by Andrey Petrov <[email protected]>
Cleanup new RecentlyUsedContainer.

8fc94d7a0a7a98062f5204743ce293005512ddb0 authored over 12 years ago by Andrey Petrov <[email protected]>
Merge branch 'eager_release' of https://github.com/slingamn/urllib3 into slingamn-eager_release

e66742dcf0bf83e9d62f6d34024cf4869fa13fba authored over 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #80 from studer/master

add studer to contributors

322a1b8a7ca0c184ca3b75330117f17de8a92cb9 authored over 12 years ago by Andrey Petrov <[email protected]>
Updated CHANGES.rst

b2eea8ef266f013bbc63239c07a4617b3fcf726f authored over 12 years ago by Andrey Petrov <[email protected]>
Tests for decode error, new DecodeError exception.

112d5d3c46f108af05b21e2a462f0b64cd1cf06c authored over 12 years ago by Andrey Petrov <[email protected]>
Manual merge of #86, fixes #76: Pool Depletion/Leaking Connections.

19125c85bda0699cba6a47c00744c6a688b0b2da authored over 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #85 from shazow/only-request-uri

New request logic for PoolManager: strips scheme/host from request, better redirect.

611dfa0cdd4b9576042255f8cec0e0fda4e203e8 authored over 12 years ago by Andrey Petrov <[email protected]>
Refactor to support eager release of pooled connections

9cd973b41ba1c02dda9dc3058c04cfe115e9c994 authored over 12 years ago by Shivaram Lingamneni <[email protected]>
Docs.

92de58417e7a11edc0dcee0002539e9128567de6 authored over 12 years ago by Andrey Petrov <[email protected]>
Merge branch 'master' into only-request-uri

00a8478e1dc2e0eb6a125b07685215afb7f1c0c3 authored over 12 years ago by Andrey Petrov <[email protected]>
Removed unused codepath.

7c899375cbce1817cdc8a3f10781dff6427d07a5 authored over 12 years ago by Andrey Petrov <[email protected]>
Py3 tests pass.

60c8506946ab8c894222130ef2fa2634a4659db0 authored over 12 years ago by Andrey Petrov <[email protected]>
py3 tests pass.

6305ab170e99d0e4cf0bde6dd3724d683e925b6d authored over 12 years ago by Andrey Petrov <[email protected]>
New request and redirect logic for PoolManager.

* Built-in redirect will switch method to 'GET' if status code is 303. (Issue #11)
* ``urllib3.P...

da66d839a931862d610a0268f4a43909648fb0a2 authored over 12 years ago by Andrey Petrov <[email protected]>
Added Url.request_uri property.

2c2049f6020f1aa7a7a38d35edbef206b2f1c1ca authored over 12 years ago by Andrey Petrov <[email protected]>
GET if 303.

8a6c1e0f3041bf668bd9bf85f5ba6c22c9e2254d authored over 12 years ago by Andrey Petrov <[email protected]>
Changes update.

08aeb36240f4800fb9a36e843acd7d65ed33003b authored over 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #83 from shazow/parse_url

Full native URL parsing (including auth, path, query, fragment).

212fd80f476c5e27b68e9c8ee474fffaf3f186f8 authored over 12 years ago by Andrey Petrov <[email protected]>
Move stuff around.

aa23d79c49d76824dd1076c21c69f2a5c8956ff9 authored over 12 years ago by Andrey Petrov <[email protected]>
Docs.

d1e7327430d2c57a5bbfe0638c4b13e9a07e4d23 authored over 12 years ago by Andrey Petrov <[email protected]>
More tests.

209e7889591b5912c7ae6a26f1feb336c176ad96 authored over 12 years ago by Andrey Petrov <[email protected]>
Added urllib3.util.parse_url with passing tests.

0c973cada5888e65fb2a26693e08de67038f00e5 authored over 12 years ago by Andrey Petrov <[email protected]>
Unit tests for add_stderr_logger

4059daae19a943834a3dd995c277448713483734 authored over 12 years ago by Andrey Petrov <[email protected]>
Added urllib3.add_stderr_logger and minor fixes in logging format and docs.

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

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

IPv6 url support and test coverage

36088ba0346087dab0c60ed5e609e6806676d1a3 authored over 12 years ago by Théophile Studer <[email protected]>
Specify tornado==2.1.1 until we figure out why new tornado fails the tests (re #76)

69b75581057e1dfbe6c92407f7097aaa080ed4eb authored over 12 years ago by Andrey Petrov <[email protected]>
Ugh merge fail.

1ffd99e57acb3edfd2e04eb62de23e3f0813fe01 authored over 12 years ago by Andrey Petrov <[email protected]>
Version bump.

7fecb8f7283f03ee39d8c00f401213b41b7121a2 authored over 12 years ago by Andrey Petrov <[email protected]>
Merge branch master into release

b922f870433c629e3e0e90e984d62e3d869d78ea authored over 12 years ago by Andrey Petrov <[email protected]>
Version bump.

358c789ee702f62a3d254043cdfdae1fa7cb4115 authored over 12 years ago by Andrey Petrov <[email protected]>
Parsing bug fix.

f38d56e419e2eb68b52942b5dfdff19d29bc4052 authored over 12 years ago by Andrey Petrov <[email protected]>
Added IPv6 url parsing support with tests, fixed #72

38231edcc32a61faac999363d0f08dabd4f0e3a0 authored over 12 years ago by Andrey Petrov <[email protected]>
Moved tests, added util.split_first with tests, fixed #73.

1c22dec48bc57199d71b86476dbed8f027877824 authored over 12 years ago by Andrey Petrov <[email protected]>
Oops, forgot to update setup.py.

38fe6f0567e37c0dba824bfda9e17f0284fee017 authored over 12 years ago by Andrey Petrov <[email protected]>
Removed usage of mimetools.choose_boundary (fixes #70).

4d477a6ee695ccb64277f49f836f32a2e023cf4e authored over 12 years ago by Andrey Petrov <[email protected]>
Added coveragerc-friendly comments.

ce4c03f4bd10d7bdae478b8a8cdc00c27d1e3d88 authored over 12 years ago by Andrey Petrov <[email protected]>
Merge branch 'issue_66' of https://github.com/pkwarren/urllib3 into pkwarren-issue_66

c2139f9a731dda02f15ceac764904831b25a1a2d authored over 12 years ago by Andrey Petrov <[email protected]>
Minor comment styling.

9eb7494504b8fa0eaf54f6233e8b5e554bd75a75 authored over 12 years ago by Andrey Petrov <[email protected]>
Remove unnecessary caching of failures.

1615c5e7335548a978691f08547e14c826d9a655 authored over 12 years ago by Philip K. Warren <[email protected]>
Add support for buffering kwarg in urllib3.

d9c971470a19afb77742e4333b4f84882737a340 authored over 12 years ago by Philip K. Warren <[email protected]>
CHANGES update.

ea448f934f7cf628b6f127abb3e954835ef02e3e authored over 12 years ago by Andrey Petrov <[email protected]>
AppEngine fix.

a17aa2650e6c3748a801cf611b62fd53eb36c74c authored over 12 years ago by Andrey Petrov <[email protected]>
Merge branch 'master' into release

5366c01258e5f0ccd77252a361c2723c2481d4df authored over 12 years ago by Andrey Petrov <[email protected]>
Added note on appengine, gevent, and eventlib.

147d62c98ed8e8aa9196d3c431f21d7abce85db4 authored over 12 years ago by Andrey Petrov <[email protected]>
Merging master into v1.3

bca8c7af84b73594fc6fc2ca30f1f4a69929e5f5 authored over 12 years ago by Andrey Petrov <[email protected]>
Version bump.

968263b87f5b594bd00141383ee4b0048427c496 authored over 12 years ago by Andrey Petrov <[email protected]>
Updated readme.

50e61cc4bd9f7d40ac9cb36074e2e295d68772c7 authored over 12 years ago by Andrey Petrov <[email protected]>
Unicode note on fieldname/filename encode.

c6f4c783f1b51607198abc8e2639b274f4596a6e authored over 12 years ago by Andrey Petrov <[email protected]>
Py3 byte fixen in formencode.

32248ff578ae03e44bf2d5002ce0afeacf382a4c authored over 12 years ago by Andrey Petrov <[email protected]>
Merge pull request #64 from kvonhorn/master

Added url to LocationParseError message

8f4d73ce063ca7758603a150ba99b57c287a0481 authored over 12 years ago by Andrey Petrov <[email protected]>
Added url to LocationParseError message

urllib3/util.py
+ Added the url that couldn't be parsed to LocationParseError message.

de20783d2836e95488d89e5d6a5b3db30d0867df authored over 12 years ago by Kevin von Horn <[email protected]>
Merge pull request #62 from iandanforth/patch-1

Fix Sphinx complaint. Methods named 'request' are very common and cause ...

c4895566b6b2c32450a7b4b0a6b8e471ff3b6c66 authored almost 13 years ago by Andrey Petrov <[email protected]>
Fix Sphinx complaint. Methods named 'request' are very common and cause cross-reference warnings.

d84078adc8cdb1a5cfaf6db9e5aa1ec71366f148 authored almost 13 years ago by Ian Danforth <[email protected]>
CHANGES.

c5b7fd787cc3f24c8d10ed10ca0fadc00598491b authored almost 13 years ago by Andrey Petrov <[email protected]>
(#61) Make conn.sock optional. Py27 AppEngine seems to work now.

f50101619e43e97ee300474a28386b8bcaa04b37 authored almost 13 years ago by Andrey Petrov <[email protected]>
(#61) First step towards AppEngine support: Make select optional.

3177886e08b43e4880848aaa4cb09af5c017617d authored almost 13 years ago by Andrey Petrov <[email protected]>