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 #1343 from SethMichaelLarson/fix-selectors

Fix timeout kwarg _syscall_wrapper within selectors.py

63b088b245cd102b5352304cd407309801f0b2e9 authored almost 7 years ago by Ian Stapleton Cordasco <[email protected]>
Add tests for _syscall_wrapper on Python <3.5

494ff659db672fa3cf4ebc0e4bc65759aa19265c authored almost 7 years ago by lars4839 <[email protected]>
Fix KQueue.control not allowing kwargs

4be0fc94955d2f90a810d4868e8e9a3c76d31e11 authored almost 7 years ago by lars4839 <[email protected]>
Fix timeout kwargs in _syscall_wrapper

050ea4d5423a2c8b22e03fe34be6ba22e4cfd3fa authored almost 7 years ago by lars4839 <[email protected]>
keep handling UnsupportedExtension for old cryptography versions

849110e082a4d52a73f003bde43b6249c6348aa4 authored almost 7 years ago by Jeremy Lainé <[email protected]>
add test which triggers x509.DuplicateExtension

9bf24bbe388b8bfac9dd943a097a4295c05ba3b1 authored almost 7 years ago by Jeremy Lainé <[email protected]>
x509.UnsupportedExtension is gone in cryptography >= 2.1

bb9a51bbbcb010bb3aac31a7031e7c5e75681d60 authored almost 7 years ago by Jeremy Lainé <[email protected]>
Fix docstring in HTTPResponse

In the HTTPResponse class, the previous `decode_content` docstring mentioned True, but actually ...

9e24d48e426c15add53ec5c4cb6dffb3cb002ac3 authored almost 7 years ago by Katherine <[email protected]>
Merge pull request #1336 from luzpaz/misc-typos

Misc. typos

d5c8c68a8df0cb864d44a5ad00cb8f2ffc60bab8 authored almost 7 years ago by Ian Stapleton Cordasco <[email protected]>
Misc. typos

Found via `codespell -q 3`

716308d3b7c11dada2ad66bf04b08561f980c619 authored almost 7 years ago by luz.paz <[email protected]>
Merge pull request #1328 from dienteperro/patch-1

minor typo fixed.

f507c151768ba34dde29c4f4575a033fc1bb5727 authored almost 7 years ago by Jesse Shapiro <[email protected]>
Merge pull request #1333 from jwilk-forks/spelling

Fix typo

5bf40bee12d0b249172dc3eda4dc991854a422e7 authored almost 7 years ago by Jesse Shapiro <[email protected]>
Merge pull request #1332 from jwilk-forks/certifi.io

Update certifi homepage URL

809543916a38f46c2d763338b000f5f0da1e3fcb authored almost 7 years ago by Jesse Shapiro <[email protected]>
Fix typo

94a22df90a8e4fa383b209fa0fe5da96cdeb30d3 authored almost 7 years ago by Jakub Wilk <[email protected]>
Update certifi homepage URL

5e375148ab590ca2842e93af7e90422a86ffb8e7 authored almost 7 years ago by Jakub Wilk <[email protected]>
Merge pull request #1283 from erlichmen/master

Provide _original_response in AppEngine adapter

835b9b299fff5cb3eca8cfb52022f02728384dc5 authored almost 7 years ago by Ian Stapleton Cordasco <[email protected]>
Merge remote-tracking branch 'upstream/master'

* upstream/master: (28 commits)
Separate collections from collections.abc
Remove trailing co...

ef46f403db4069b472bf07c9e21774475de4f524 authored almost 7 years ago by Shay Erlichmen <[email protected]>
Merge pull request #1289 from isaacto/master

Handle gzip responses with multiple members

db1c1b6ade859120469c45de479bcac758ab173e authored almost 7 years ago by Ian Stapleton Cordasco <[email protected]>
minor typo fixed.

95c91886501f588c16d1a4b831b81b9a4894ebb3 authored almost 7 years ago by dienteperro <[email protected]>
Merge pull request #1325 from rhettinger/master

Separate collections from collections.abc

5fd9026a541f9de4e2dfdc67b7a799167fc17e1f authored almost 7 years ago by Ian Stapleton Cordasco <[email protected]>
Separate collections from collections.abc

82c444d24024aebe63dd25e585fd1d8176a9d44f authored almost 7 years ago by Raymond Hettinger <[email protected]>
Merge pull request #1318 from haikuginger/header-continuation-standardization

Make header parsing more RFC-7230-compliant

d9898fb39e6c6037dea12d7226813d35b40f0947 authored almost 7 years ago by Jesse Shapiro <[email protected]>
Remove trailing comma

70418f8f1e3950675a9e60739b33d6c12fbee194 authored almost 7 years ago by Jesse Shapiro <[email protected]>
Merge pull request #1279 from IceflowRE/master

Prevent AttributeError to be raised when pool is already None

646189be7d14f44f53ec16de84fcef31c0e7f41e authored almost 7 years ago by Jesse Shapiro <[email protected]>
Merge pull request #1307 from jdufresne/readthedocs

Prefer readthedocs.io instead of readthedocs.org for doc links

df6a58042900b25b6c4132013e2f48fbb33ebd02 authored almost 7 years ago by Ian Stapleton Cordasco <[email protected]>
Make header parsing more RFC-7230-compliant

7140d8e4b7de7ed29af0f0321eef47c7037ab07a authored almost 7 years ago by Jesse Shapiro <[email protected]>
Merge pull request #1309 from jdufresne/python-requires

Pass python_requires argument to setuptools

64514ec42cbf1e4d9e8624c6c8a2a863ac4f5810 authored almost 7 years ago by Jesse Shapiro <[email protected]>
Merge pull request #1313 from asaf244/change-To-NotImplementedError

Raising the signleton NotImplemented

c2279e92712e4a9fab74537ea9fb4e9d693e8b25 authored almost 7 years ago by Jesse Shapiro <[email protected]>
Merge pull request #1308 from SethMichaelLarson/patch-2

Begin testing against Python 3.7

c0144d32a00d9da715db12f9e0ea14673f935d4a authored almost 7 years ago by Ian Stapleton Cordasco <[email protected]>
raising the signleton NotImplemented actually raises a TypeError and not NotImplementedError - This issue can cause wrong exception handling or even no handling

9a6bee90ef50265367b850d4c4321d37cbfb9455 authored almost 7 years ago by asaf244 <[email protected]>
Pass python_requires argument to setuptools

Helps pip decide what version of the library to install.

https://packaging.python.org/tutorials...

fd47513865d0918b50321a70ded6d4fee03c9d2d authored about 7 years ago by Jon Dufresne <[email protected]>
Prevent AttributeError to be raised when pool is already None

Calling close() multiple times will not result into an error now.

eed7955cf8497477e21dc64a28ed70b849a5f5e0 authored about 7 years ago by Iceflower <[email protected]>
Add test for ConnectionPool.close

Fix pool test close twice

8fe52021e9cd9c3ea07faf2ff25fda8773c35c1a authored about 7 years ago by Iceflower <[email protected]>
;;

1c9107cf9de0a82df53f82023fa66392aea2d851 authored about 7 years ago by Seth M. Larson <[email protected]>
Add pyenv install for Python 3.7 on macOS

3c70674d83b34e777124275087e58efedad909b5 authored about 7 years ago by Seth M. Larson <[email protected]>
Add macOS+Python 3.7 to Travis

df75d4dcde9dbde27343cfd9cc4f97a98ef5548c authored about 7 years ago by Seth M. Larson <[email protected]>
Add py37 to tox.ini envlist

dc1649d268ef4b86d05991db805e9e56434ef8ec authored about 7 years ago by Seth M. Larson <[email protected]>
Begin testing against Python 3.7

d4b3b85e05f3982038c6023697ffa70f31b34ea6 authored about 7 years ago by Seth M. Larson <[email protected]>
Prefer readthedocs.io instead of readthedocs.org for doc links

Read the Docs moved hosting to readthedocs.io instead of readthedocs.org. Fix
all links in the p...

6133a0288b8f31c2999251a91982dbd876b303e7 authored about 7 years ago by Jon Dufresne <[email protected]>
Merge pull request #1304 from DimStar77/1303

Move RECENT_DATE to 2017-06-30

67591cdfd3f29f168baa05cc1fcc1fc92c7e9deb authored about 7 years ago by Jesse Shapiro <[email protected]>
add coverage to response.isclosed()

368717c6b2ccf908170808aaf5891be28e80f0da authored about 7 years ago by Shay Erlichmen <[email protected]>
Move RECENT_DATE to 2017-06-30

The test suite expects the current date to be no more than two years in the future
of RECENT_DAT...

4bff1e93d2dd4663d422d7e290473d9189cec5db authored about 7 years ago by Dominique Leuenberger <[email protected]>
Merge pull request #1295 from haikuginger/haikuginger-maintainer-updates

Add Akamai as a sponsor; update sponsorship text to include time-based contributions

d3c8b4347d886f9bc24a480630fabcd6be9e26ff authored about 7 years ago by Jesse Shapiro <[email protected]>
Add spacing between sections on README

3cde938eaf3ed5f7e959cc60104e58dcfaf8ef5b authored about 7 years ago by Jesse Shapiro <[email protected]>
Add Akamai as a sponsor; update sponsorship text to include time-based contributions

7a57572dae6976d26281f4b6feee064107421dc6 authored about 7 years ago by Jesse Shapiro <[email protected]>
Handle gzip responses with multiple members

Signed-off-by: Isaac To <[email protected]>

50916d21e9fb537ae209b241379ad4986eb0f469 authored about 7 years ago by Isaac To <[email protected]>
Merge pull request #1291 from Lukasa/employer-credit

Credit HPE for my work

8ccf97cd9b03a2bad31256992d2644328a4f73b8 authored about 7 years ago by Jesse Shapiro <[email protected]>
Merge pull request #1293 from jdufresne/fix-deprecation-warning

Fix uses of deprecated assertEquals() to use assertEqual() instead

7336df5dffc847bc3c997844443bbab3c03ed7ee authored about 7 years ago by Jesse Shapiro <[email protected]>
Merge branch 'master' into employer-credit

4d7f4edd6e1b4b7e51df57787dec20dc07c69c51 authored about 7 years ago by Jesse Shapiro <[email protected]>
Merge branch 'master' into fix-deprecation-warning

082fa91be41acd916b6d8f27c4a6e1ec74cf918b authored about 7 years ago by Jesse Shapiro <[email protected]>
Merge pull request #1255 from haikuginger/haikuginger/fqdn-certificate

Use FQDN only for DNS and drop trailing dot for other operations

da05fe2497e18b367cab159195a1ace9a74119e3 authored about 7 years ago by Jesse Shapiro <[email protected]>
Use FQDN only for DNS and drop trailing dot for other operations

68f3475b421f81d0e78eb0c2271d27d8b75bea05 authored about 7 years ago by Jesse Shapiro <[email protected]>
Merge pull request #1292 from jdufresne/tox

Simplify tox configuration

945f2a6ca40d6c20c3eceb0d6e53eeef9d6b0c53 authored about 7 years ago by Jesse Shapiro <[email protected]>
Credit HPE for my work

9bce238ddc0bde520c5b15abba63902c7e7bedc5 authored about 7 years ago by Cory Benfield <[email protected]>
Change use of deprecated assertEquals to pytest style assert

When running tests with Python warnings enabled, fixes warnings of the form:

DeprecationWarni...

87c8c5a0c999874e4512efc0164db828d1726324 authored about 7 years ago by Jon Dufresne <[email protected]>
Simplify tox configuration

tox sets good defaults for the basepython value. Simply use that instead
of respecifying it. Hel...

c6287b74b4aec7719ef21fb8f52c30940f4b05b9 authored about 7 years ago by Jon Dufresne <[email protected]>
Merge pull request #1294 from shazow/haikuginger-fix-travis-macos-2.7

Use pyenv to install all versions of Python for macOS; update Python3 versions

998c8c64d4dc6e8435e14ad3bc292a0cdff9b070 authored about 7 years ago by Jesse Shapiro <[email protected]>
Use pyenv to install all versions of Python for macOS; update Python3 versions

beba72a27f9cb6073197bc1aa0c74b5a6cd1c1fb authored about 7 years ago by Jesse Shapiro <[email protected]>
Merge pull request #1281 from tomplus/master

doc: fix examples with urllib3.Retry

e9aee8f7443f317a03014a4f6e66280a4339c52e authored about 7 years ago by Cory Benfield <[email protected]>
Provide _original_response in AppEngine adapter

bdacb3f975a4ec460904477f5c6ce050bebf44dd authored about 7 years ago by Shay Erlichmen <[email protected]>
Merge branch 'master' into master

0624b7e120d784f8e6df25e53999543e3e74eb2a authored about 7 years ago by Tomasz Prus <[email protected]>
Merge pull request #1284 from alex/patch-1

Don't try to run IPv6 tests if IPv6 is disabled at runtime

ead61e0fd4f386339d78baf766f9188832ddead3 authored about 7 years ago by Cory Benfield <[email protected]>
Do not use bare except

52cccb0709fbca74fdcff9678e58d4cc23769358 authored about 7 years ago by Alex Gaynor <[email protected]>
Do not use bare except

904abe41f02c06057bcb8af8d2eb7c7f5774b7ca authored about 7 years ago by Alex Gaynor <[email protected]>
Skip this too without IPV6

b419fe26d0f5a0b39fb35148c2eb696d5053cccf authored about 7 years ago by Alex Gaynor <[email protected]>
Removed unused import

07aee8759b1a8b2cb2784f2e408d6c9b11c25b8a authored about 7 years ago by Alex Gaynor <[email protected]>
Don't try to run IPv6 tests if IPv6 is disabled at runtime

745ba5332c3a34744614498ead18176221cfda5d authored about 7 years ago by Alex Gaynor <[email protected]>
doc: fix examples with urllib3.Retry

aa1347a1a08e07956a43bca57fa13fe52d83194d authored about 7 years ago by Tomasz Prus <[email protected]>
Merge pull request #1276 from jdufresne/wheel-license

Include license file in the generated wheel package

3a74b5b7862a1b55c3a059e9621aea4322e786f8 authored about 7 years ago by Ian Stapleton Cordasco <[email protected]>
Include license file in the generated wheel package

The wheel package format supports including the license file. This is
done using the [metadata] ...

91a3b7fa535522a12f61f57f3c036b3ccd9082bc authored about 7 years ago by Jon Dufresne <[email protected]>
Merge pull request #1277 from nattofriends/patch-1

Update SNIMissingWarning text

1c8715b196f15c2cc09faba5ba7ea3d5ddce8461 authored about 7 years ago by Cory Benfield <[email protected]>
Merge branch 'master' into patch-1

998e7b8338451ee225b3f8819cef0d94c45199f5 authored about 7 years ago by Cory Benfield <[email protected]>
Merge pull request #1278 from Lukasa/fix-appveyor-26

Fix appveyor

ff5c6749c237ff6a8b0a3450713ecce7469a7ea8 authored about 7 years ago by Cory Benfield <[email protected]>
Fix Appveyor

00574a068890d183a26f1cedd1e5ab4f0801dc4b authored about 7 years ago by Cory Benfield <[email protected]>
Merge branch 'master' of https://github.com/shazow/urllib3.git

d3023b850a1332b2361981493698a13e37e2fa98 authored about 7 years ago by Cory Benfield <[email protected]>
Update SNIMissingWarning text

SNI is an abbreviation for Server Name Indication, not Subject Name Indication

838d803850be09e00cf627acdb691d8036851fa2 authored about 7 years ago by nattofriends <[email protected]>
Merge pull request #1270 from igalic/lazyload-uuid

lazily load uuid lib only where needed

cbde04b330c56a417be40fb5d0a2bec9ca3d97db authored over 7 years ago by Cory Benfield <[email protected]>
lazily load uuid lib only where needed

582db1f362f3037c3476d4f38135e99327afe5d4 authored over 7 years ago by Igor Galić <[email protected]>
Merge pull request #1259 from reversefold/dummyserver-decode-fixups

Fix dummyserver decode errors when defaults are used with Python 3

63e42452cf4b43077486ba62a75962ac4f1f323a authored over 7 years ago by Cory Benfield <[email protected]>
Fix dummyserver decode errors when defaults are used with Python 3

7a046a9a1b1cb23d51e32628f0dbea2942518baf authored over 7 years ago by Justin Patrin <[email protected]>
Merge pull request #1261 from reversefold/tox-posargs

Pass {posargs} to py.test so arguments can be passed through tox

dfc23e54571c3383ebfb828a205235f881a51021 authored over 7 years ago by Cory Benfield <[email protected]>
Pass {posargs} to py.test so arguments can be passed through tox

b1dd495e68a5278ec271e7cf33cf637cfbf0c9e5 authored over 7 years ago by Justin Patrin <[email protected]>
Merge pull request #1265 from reversefold/gae

Fix gae travis-ci builds

e13efc52c352a172f71e43b5db5dca920c6bd1af authored over 7 years ago by Cory Benfield <[email protected]>
Support newer versions of the google appengine sdk which move the sandbox module to google.appengine.tools.devappserver2.python.runtime from google.appengine.tools.devappserver2.python

588bd4da3547dde07eced0df100be304a00b2d15 authored over 7 years ago by Justin Patrin <[email protected]>
Merge pull request #1248 from itziakos/master

fix failing tests on windows python (64 bits) 2.7 and 2.6

5206734fda1f2365afc49a070efa46c9ba68372e authored over 7 years ago by Cory Benfield <[email protected]>
Accept long integers in `_fileobj_to_fd`

fixes #1247

3d95be6863bde2e4920d831582ec8a34906555be authored over 7 years ago by Ioannis Tziakos <[email protected]>
Fixed appveyor setup to run tests on using the 64bit Pythons

- Update tox.ini to consider environment variables for the python filepath
- appveyor.yml now po...

beade40557a02084373b9e47758936f73c1e1649 authored over 7 years ago by Ioannis Tziakos <[email protected]>
Merge pull request #1251 from mikeage/add_port

Add port to connection open print if it's non standard (not 80 or 443)

c20b3413681af95174a0412a0ee9d3c48724a4a0 authored over 7 years ago by Cory Benfield <[email protected]>
Simplify debug print

c56a7456e042cc6538a8aa1b30caa597185c2be7 authored over 7 years ago by Mike Miller <[email protected]>
Update CONTRIBUTORS and CHANGES

bb14b88cc23005aae38882e634c84e4de1d0e251 authored over 7 years ago by Mike Miller <[email protected]>
Always print the port (even if it's the standard 80/443)

ff4e648bafda008b51329d1152afb0a0d58b9c61 authored over 7 years ago by Mike Miller <[email protected]>
Add port to connection open print if it's non standard (not 80 or 443)

393673597681408b45cd5f8d9d01cfed9ded068c authored over 7 years ago by Mike Miller <[email protected]>
Merge pull request #1246 from rtdean/theonewolf-1060-pyopenssl-load-chain-fix

PyOpenSSL client certificate load chain fix

a72275c83a05df64156ff1ab89044ac8e649c80f authored over 7 years ago by Cory Benfield <[email protected]>
dummyserver/server.py: simlify import ssl strategy

Given that large portions of the existing test base blindly import ssl,
and given that if the ss...

890a2114a28b6b3d7ea008d3ad443119355ef1a4 authored over 7 years ago by Ryan T. Dean <[email protected]>
update CHANGES.rst with quick description of #1060

d6972eb952daf165c31d2c7ace482e81ffb5bcc3 authored over 7 years ago by Ryan T. Dean <[email protected]>
fix up tests and dummyserver /certificate endpoint

* update dummyserver /certificate endpoint to return a json dict of the
subject of the client ...

89558c9c794cd21e8baf31578069638190ab9b0f authored over 7 years ago by Ryan T. Dean <[email protected]>
test/with_dummyserver/test_https.py: addressing code review

+ Where applicable, using implicit line continuations
+ Moved certificate serial number constant...

d02d3c32bb922d8948311dc3e3cf8fd8797e14df authored over 7 years ago by Wolfgang Richter <[email protected]>
CONTRIBUTORS.txt: adding myself as author

13270181b5a3bfa76e881aece9e7be4f8f5265f6 authored over 7 years ago by Wolfgang Richter <[email protected]>
test/with_dummyserver/test_https.py: corrected OS X error string

e33107b8eb898f1eeabbffe13e10d3d7cf1072bc authored over 7 years ago by Wolfgang Richter <[email protected]>
test/with_dummyserver/test_https.py: adding error string for Mac platform

2bea1ddfb8c56215ba0bb6237f7d0aa5daad2dcd authored over 7 years ago by Wolfgang Richter <[email protected]>