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 pull request #866 from jmoldow/issue_651

Respect `release_conn=False` after retry.

08f0bb994ac93c81a11b558fe6ce556ea30977c9 authored over 8 years ago
Remove dummyserver test for issue #651

The same test coverage is now provided in a socketlevel test,
and @shazow wishes to get rid of t...

4b61af7f2debcfceb8dee656bccf435e6a4451fe authored over 8 years ago
Merge branch 'master' into issue_651

f4a529e8fdfe5613a9566b74c681a56baf778f36 authored over 8 years ago
Improve and simplify release_conn=False tests

0e63f464189c53f472f0d2ae316e13d0341fe7f5 authored over 8 years ago
Merge pull request #877 from Lukasa/release-notes-874

Changelog for #874 and #873.

40e0cacc3c538b62e5714a54e8a6742d80c1d360 authored over 8 years ago
Merge branch 'master' into release-notes-874

5f4153373b51a48b8ce46afb699e59df8c91c8d0 authored over 8 years ago
Merge pull request #875 from Lukasa/pkginfo-fix

Exclude pkginfo 1.3.0 from installation.

8095b928b60dafd58bf5edcf954a2d4490b263c3 authored over 8 years ago
Exclude pkginfo 1.3.0 from installation.

Note that we only require pkginfo *transitively* from twine, so arguably
we could be a bit more ...

42077b771e32578067aeda95a6d994718dff3fa0 authored over 8 years ago
Changelog for #874 and #873.

aad5436c1202adc0df00fe1152f51044e6bc8206 authored over 8 years ago
Merge pull request #874 from tharvik/fix_connectionpool

fix connectionpool.ConnectionPool.close()

126e8e91f1beddf08f6907c684d6b8e0e0cf49b2 authored over 8 years ago
fix connectionpool.ConnectionPool.close()

f2f743ded08efd8bfaf623f592f4583d14f807ed authored over 8 years ago
Test that retries return the connection to the pool.

b62f1d81b5387d70b9497df1a700a4a200c5faf1 authored over 8 years ago
Respect `release_conn=False` after retry

Respect `ConnectionPool.urlopen(release_conn=False)`, making
sure not to release the connection,...

255d86a3ea955faf26e233cc52c54c34681980ed authored over 8 years ago
CHANGES for #864

9a3d6f6c99372f21bc80b0f05e7979afbe3358b5 authored over 8 years ago
Merge pull request #864 from haikuginger/add-socks-extra

Adding socks extra to setup.cfg

3ad6d30da0ab3cf42a6ca9237662cb20581f9658 authored over 8 years ago
Adding socks extra to setup.cfg

ca936ce290037cb15eff047a34ad4abef9d5a46d authored over 8 years ago
Wrap lines to under 99 chars

5ca0207a1cede4facb97d76cecdfed335d2d970d authored almost 9 years ago
Retry backoff time is calculated only from the last consecutive errors sequence

297b013658e411ba1d4469848c711931b49322da authored almost 9 years ago
RequestHistory is a namedtuple instance.

1179bf7931c2ccb66af9ea453b90aa0ee75c8cd6 authored almost 9 years ago
CHANGES for #861

214a5e0b6d1b76de3c453ff26bc234262a1d2821 authored almost 9 years ago
Merge pull request #861 from bluetech/hide-type-error

Hide a confusing "getresponse() got an unexpected keyword argument 'b…

37fb3b6ae483ba54fffff8e19607d41860272c4c authored almost 9 years ago
Hide a confusing "getresponse() got an unexpected keyword argument 'buffering'" error

Remove the TypeError from the exception chain in Python 3; otherwise it
looks like a programming...

7fa026c37a5326dcaf97cb9c66ecd15df9c1a194 authored almost 9 years ago
Added test multi redirect history

02f41aa3220e5fc98ecf92d11d7eec1524b49390 authored almost 9 years ago
Merge pull request #853 from rbcarson/retry-doc-improvements

Improve doc around Retry.status_forcelist and Retry.method_whitelist

3239c172b19e41f41777db4bd55daae40c99b43d authored almost 9 years ago
Add test for string status code and method_whitelist+status_forcelist interaction.

85097c91886b49f420dd7c95855b144d7c88cdd5 authored almost 9 years ago
Clarify doc around Retry.method_whitelist and Retry.status_forcelist.

77e7f2c481749f24c85ab0038c95857299160b51 authored almost 9 years ago
Merge pull request #851 from appeltel/retry-backoff-doc-fix

Correct docstring for Retry backoff factor

89522172449165a7095e2bcbc1b027bcccb4656f authored almost 9 years ago
Correct docstring for Retry backoff factor

08dd9fd6871bbecc8491ce7862028c564fad1289 authored almost 9 years ago
A bit more testing.

726b9845bb6598701aff725399392653ed302b9c authored almost 9 years ago
Basic context unit test.

2a8d9c090fb6c0df13a9bb04526954078919b6a8 authored almost 9 years ago
Grab cert_reqs from the SSL context if needed.

b4900870e6d0388376e1b8983a82430eb71d8f2e authored almost 9 years ago
Document the SSLContext options.

0c70278e55fdada27ae3407ab40ab5193f872d06 authored almost 9 years ago
Document annoying SSL version checks.

4b2dd20b34156a54eff70a661a7d427a1a74c22f authored almost 9 years ago
Remove ssl_version kwarg.

15680e23d63c94882fb663498c91f98f56c9b808 authored almost 9 years ago
Fix retry tests to work with appengine

37bffc6da0a66689bfc2892cfefd61c72cf17884 authored almost 9 years ago
Decreased line length in RequestHistory

662fb67ee6f4824ea6b70dd1540c516cd9402a8b authored almost 9 years ago
removed print from test_retry_redirect_history

59f35948f11f9f16fe963d4471bf51e1e7e2507e authored almost 9 years ago
Merge branch 'master' of github.com:shazow/urllib3 into retry-history

Conflicts:
CONTRIBUTORS.txt

2818dda1b1c8a55b0f410d36aafc4a95b5a70839 authored almost 9 years ago
Using RequestHistory objects in Retry history list

fca3b68193194bc3ee1d870360d25cca8c05e6a2 authored almost 9 years ago
CHANGES for #830

b1a88f492353ebd7b7c4c525a9e68a181e56331d authored almost 9 years ago
Key connection pools off custom keys

2d79895baa704face8a04ba7d2baf258864390bd authored almost 9 years ago
Add ``source_address`` to the HTTP and HTTPS pool keys

4a3078e184a14170845378523e291d0e604d6b52 authored almost 9 years ago
Added retries to appengine response

5d3db8cf1879ea519ad10d0aa365fe82e7dc5642 authored almost 9 years ago
Removed the use of assertIsInstance

f85cb513502013e831569b01624d6db90b090f78 authored almost 9 years ago
changed CONTRIBUTORS.txt

34660580168cee6629d782db6aa7647176ce1fdb authored almost 9 years ago
Documented HTTPResponse retries attribute

a963799fd3271c7cc4010a3427a779a9c6c25972 authored almost 9 years ago
Added documentation to Retry history attribute

e03aacc7bda8d64e9de7b708d875c4c0668b47fb authored almost 9 years ago
The last Retry object return in reponse.retries

acd234a5ed1cfb6d8e872a8fa32c38a966374c00 authored almost 9 years ago
Update ``key_fn_by_scheme`` functions to use functools.partial

In addition, this flips the order of the arguments in
``_default_key_normalizer``.

f2a72638a94c77fb24b024ef380df0b0293106e0 authored almost 9 years ago
changed _observed_errors to errors history list

d1a0a7b3f6627c830b038aac6e162aa1a8e6c4f8 authored almost 9 years ago
Rename pool_key_funcs_by_scheme to key_fn_by_scheme

This also changes `default_key_normalizer` to `_default_key_normalizer`.

17d0102f3b5a36c7cf1fb2d0ce6f80a7689faa38 authored almost 9 years ago
Merge pull request #845 from haikuginger/update-six

Upgrade to six release 1.10.0

6891abfd084fed6624d4372e2c10c7a1cdbd0bf7 authored almost 9 years ago
CHANGES for #840

e034e8983a1efb77d04590db4b2bd1a6c868d6d1 authored almost 9 years ago
Merge pull request #840 from haikuginger/drop_ipv6_dns

Disables IPv6 DNS when IPv6 connections are not possible

72ccdfdfc127b503075770ed663cf311281abd42 authored almost 9 years ago
Pool keys are now case-insensitive for `scheme` and `host`

9375207d7ee684bec34546ab05937a0173f651d4 authored almost 9 years ago
Upgrade to six release 1.10.0

ce9394a2564608823019ad6b59276bfa82bad642 authored almost 9 years ago
Neglected to modify comment to use new method name

e4e49128ac68e4b56e20482cd2bef1700ff30fd9 authored almost 9 years ago
Renaming method; switching from 0 to socket.AF_UNSPEC

a98763c8b410f21659bb55d8c251ebccb6f0a132 authored almost 9 years ago
Sign releases

4c969cd2407eb7247ab6e05c2d6c081f0c18c326 authored almost 9 years ago
release script: +++++ -> -----

f06f7b5a2d056a1314f37d2dff4c2a49afdb3ad5 authored almost 9 years ago
CHANGES for #841

87559c5513a256149cecc0d8a93b6558661f066e authored almost 9 years ago
Merge pull request #841 from Lukasa/issue/839

Make sure we distribute backports.

91e0fd209030c7a314aa1e6dc35e83e75965caa8 authored almost 9 years ago
Removing trailing whitespace from comments/docstrings

df55b1d44e7fcb08de566ed4de2f6ca9144415e9 authored almost 9 years ago
Narrowing exception-catching scope; renaming and documenting code

645b82c3d1e23ef7b1fc44782d7501a16496c3a2 authored almost 9 years ago
Make sure we distribute backports.

a2a8cbcf2cbcb0778059523ab9b01497c93c92de authored almost 9 years ago
Disables IPv6 DNS when IPv6 connections are not possible

85e7dc7cdfbfde993656b284493b98a72e1dd0c4 authored almost 9 years ago
Allow for SNI warning in unverified HTTPS.

ea04060e9fabb7a87247b196b7aeb6a81488c60f authored almost 9 years ago
Correctly propagate monkeypatch into ssl_

e8c23c663a73fcff1ae17d8af5d27755b0f8bda5 authored almost 9 years ago
Address linter concerns.

f8d1782375f9d935e4812421df0d1d9e095687f1 authored almost 9 years ago
Encode cipher list to bytes.

8c04f6509177e25767b1b5d320a7c040239a7119 authored almost 9 years ago
Add notes about un-used functions.

9114f6077ecf741828c64fd1541132b2cd9ad528 authored almost 9 years ago
Tolerate None for server_hostname.

34c454f2290a846909d1536ce53cfdafc1f63f54 authored almost 9 years ago
Switch to using home-grown ssl_wrap_socket.

8d0087ca863776f68210dc1b65f16d3c39d73c88 authored almost 9 years ago
Confirm we create default contexts.

This code is actually no longer used inside urllib3, but we seem to want
to preserve this functi...

573ae37e8979135e2e3088cd63f8769ffc602ad7 authored almost 9 years ago
Remove unneeded import.

b1821ff573af666d0e47b1c35431a3c4fa6cd50b authored almost 9 years ago
Add missing support for ca_cert_dir

9054418fcee0641d4c9820ce056a231e3894d077 authored almost 9 years ago
Remove no-longer accurate test.

This test no longer applies because we've unified the PyOpenSSL and
standard library logic. The ...

4147585585be7adf0a9206ebddc7b586167e1595 authored almost 9 years ago
Correctly detect new monkeypatching.

d4828f0c9b920dbbe63d518f22630029d406a4d4 authored almost 9 years ago
Don't use nonexistent TLS paths.

67dc901ea81eff25acdd1d9121dc9de0b20010a1 authored almost 9 years ago
Add initial PyOpenSSL wrapper context.

4c0fcafce3c418e2ddcb78a1c865820d6ed6703f authored almost 9 years ago
Merge branch 'feature/accept-context-objs' of https://github.com/sigmavirus24/urllib3 into sigmavirus24-feature/accept-context-objs

4578d1e4eb9585a6f3bf183c14b477669bb72049 authored almost 9 years ago
Merge branch 'alecz20-patch-1'

914a21844d9f1fcc599d35719606f8c6a8ee54b0 authored almost 9 years ago
Merge branch 'patch-1' of https://github.com/alecz20/urllib3 into alecz20-patch-1

db38b9de614c0796dbbf99a546535ecf7098a437 authored almost 9 years ago
Merge pull request #834 from haikuginger/master

Updating README to note dropping Python 3.2 compatibility

a50b6d8a390ab042425d7e8a95edc13bea533d84 authored almost 9 years ago
Updating README to note dropping Python 3.2 compatibility

6667aa3926271afe881ad6f863fe6e09b9655b37 authored almost 9 years ago
CHANGES: pypi no longer likes +++ underlined headers

a47969eb7e0a3158641b438f41291c1e7139f485 authored almost 9 years ago
setup: Oops, fix CHANGES not getting included in long_description

c8a73a4bd52dfa3731159d0bbee2108ab585e447 authored almost 9 years ago
CHANGES for v1.15

30dc7a5cdb203eae86accc011449e1d25c317395 authored almost 9 years ago
Add documentation for pool keys by scheme

a8a4dd92b584d01228320a2853bcb79f04191240 authored almost 9 years ago
Add a test to ensure http pools ignore https pool kwargs

7b19fc45cf1e45095d371f000949a2b201fba00d authored almost 9 years ago
Create connection pool keys by scheme

This commit modifies how the PoolManager stores and retrieves
``ConnectionPool`` objects for lat...

e49bc4f223c3efecab9afe1f5ba5ec01dae4a85d authored almost 9 years ago
Add additional tests for the pool keys.

ccacc960fcbf1b257952c73f5586dde1ae401d31 authored almost 9 years ago
Test that we key connection pools off SSL arguments.

45621765a2a79439da702d5d492b38008939e2b6 authored almost 9 years ago
Switch back to connection_from_host in urlopen

a8021b541184ab78df761db20ef87cfef64940aa authored almost 9 years ago
Changes for #821.

8513dcb2e2f3bf7b53452ddeb22e6e0c322c0e22 authored almost 9 years ago
Merge pull request #827 from davidfstr/preserve_order_2

Preserve order of response headers

e8924622e605b195ba9b6d8d910e48bde06bce88 authored almost 9 years ago
Remove some confusing copypasta comments.

165262386da9e018593c273657781222542ebd0d authored almost 9 years ago
Remove all bare encode() and decode() calls. Mark Unicode strings explicitly.

da1a98b7a0d034d2019fe9df4f977aebf163dc4a authored almost 9 years ago
Add self to CONTRIBUTORS.

d61b81afbac9787702f74d78f86b3b728a8513be authored almost 9 years ago
Test that order of request and response headers is preserved.

89c1999c479a2971bb9b0682d122cd28671d76ba authored almost 9 years ago