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

Add test for fileno() on Selectors that have

41384a0d59cf692fe6ba91c9936b9f96e9dfcbf4 authored over 8 years ago
More Python compat problems with epoll

b943e52ec3603484efabaed62e1b89194be9e308 authored over 8 years ago
Remember when IOError wasn't subclass of OSError

395b80e545b28d5f53ca4f2959501e385d0f949d authored over 8 years ago
Fix super in init

7672c7b43d9e96d2f1d41be1af23476dc968638d authored over 8 years ago
Use super to access _fd_to_key

0da421fcbf45fc91fa15b8fb16b7bffe23ae8bdc authored over 8 years ago
Proper super

ea57f74f5e50f3c3b431fce54b4437efa26c0237 authored over 8 years ago
Add EpollSelector

96027de76af356f16e21af887d95d9f4cc8aba35 authored over 8 years ago
Last line for 100% coverage

e8cc7412414ae1675f4b2973223007640cf20992 authored over 8 years ago
select.error stores errno strangely.

f41c31ea73a678fe3ef16b424c77aa463afb94b1 authored over 8 years ago
Fix monotonic import

0cd50c28dac0e10597013fa5fc411660618fde49 authored over 8 years ago
Switch to hasattr

807bc5aea3df448d6225a133d8806aba8811f5c5 authored over 8 years ago
ImportError in Python 2

20553af4253bcfb01133b0eaa47a106bf7bbc93c authored over 8 years ago
Make BaseSelector a new-style class

38225abbe8011fd42086bb5b754c6f6a86c72ecc authored over 8 years ago
Improve coverage to 94%

6e9fbc199ba9979b33e4605d5007dcb189caa45c authored over 8 years ago
Add Lukasas reviewed changes

2aa0447e054b374d61ca64d9bd4004f71cd98bcd authored over 8 years ago
Add SelectSelector and syscall wrapper

983a1939e6286249e213be9f53b68c128b98e0af authored over 8 years ago
Put timeout in is_connection_dropped

a2f58f4b6a7b6473db1c05af8a8238dcc4f6a29c authored over 8 years ago
Fix is_connection_dropped

f46b2fb343d0bf99f93312a41df2abf7bd055697 authored over 8 years ago
Python 2.6 don't use with assertRaises

1a362dae51bef7368b5c39956af9e27a7a63f5c8 authored over 8 years ago
Make test for bad fds

52c1e11e72dff5b3f9769558c3ab1e4f1b7b0347 authored over 8 years ago
Errors return empty list

0da801abf23f680ec1fdcac8d333fbd5871c3144 authored over 8 years ago
Epoll doesn't take non-float

3650f09db3c687698930b807a3747876a38de45a authored over 8 years ago
Add wait to utils

93c779d4424286d2d97489583b98d46036fe891a authored over 8 years ago
Merge pull request #996 from Lukasa/changes/990

CHANGES for #990

4c56c42c5a71b438ebe50878de134a4ad52972ed authored over 8 years ago
CHANGES for #990

3cd4e5f8dda2d4e9802e4718a29484e83cdb203d authored over 8 years ago
Merge pull request #990 from frankier/fix-httpresponse-stream-stringio

Make HTTPResponse.stream() work with _fp of non-HTTPResponse type (eg StringIO)

d3fe19d993dd76e2c76445d005869562d2684452 authored over 8 years ago
Make BodyNotHttplibCompatible inherit from HttpError, urllib3's base exception class, only

7efea8deeda6d4fb03ec1b3d791c3c2c987b1600 authored over 8 years ago
Make HTTPResponse.stream() work with file-like body of non-HTTPResponse type (eg StringIO)

97e9939581abb2855d282a581c3ca793e7c92aeb authored over 8 years ago
Merge pull request #991 from Lukasa/changes/989

CHANGES for #989.

dfd582c13ceb0287a71ccff1c742424c58ca2105 authored over 8 years ago
CHANGES for #989.

5b6bad0e19d000563482fecf37310e7cd6735691 authored over 8 years ago
Merge pull request #989 from scop/isdigit

Disallow superscripts on digit checks

438ed547ad7f165757a61174ae2e8aa20b4f6e30 authored over 8 years ago
parse_retry_after: Disallow non-integer digits, allow whitespace

42ead377f52070c119785e623d175fd1804ffe29 authored over 8 years ago
parse_url: Disallow non-integer digits explicitly in port numbers

4851f6d5e23851b497cd30cac89ebcabf5b8853c authored over 8 years ago
Merge pull request #987 from Lukasa/issue/986

Remove markers from setup.py

38121afb8cf456f16cb293ffcb983657c8c62c0b authored over 8 years ago
Forgot to mention #955.

df9d503a8ea767e8a2ee95b3e75a914480c93de6 authored over 8 years ago
Changelog for #986.

29573e49b4ea33b603af8942fd10d5adfa469a90 authored over 8 years ago
Remove markers from setup.py.

Basically, it seems like old versions of setuptools are stupid and can't
handle markers. I appar...

fc8aaed99be9568d18d50043d27a30fe3fafb6c6 authored over 8 years ago
Merge pull request #985 from Lukasa/changes-955

CHANGES for #955

5ae296ee9d163488e1ee15cd6441288cdf4582ae authored over 8 years ago
CHANGES for #955

6b254d4a37e3ea27ff3358657db82635c053ceeb authored over 8 years ago
Merge pull request #955 from npcode/retry-after

retry: Respect Retry-After header

29b9ddadc7664a329e4c4978baa53d3025face24 authored over 8 years ago
Support date in Retry-After header

ba26dfde7dfa510c61bfa2ea79ade36203a6b54f authored over 8 years ago
Respect Retry-After header for redirection

In order to respect the header also for AppEngineManager, add
urlfetch_retries parameter for App...

07c1ef526762d6d3652c3b414900edd7721b4912 authored over 8 years ago
Support retry for 413, 429 and 503 status code

Add status_retry_after_list parameter for Retry.__init__() to specify
status codes to handle Ret...

b6d45c4e702f66e819373c79122944204ebe7e72 authored over 8 years ago
Respect Retry-After header

Sleep for the seconds specifed by Retry-After response header before
retrying the request.

8347dd492f5551c1521d8cd52063de123911e0b7 authored over 8 years ago
Add test for past date in Retry-After header

697ec38bdca2ef19ee56f42c0fd68f68e4392450 authored over 8 years ago
Change debug level to 'debug' to match ConnectionPool

900c7404b077212fe4677122cac17a6474f2e003 authored over 8 years ago
Merge pull request #983 from Lukasa/update-changes

Update changes for 1.18

1988666cd06633ab9d817fe9dc596c6957ee2c2c authored over 8 years ago
Update changes for 1.18

e95981e34770d8fa43afb59329de96d05e2aae03 authored over 8 years ago
Merge pull request #982 from Lukasa/update-changelog

Changes for #979

b4b89be8d927b915bb99c4cf8cdd14509fd2b778 authored over 8 years ago
Changes for #979

6a0ea09f557fb2a2237394c44af0420c0b74a8b2 authored over 8 years ago
Merge pull request #980 from Lukasa/issue/979

Move to a more complex bit of idna handling.

3de23d0edef737a8b72d33140a3ad44af19a565b authored over 8 years ago
Move to a more complex bit of idna handling.

c591f07eb5f05c2c8bbe1839c62224df1f55fe49 authored over 8 years ago
Tests for #979

ccbfe8757195055a3be730f356420109f4e30fa7 authored over 8 years ago
Merge pull request #978 from nateprewitt/closed_vs_is_fp_closed_consistency

HTTPResponse.closed consistency

0fb5e083b2adf7618db8c26e8e50206de09dd845 authored over 8 years ago
add changelog for #978

d00a5f2c554e9871ef3398dd5e6e3da22b414d92 authored over 8 years ago
changing conditional order to prefer isclosed over closed

isclosed is inherited from httplib/http.client's HTTPResponse while
closed only occurs on io obj...

4dd7633d2ea613849fad1f8395e6a9d08742e17c authored over 8 years ago
Merge pull request #922 from Lukasa/iPAddress-SAN

Add support for IP address SAN fields.

c74bd70c3a97e30f0560bee9b7fa1bfc767ebf0b authored over 8 years ago
Merge branch 'master' into iPAddress-SAN

7ca26ff3061e82c390ebba863a267bdbe88a629d authored over 8 years ago
Merge pull request #976 from jonparrott/gae-pythonpath-make

Fix GAE_PYTHONPATH error in Makefile

466cae357c32ee955288bb3947d61e42cdd03569 authored over 8 years ago
Fix GAE_PYTHONPATH error in Makefile

14cafe5d622ebb367d7ea36e362cff9101c93b91 authored over 8 years ago
Merge pull request #975 from jonparrott/gae-pythonpath-make

Error if GAE_PYTHONPATH is not set when running make test-gae

4ae5ef0e07f43e3bf73c47c523953e0342d4e6ae authored over 8 years ago
Error if GAE_PYTHONPATH is not set when running make test-gae

ae31f118ae18cc8ac10e93b2de398324612ceff1 authored over 8 years ago
Merge pull request #973 from nateprewitt/IncompleteRead_message_fix

fixing incorrect message for IncompleteRead

7cab63c0e220b27635964e39b19b8a0c6e24afa2 authored over 8 years ago
fixing incorrect message for IncompleteRead

ab962fd5aaccee1023bea16dc0e85748bd6bcbaf authored over 8 years ago
Uniform checks.

5d7ff84690b0406a4bda768a0bfcd3e49cd8082a authored over 8 years ago
Merge branch 'master' into iPAddress-SAN

39eac383eba9df329a1ce1db1fe5ab9efef04395 authored over 8 years ago
Try updating setuptools.

e3f8a2646697d58171476e331fb3953586ecfe30 authored over 8 years ago
Merge pull request #971 from jeremycline/docs-typo-i-think

Fix a typo in the user guide documentation

f092dd6224afdb0ab183a77406c2728a1dfb8b0e authored over 8 years ago
Fix a typo in the user guide documentation

0d38bf7650087482737bf1b87408bb108a72089b authored over 8 years ago
Add ipaddress marker to setup.cfg.

2c47ff3831218c0cbe1a10af2ede51c58850a2bd authored over 8 years ago
Revert "Vendor a backport of the ipaddress module."

This reverts commit 51ab4776ca5181362db936af3414c206add871fc.

b224fee1ebf91cdfe0d4f9008303c5af4ccba7f3 authored over 8 years ago
Revert "Fallback to the vendored ipaddress module."

This reverts commit 704fcac89cb0026a290228013ccedbe8795c3f97.

a67676fdb396d1c681f829f8feeb67547769ff35 authored over 8 years ago
Revert "Remove ipaddress marker."

This reverts commit 697084110a5e38f5dd6b004d683413a4a27c9245.

177fca714d0105f5bef84f3df50ad182ac8f9b8b authored over 8 years ago
Merge branch 'master' into iPAddress-SAN

861654f262189f613a7bd0c17e13fc2fcd3a1d97 authored over 8 years ago
Merge pull request #969 from Lukasa/setupcfg-is-my-nemesis

Don't forget setup.cfg, the monster.

7563abc132304b49747e364c7e29e7b734f78c89 authored over 8 years ago
Don't forget setup.cfg

1f6b51c54f5d42e2d7d98a86f3af4718785ebb06 authored over 8 years ago
Merge pull request #968 from Lukasa/changes/cut-1.17

Update changes for 1.17

30d78745ea3e0b63a894e88712197f1ff7d991a6 authored over 8 years ago
Update changes for 1.17

8057750a92df3cdf580dcbf836427d774816f05e authored over 8 years ago
Merge pull request #964 from Lukasa/blacklist-pysocks-157

PySocks 1.5.7 causes problems with IPv6.

e85308daeb6cbc5c9aec376fe99c18e9c2fa02a2 authored over 8 years ago
Merge branch 'master' into blacklist-pysocks-157

bb1fc0496b857b25ecaaf2bd9977054fff38512f authored over 8 years ago
Merge pull request #967 from Lukasa/springjools-master

Lower log levels from connectionpool.

4addc8a34983a408ddb3e33a3fc76d86aeff04ba authored over 8 years ago
Fixup some whitespace.

da128b57c4d54e0e1ed5ab281c20a8dfbc50d892 authored over 8 years ago
Add changelog for #967.

a5004f66a521873d460e1be05807d0ce67dd36bd authored over 8 years ago
Merge branch 'master' of https://github.com/springjools/urllib3 into springjools-master

d57be05b560dd3c09ee61ad46c31f9e1dfc1242d authored over 8 years ago
Merge pull request #966 from Lukasa/scop-close

Extra with statements.

75be152649d5a3b053382fd9c556ad7cf23b0b37 authored over 8 years ago
Merge branch 'scop-close'

e77d15902b52aced39912a8f7d5cc65e67669299 authored over 8 years ago
Merge branch 'close' of https://github.com/scop/urllib3 into scop-close

e5fb9777b71b2f141b903236d233a5592e620f14 authored over 8 years ago
PySocks 1.5.7 causes problems with IPv6.

484bfb755f9e47c4f0f365dceebfc20e1d1695da authored over 8 years ago
Merge pull request #963 from scop/pypy54

Update Travis PyPy testing to 5.4

4a68c533b79c4e3ddec8e451b1091d4000c5b69f authored over 8 years ago
Update Travis PyPy testing to 5.4

fcd8b64c6888f7dd3691a4e7f15a51629304c92a authored over 8 years ago
Merge pull request #949 from nateprewitt/723_strict_content_length

Add `enforce_content_length` for responses

65b8c52c16dee5c3a523de2c1c21853ba0e581f2 authored over 8 years ago
enforce_content_length for incrementally read responses

0a2a2dc49814c8b2c980e02c0def3b5d63cea954 authored over 8 years ago
adding length_remaining functionality to HTTPResponse

e5637bb705bf20287b3db9efdc8e3dcc4bd477c7 authored over 8 years ago
Merge pull request #958 from Lukasa/update-cipher-suites-again-seriously

Remove 3DES support.

c1462c2f738d310f9335ad60f4e341905a83014d authored over 8 years ago
More CHANGES

7598c5875c2ce023ca0d114325a9c23d6e5a984f authored over 8 years ago
Remove HIGH cipher suites as well.

These are fairly dumb, really. Old OpenSSL's have a bad idea of what
HIGH is and will include br...

b2c91a6ac0bb429715269ef637b06c1f75250e58 authored over 8 years ago
Remove 3DES support.

02c5d965d0f8c64b67c4067c9d650754ef644781 authored over 8 years ago
Merge pull request #946 from scop/sixmore

Import more from six

d53eccf27c3871d9b730068a4165275815ba23d2 authored over 8 years ago
Import more from six

db4d522917627b6effe8833265b8f2dc689acf39 authored over 8 years ago
Merge pull request #947 from Lukasa/update-cipher-suites

Add support for ChaCha20.

37554da74bc9c06f8446ee816755917602f52dbd authored over 8 years ago