Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python-trio/hip

A new Python HTTP client for everybody
https://github.com/python-trio/hip

Merge.

7a99772c143cd4a6392a6832ee002c80ab9f36ee authored about 12 years ago
Fix coverage and style cleanup.

3e4efe2880ad2c3b0c69a8fb09cb1143922b7d6a authored about 12 years ago
make test more pythonic

73a77a859b487fe7dc551746bc14098a9657fc93 authored about 12 years ago
add ssl_version keyword to util.ssl_wrap_socket()

5924ba2d8ceb3c87d7e87b96e4bc7711a278b994 authored about 12 years ago
Formatting.

680c70aaedc1058837fb95af1377cb8e54f4653b authored about 12 years ago
CHANGES.

8d3d199496e4820af7af168565cecfb87a39e491 authored about 12 years ago
CHANGES formatting.

588e5b8fff323dd686e6fff9e961ef54b25b7d0a authored about 12 years ago
CHANGES and fixed test from merge.

0fa7f3a053739707a0301e311173e25cfb75ec7a authored about 12 years ago
Merge branch 'downstream/jszakmeister/master'

723e9e9d011a4a86d57b494933e69da556326dbc authored about 12 years ago
Oops, wrong end.

ea05f3fb5fa680edbadb63254f7a8cf7ba4b397a authored about 12 years ago
CHANGES.

47fec148895514ad94ac060c241bb6114f93417b authored about 12 years ago
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
Added new ssl_version parameter to the docstring for HTTPSConnectionPool

302409841b2693f39898445dd1206ba73dba09ce authored about 12 years ago
Fixes as requested by @shazow

ec7efd951b7d404fcec9936cc1b5bf28d155457e authored about 12 years ago
Added unit tests to cover my previous commit.

971cfaa9d6a8b129538ae65dddcf08dc5d96dbf7 authored about 12 years ago
Style fixen.

d7652f1136c24bcdc3ffa4d3596557bc122054c1 authored about 12 years ago
Correct docstring. Unnamed files should be passed as strings.

e52c57d7e862dcb5d8f8b06fba76d6424afe1786 authored about 12 years ago
Include issue number.

11bd7ddb4d7ee5f443d090d4853f14c6d5abf378 authored about 12 years ago
Allow explicit specification of content type when encoding file fields.

0d089f805493a699a2836a2c214e7ee9478f346c authored about 12 years ago
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
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
namedtuple is a thing

756a75f2506d5a5981c8a202b00fe7c5693a5523 authored about 12 years ago
New Tornado fixes binding errors (#124)

7c4b778ba2361f158c7cbdb67547d3f93c033a89 authored about 12 years ago
Merge pull request #123 from t-8ch/fix_unittests_py3

Fix some unittests for py3

c517fa73ddf954b552269e308a6d13d6146b216f authored about 12 years ago
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
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
tabs -> spaces in test_filepost.py

a0cd6609aed4762c30217f4dbeb7b223b87f596a authored about 12 years ago
Merge pull request #122 from jszakmeister/pass-strict-to-http

connectionpool: pass strict to the HTTP and HTTPSConnections.

3ae902bdc77bce6a45fa926ba05258d7f1e6b3ee authored about 12 years ago
connectionpool: pass strict to the HTTP and HTTPSConnections.

8bfbf55ac9061ab16d64ea4604c6c235ab65eb4a authored about 12 years ago
New method PoolManager._new_pool for customization.

f3a7c3962600612f9afe5e85bfa7623f4a0cfc6a authored about 12 years ago
remove double check for SSLContext

60a086a0990d5d27c4c167ee3893cda0d916016c authored about 12 years ago
fix check for ca_certs

thanks @wallunit

ee2e65eb97f4743498ee4447e0315d7007e81d1b authored about 12 years ago
check with SSLContext on import only

thanks @wallunit

4deedcb3add3df1bb76c27450886b86bc873b056 authored about 12 years ago
if certfile != None -> if certfile

thanks @wallunit

00095bec5954dfaf1bf8024460c7b6431b63b701 authored about 12 years ago
CHANGES.

16ab57f74c0267577a510d1980591f611abc1917 authored about 12 years ago
Merge branch 'dev/hartator/issue/111' of https://github.com/hartator/urllib3 into remotes/hartator/issue/111

c7c00771bbcc7d79c00ac7025a8c565714eb3bc1 authored about 12 years ago
Merge branch 'master' of https://github.com/shazow/urllib3

789f16615efb439178e5e29b77a23a36dee39359 authored about 12 years ago
Added redirect message, CHANGES, moved test around, disabled.

2d400f0731ba8a5098d7fd6faff2ca093ae71ae5 authored about 12 years ago
Merge branch 'master' of https://github.com/thatguystone/urllib3 into remotes/thatguystone/master

a29d1821bc27bb84414b25ef38955ad9005d50aa authored about 12 years ago
CHANGES.

7ba60a3d07d4221bbefeae0d3bd23b8558b99394 authored about 12 years ago
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
Update to the most recent six commit to prevent conflict with six.moves.

603f48e8989db5d30e85fa7b802a7d00c9a877ad authored about 12 years ago
For shazow/urllib3#92: killing extra parameter to urlopen, doing retry checking inline

efd65659885744f9ebec0bdf6c8fd06ba600c007 authored about 12 years ago
For shazow/urllib3#92: Adding socket error descriptions to MaxRetryErrors, and retrying on every socket error.

819bc462b636926c90f91d6e23cb9912fe68c45a authored about 12 years ago
Another timeout test.

b1c0d7f1e836eb367a67a68b29802c8037310b0d authored about 12 years ago
Cleanup, moved test to socketlevel.

f4a0f7ea82f80617ca2dc8acdd5026ab269d6c1b authored about 12 years ago
Merge pull request #92 from PeterScott/master

Bugfix for socket.error being raised from connection pool.

7bd6f55d718cc3560ef39290967145b2990dc80b authored about 12 years ago
Add test for https://github.com/PeterScott/urllib3/commit/3e5cbc4e03f36bbe067587f25803673d7c848a50

a4a92f4cbc952d27affbe7985d906bfcb5871f76 authored about 12 years ago
Added test for 'Content-Type: text/plain'

d64baef68b8d90a513e43ef2ac0f90e2b05ccba0 authored about 12 years ago
Corrected multipart/form-data behavior with params which aren't a file

8b610a305fe0c2c4123bf963b9b53423db8c423d authored about 12 years ago
RFC reference.

e594340d911685538091ebefaa015acd4cfeb253 authored about 12 years ago
Updates CHANGES and minor style tweak.

7dd4f48fa04420e5f8d38dcd00c97c163b44bdef authored about 12 years ago
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
Unit test for case insensitivity of value for Content-Encoding header.

1c10f0c702ecfa8a2503509108052dc02a265848 authored over 12 years ago
Make the Content-Encoding value case insensitive per RFC 2616.

0a296d2bee79e5f5126b729b6b34b73f4533cf5a authored over 12 years ago
s/2011/2012/

72192098d20426b9928bf78366c02611435818c7 authored over 12 years ago
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
Merge pull request #101 from shazow/pickle-exceptions

Exceptions are now pickleable.

7f48f6bea2771447b25d9e36f9f29ea6553dfde3 authored over 12 years ago
Changelog.

12c1e3fce576ca77f512440483cf64838cd7bbd4 authored over 12 years ago
Fix pickling by adding a reduce that strips out the pool.

80272d69b77dbd6d3d2f031f1fff0fd9b7cae3c8 authored over 12 years ago
Removed extraneous init.

b46057c375c6291ad3bdf5d62152c3f3e691f87f authored over 12 years ago
Exceptions with None pass, but fail with real objects still.

e14d4c44423ebabaa9bb6263cb3904200983aca5 authored over 12 years ago
Adding a test which tries to pickle some exceptions. (Re: #100)

8742b613cda5e98919aa6800669f70b0cc0ea38a authored over 12 years ago
Update PoolManager docstring. (Fixed #98).

0d0dfbec835a0d74f8af2358619742e78b2438df authored over 12 years ago
Merge pull request #97 from jiangk/master

Fixing coverage regex

e90524803dd8019e1262b365e1c6369df8214a2b authored over 12 years ago
Fixing coverage regex

3fbc54cd8233af4d62f0800dd63007c92ee86c48 authored over 12 years ago
Added (No coverage) .coveragerc directive applied to is_connection_dropped (fixed #46).

7bd01420ba76887bb43d0ce72252112c05c25e12 authored over 12 years ago
Merge pull request #93 from jiangk/master

Fix overwritten Accept header when proxy is used.

d26305acb025c992505b691db427b0bd81453563 authored over 12 years ago
moved proxy tests to separate file

also fixed comment format for consistency

6386fef07a2175458320e93fae7073f86b713352 authored over 12 years ago
pep8 conformity

12b73e80b4f46a4d8fcc568f8e7e0aa7605ae1b9 authored over 12 years ago
Removed proxy-connection

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

4dc1148fa38f41ef5dcc141190825563c139cdbe authored over 12 years ago
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
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
doc: ssl.wrap_socket() -> util.ssl_wrap_socket()

78774ae5dfa8da06a7412b8178b19d648a27c124 authored over 12 years ago
add offline unit test for SNI

7856f627e1f0b1b570260c169d4f855bc8b91675 authored over 12 years ago
Revert "add unit test for SNI"

This reverts commit 7f7cb5b77b77704fb3d3c232cbb8dce77c258d9a.

9056e759fc8fea5885772c3c453ec4e65f84c52e authored over 12 years ago
Typo.

059a0d8753d82825cbff041ce6c94584191b4501 authored over 12 years ago
Added v1.5 to changes.

c846f46424f6f8f458a18dbe9b215ea9514a2862 authored over 12 years ago
Merge branch master into release, with version bump.

f7eaa46ff1a96c5f0d209d8f2cedb48e759f522b authored over 12 years ago
add unit test for SNI

7f7cb5b77b77704fb3d3c232cbb8dce77c258d9a authored over 12 years ago
Merge branch 'sni' into add_sni

Conflicts:
urllib3/connectionpool.py

0794ee2a2e5a6c902efd57b373805f878e98964a authored over 12 years ago
add imports for SNI handling

52be1ff4e808a5fee284d6538cbf37b145968094 authored over 12 years ago
use SSLContext on Python >= 3.2

1fe7ca9f6727bcde2c1b27bda8570f0de4199eaa authored over 12 years ago
add actual SNI handling

bea9d2415ed48e054c66df098f875efadef1e3df authored over 12 years ago
move ssl.wrap_socket to utils

d3f006f36e7e5f9c42a60c7ba10cb208c0360daa authored over 12 years ago
fix type in HTTPSConnection docstring

a2dd844187a58f08b73aec71ab1c1c0086b0b0ae authored over 12 years ago
fix typos in utils

bda1d2e4347606171e0c22b808e152c63ce35cde authored over 12 years ago
really test if we have sni

bdab15a8af218523582ae0a0ab7d8f85f9a5b7a7 authored over 12 years ago
remove big try-except

c4cc41765ad4ac3bd516f0830a3a6212170be5ff authored over 12 years ago
make tests pass

6da9b203615cb53ea952b99508f250d879dcc555 authored over 12 years ago
add support for SNI

this makes urrlib3 use SNI if available

096185b63950463e5a72bce5dc6c36a708f4e75e authored over 12 years ago
sphinx syntax.

d8149baef5a200c1fe05c337e82c8ff846905ad4 authored over 12 years ago
docs.

e657a152d1bb581070ee3fbd3d4718fa0fef684a authored over 12 years ago
Merge branch 'master' of github.com:shazow/urllib3

676f972a8018b00ed4d9f5b2baa499d239c6a8a9 authored over 12 years ago
docs.

52de865aa71a953d1093dee6399bfc732bebb986 authored over 12 years ago
Update CHANGES.rst

2be25d6b39ef05b8056e5f0b5c4254127aa21ddd authored over 12 years ago
Merge branch 'close-disposed-connections'

a53360af002140c1ca95a28452b977d58dfe1332 authored over 12 years ago
Updated README and CHANGES with 100% unit test coverage.

14b98fe8378b57a16df60231351e3415425b3dee authored over 12 years ago
More timeout-related tests: 100% coverage.

e7fb5e81e9f75fdce7513bc7510a518d09148a51 authored over 12 years ago
Merge pull request #88 from shazow/close-disposed-connections

Close disposed connections.

03f557667761c2b4d0ecdce3ad51611eb505bb00 authored over 12 years ago