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

CHANGES for #416

e0698afabe70b021a96f5280c7b8cf19382aac2e authored over 10 years ago
More readme tweaking.

1521afab58b3ce344e611462803fc849ef5f0260 authored over 10 years ago
README formatting/phrasing.

6daee04dd8a0f68ba8e5fffc52232568ca397f95 authored over 10 years ago
Test notes.

60772485a3d73ef4f7f06d54ce6ac20da19bd87c authored over 10 years ago
Update docs requirements and remove it from dev requirements to speed up travisci.

871492dbd20b070c19323ca5e62b53553c0e7e35 authored over 10 years ago
Simplify Makefile and update README.rst

8360b1469dbc6e2a42acbdbacde402686af154b8 authored over 10 years ago
Looking good.

fcd6465d6c0c5659bf2ccba11ed8fcdb7a3f1b87 authored over 10 years ago
Adding release process (WIP).

9ebe381c6d85fae54a573804c90cefc09d35d4b6 authored over 10 years ago
Shuffling around requirements file, adding Makefile.

921588253789865b7b00367d47a5f31bbbf9e0ab authored over 10 years ago
Release bash file?

27925f1771ad75a073dfb0169e4032e3fe9a8f83 authored over 10 years ago
release.sh

2f7d03b88872e0071e1cd2b403d3296ab692818f authored over 10 years ago
Release target.

c2fc310ed5fbd192fea27f7e8cb8e08299e395f7 authored over 10 years ago
Fiddling more with travisci.

7421815e8af4a77a61cc48d396ed62c93460a572 authored over 10 years ago
Make-ify travisci.

af0ea37a917100f34765d6b2f9b022951b8779c2 authored over 10 years ago
Merging new release version: ${version}

d0280699c5a6f134bc926162a4fad14a5675372d authored over 10 years ago
Version bump.

6d49397ae9b33ef513a4642792d06057881148c7 authored over 10 years ago
CHANGES for #411

7509e57ffba7be19eba2a14046b0a373ba4b345c authored over 10 years ago
Merge pull request #411 from arkpog/patch-1

Allow _prepare_conn() to run on Python 2.6.4

6318b0cbb48a32754674dc26305b81fcb242adef authored over 10 years ago
pyOpenSSL: Fix WantWrite issue #412

25755abf27790118cbe1df9bd3b967085c039e9d authored over 10 years ago
Update connectionpool.py

2ea5506f3f4b2e6f1229d8da38054c62650075a6 authored over 10 years ago
Allow _prepare_conn() to run on Python 2.6.4

Taking advice from https://github.com/shazow/urllib3/pull/411#issuecomment-46397017 and subseque...

48bc8fdbdfe031397b1bbb9b34c684e2748ef389 authored over 10 years ago
Allow _prepare_conn() to run on Python 2.6.4

When running on Python 2.6.4, a TypeError is thrown in _prepare_conn()
because httplib's _set_...

3e9d366ecd07628db6196e1a3b3efcb610638104 authored over 10 years ago
Oops, moved the timeout value in the wrong direction.

6bf87592866fbf30c71e6c9b4b3ec04979182d7d authored over 10 years ago
Extend sleep for now, trying to fix travisci.

170cc6cca6d7649b2ae1f7b21574b10afb2b0879 authored over 10 years ago
Shorten a 1s sleep in tests.

6841e0e9447a666769abe30f109db37b962fa6da authored over 10 years ago
CHANGES for #397

5f2454c7d07031fbe3ddb416059f338cb492468f authored over 10 years ago
Merge pull request #397 from sigmavirus24/socket-opts

Start accepting extra socket options.

c2ae6ad1de7c411941cea2493039f154c8921407 authored over 10 years ago
Clean up rebase mistakes found by @jschneier

88d3272f37fc208403267f9a824f1ab208505bab authored over 10 years ago
Merge pull request #409 from Lukasa/2616

Update references to RFC 2616

46371a2e721611a3a82a77766322c849a03e3df5 authored over 10 years ago
Update references to RFC 2616

4a968d72c2cf764897d70bb95289f598818694da authored over 10 years ago
Handle proxies and Nagle's Algorithm in __init__

a004b9f9f49693a6e386ff5eb986fbea65be437d authored over 10 years ago
Remove unneeded import

59632ae2f2f1166222f5c3a2f922c29c4ac7a880 authored over 10 years ago
Finish up the last of the documentation

[ci skip]

83e62e104991ce769343a111afdda2c9e7f28bf6 authored over 10 years ago
Update documentation and how we enable Nagle's algorithm for proxies

32967457687bcd75331a7456fce0d2c1046ca616 authored over 10 years ago
Perioddds.

89cd1864f68547ac4c9e483ad37382d96f460749 authored over 10 years ago
Docs tweaks.

7976f50aa2393537289174022fa4d9560fdf3d92 authored over 10 years ago
Proxy mention in docs re nagle.

f4d7273ee701434cc7dc3fd5609b057ea83bb63f authored over 10 years ago
Update connectionpool.py

c1e5cc41237d9357c64a4986120803f0137431f1 authored over 10 years ago
Turn on Nagle's algorithm for proxies

899e898588feed3f373a664e797717e2f2892837 authored over 10 years ago
Use assertTrue(x) instead of assertEqual(x, True)

c50d9944e875dcedc4fd0f5f78138ec79a26c65a authored over 10 years ago
First pass at updating the documentation

c5b7f5d3db09be43847fc715ebd2928f10c88ab0 authored over 10 years ago
Fix how we decide which socket options to use

Add tests for three different branches of logic. Remove tests from
test/test_connectionpool.py s...

0f1e0836f39933f8873c49921c1e9ba518c978c9 authored over 10 years ago
Add ability to disable socket_options

Start writing tests and fix a bug as a result
Unfortunately, I think these tests will need to be...

19fd134284950e421925b2828b07229cf6945af4 authored over 10 years ago
Fix our collection of options for Nagle's algorithm

b75b3d4512e99010ed1d2ce4fbd58940dac14c87 authored over 10 years ago
Start accepting extra socket options

d8380eff59483a5b9b47aa81fe08858d2e94d0f1 authored over 10 years ago
Set defaults in __init__ otherwise tcp_nodelay may have changed on the class

cba35e319b6a82335cfdfca9a15bd09e147e8388 authored over 10 years ago
Order the declarations correctly

12e12d61ce85ad1a3fe79fb58c9fd3cc65765962 authored over 10 years ago
Merge pull request #406 from jschneier/cleanup

Cleanup duplicated and inconsistent logic.

9ca3f3f9a4bdc505fd23da2264ef268e66f1d88a authored over 10 years ago
strict is not so special

3a6669deed0556a3b4e37870f8e25e8af2a74f52 authored over 10 years ago
Merge pull request #407 from sigmavirus24/fix-manifest

Don't include pyc files in packages

27dcb8d07ca2a13d85a8b42033aa86af31c2b5c4 authored over 10 years ago
Don't include pyc files in packages

Fixes #405

a05e3664e2e5a9de4b391a7578ab7f2e407d066b authored over 10 years ago
always caught in the connection now

7b97ce358102db787e5337c26b6b30c1abdcff9a authored over 10 years ago
source address checking has been centralized

ba06933310dbd5764e2baa53f3505cf54eae56f7 authored over 10 years ago
speed up tests

91f3b84a14f136841a40ad7c4404ea07581351e9 authored over 10 years ago
clean up some duplicated logic

8edfabb2f6e6623094dbd442de3e2bae8f78976e authored over 10 years ago
Formatting.

e5881e24001feb40aeb9ba9d17f7bb6db4a3766c authored over 10 years ago
CHANGES for #366, #369

a238720af9558e82ae063b8a3cf353cf5c3e1882 authored over 10 years ago
Merge pull request #369 from cg2v/proxy-reconnect-test

Test proxy behavior when origin server disconnects.

122dd99570b7faf1aec6c223b0f3352f699b1d65 authored over 10 years ago
You might already be using urllib3!

74b43fe641bbc14d7c326721559a0bba68a6d45d authored over 10 years ago
Update comments for auto_open references

5501eb7ff627c71febfd65549c2188c067fcef4f authored over 10 years ago
Merge pull request #402 from jschneier/fix-test-failures

fix test failures on newest pythons

ec5275eebaa9599defd9fa887668dec72b5c51e4 authored over 10 years ago
fix test failures on newest pythons

5f4c438c77d7c410ba2c4706723b6831b847786a authored over 10 years ago
CHANGES for #399

1b90dec148347f20e522e0e4fcbc13440343cf35 authored over 10 years ago
Merge pull request #399 from jschneier/catch_socket_timeout

Wrap `socket.timeout` exception with `urllib3.exceptions.ReadTimeoutError`.

432b895c3873a58b6c974a97d6f4e017707e08b1 authored over 10 years ago
Formatting and FIXME.

e34903272c6a9f766be5b6ab19f5d782d48ad406 authored over 10 years ago
use an event

f2804144906988e1fe28615efe164afa3b1d99e8 authored over 10 years ago
dont pass forward the url for now

54d26d62547a689041d57284b1f71737294584c7 authored over 10 years ago
catch socket.timeout exception

5dfafa188c6f9d2f1b966fa3a39cbf1add589239 authored over 10 years ago
Merge pull request #398 from sigmavirus24/flake8-fixes

Flake8 fixes.

be18de7e8b4702552e8a9e2650b6c2c4dc079a00 authored over 10 years ago
Docstring tweaks.

11d83856e686397ece390322924f80240abb1dd0 authored over 10 years ago
Add flake8 section to setup.cfg

75a7a18ce72a18ee1500e7dda40c6e5625f83b57 authored over 10 years ago
Sentence-case a comment and de-indent predicates in the if statement above

41941fe5c4bff307886be49c75650b566f8d658e authored over 10 years ago
Make something a little clearer

413d05789e4f6ed5ab1909d90f655db9b3dd1d6f authored over 10 years ago
Simplify exception handling, fix code coverage

fcd18a8ef215371c2edaee9851e54d431bbadaf4 authored over 10 years ago
Make util.url flake8 compliant

6ab3a4d79ebce7f219f514f98d93f136e282fd14 authored over 10 years ago
Make util.timeout flake8 compliant

8d4cce75786ca1e433edbd0eae103a4183ccd83f authored over 10 years ago
Make util.request flake8 compliant

35153c923a93cb8ea29badef7e16d1127c100d6c authored over 10 years ago
Bring util.connection into compliance with flake8

a77ce52ac8aa3efd33ecbfbbc245ea1b010723ac authored over 10 years ago
Bring the response module into compliance with flake8

1f1ae9a2a05f6321050bf1a0551b6a648bbd246f authored over 10 years ago
Bring the request module into compliance with flake8

50a0d190f1ce49b5e375ae3cd70d1c1a523acfa9 authored over 10 years ago
Fix length of method declaration

14af04098df9e2c4f60dc4fcb1d5d14062e2f0f6 authored over 10 years ago
Remove unneeded import and fix indentation

1339609cf3451a68d46ab673759cdf031b1a509f authored over 10 years ago
Make the fields module mostly flake8 compliant

56eeb58c148892f9cab208e14f64d786fb58cbd6 authored over 10 years ago
Make connectionpool mostly compliant with pep8

480572d2d6e15858e764a966f577547fe31f852e authored over 10 years ago
Adjust the connection module to satisfy flake8

852885743199e83e40243d4a336362ed30bbc8dd authored over 10 years ago
Remove unparse_url, in favor of Url.url

559ae6a997def336e07665c98819e4ece5422200 authored over 10 years ago
Merge pull request #395 from jschneier/disable_cache

add disable_cache to make_headers

649b27cc22c47ed528d5d52b79c38cd5de05e38a authored over 10 years ago
Merge pull request #396 from jschneier/docs_fixup

document the util module again

6619bfef9dbece9622b264b404eb4d4c358b5286 authored over 10 years ago
add disable_cache to make_headers

a292c6f1602836b614b8f6fa204f9559bb6560d7 authored over 10 years ago
document the util module again

8668e9428897c8c0b58e1bd4daf6077d6cc61775 authored over 10 years ago
Improve code coverage

c86f706250365d4539a4b70644db0cecefa4735b authored over 10 years ago
Add url attribute to Url, which gives the same thing as unparse_url()

35556b4c4d366a2b665fed41f33205aa12d08bde authored over 10 years ago
Add unparse_url to urllib3.util.url

This round-trips with parse_url (or at least equivalently by the RFC).

ad2e1b4f2aa19544300e5b11e05b65f5211a7e49 authored over 10 years ago
Test proxy behavior when origin server disconnects

Add a test for a CONNECT proxy where the remote server closes the
connection, and then we try to...

691cf5e6aac39d3afb7df38c92925d3830cc7bc8 authored over 10 years ago
Fix reconnecting, through a proxy, to a closed connection

treat closed connections as dropped
Since appengine (and possibly other) environments may not hav...

1c30a1f3a4af9591f480a338f75221bdf5ca48da authored over 10 years ago
Merge pull request #390 from jschneier/refactor-ssl-tests

refactor ssl tests

4c70d76bac93c1941bacb7c7a068d4ad8efb2b19 authored over 10 years ago
refactor ssl tests

7e67e69e3d83df4c5653570d530a1c3d9eeab781 authored over 10 years ago
Merge pull request #389 from jschneier/master

fix skip test copy/paste typo

9789127f1ec5177afb8817dff9b1136815a0870a authored over 10 years ago
fix docs copy/paste typo

9317a5c5d6ce81382571ec604cc47b588404567e authored over 10 years ago
Some wording and style fixen for #385.

I'm going to regret editing this in the web UI and not sending a PR, aren't I...

4fb351cd27cc5ce7b55ed961eee695743c95f9c6 authored over 10 years ago