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 branch 'master' of github.com:shazow/urllib3

3361f35b3ca16c41d1a5983c4ff91e8e39dac155 authored about 13 years ago
Fixing test to not preload content. (#22)

a540a6229aebf8d645b7805bc39ead3cbe306168 authored about 13 years ago
Fixing test to not preload content.

04b88c8f318bbd1890140a7d97544aa82b6f9a69 authored about 13 years ago
More thorough tests.

d5550a9fcf1f1b130064c0c2caa6a99435ad4a8a authored about 13 years ago
Minor spacing fix.

cdf8fc0435f94be81eb0a08865732232e4f25b06 authored about 13 years ago
Merge pull request #21 from piotr-dobrogost/master

Uniform naming of http pool in test_connectionpool test module.

8e5a1abdd468b5dbf9d47674cdb0ea7be7b1a637 authored about 13 years ago
new test; test_release_conn_parameter (#22)

a5efcb7d376655ac39a4ab139dbde567167ee0aa authored about 13 years ago
uniform naming (_pool, pool, http_pool) -> pool

f05a8064505582ed8c1cb74398806df56d31b0bb authored about 13 years ago
Merge remote-tracking branch 'shazow/master'

e65cd0ef04e901117799c68e72c3512b8e7be2a4 authored about 13 years ago
Cleaned out redundant code and added more code coverage

c45f8476f713b123d4e6d3ea3f59da2537be1cf8 authored about 13 years ago
The people, they must know...

3e49868ce4f8a236829e3272698fafa8c67cf7bd authored about 13 years ago
Added coverage module to help improve tests

7e9c872eaf98074dce81f4459bdc0c2d5f3501a8 authored about 13 years ago
Improved ignores in git

8f8e191b9b556951dea2306b62f072d8a5e0be72 authored about 13 years ago
Fixed a case for _fp.read(amt) when an fp doesn't accept None

2520594b288083257514f3efed3562cc43820c24 authored about 13 years ago
Issue #10: Failing test demonstrating broken cross-host redirect in PoolManager.

f57ecdb6cb2c8d4d94e62e3b38c40916d6539b27 authored about 13 years ago
Less relative imports.

207087a62c1070b2a50ce3d54f9e0c20573f08ad authored about 13 years ago
Fixed Issue 12 with tests: get_host handles '@' almost-properly now.

e5c2c193a0a93f97202ad76749231723f8d60156 authored about 13 years ago
Handle case when eventlet is not available (flakey)

933bc51cebabec6638de3287d922f4afa8b1d72e authored about 13 years ago
Ensure that a timeout is set before initiating a connection.

This only takes effect on Python >= 2.6

67bd9f35db58121f425d055ebc7bf619991504c9 authored about 13 years ago
Spacing.

10fbb24256d606a363439b74a3953189e1a49da2 authored about 13 years ago
Cleanup of unused imports.

5d19e19d2e68df014cc0a03377e178b65a81df1b authored about 13 years ago
nosetests working.

d1929d52918d6af26663a472695179bedad03800 authored about 13 years ago
Merge pull request #15 from piotr-dobrogost/master

Small improvements to tests. Removed use of sys.path.append()

4382d752d13e67c5794ddd54b1d7bef93b7ac450 authored about 13 years ago
Warn if run without -m option.

391f0e389fae5b3d0333f6f2b58ba64618e7368a authored about 13 years ago
Use portable null device.

5c1013750a8497d593ef620b07564986b2d3a89a authored about 13 years ago
Stop sys.path manipulation.

a800c298237a184534ad1fbfa237b5feec77f8bd authored about 13 years ago
Fix connection pooling behavior when maxsize > 1

The connection pool's underlying Queue.Queue (a FIFO queue) is prefilled
with None objects; ther...

5de8335ab9afa0d0516dffb329ad9fe0793a5911 authored about 13 years ago
Merge branch 'master' of github.com:shazow/urllib3

74163c2dcf1a21e23e4767b316bef418f7c0e711 authored about 13 years ago
Minor tweak for gethost

30a4f61d11d4d68e3c6b4effb0ef02eace41c4f1 authored about 13 years ago
Removing collections.MutableMapping dependency, simplified code in the process.

RecentlyUsedContainer now inherits directly from dict.

5917b45401979ec12b636c99fb1bc9542453b17f authored about 13 years ago
Slightly more defensive code for thread safety (issue #7).

fffd5b60a1b3dde980766a20382369e8ae7a4f19 authored about 13 years ago
Version bump and CHANGES update.

26c611aeb966baafd8af059fe63b6af351515f3f authored about 13 years ago
<Py26 support and more dict-like behaviour for RecentlyUsedContainer (with tests).

4a6869050824159359f6445830965eb5eef303c1 authored about 13 years ago
Added some locking to RecentlyUsedContainer

Almost all use of access_log is now synchronized with a lock.

Solves at least the worst thread ...

63b29d3945ffd0f3059eaf4518146744d7b57e8a authored about 13 years ago
ProxyManager now inherits from RequestMethods.

0ab2849eac76fd1ba24a69c95c55f1b72caf42ff authored about 13 years ago
RTD link for pypi

f372a149c611b52ecffce946243d738a1c98c565 authored about 13 years ago
Updated testing section.

bb81b48988123e56c638658cb29abfe40ae367a0 authored over 13 years ago
Embedded dummy_server works with HTTPS. Fixed skipped test.

d56d1795ec20ce75d50f0fe89eed415d64266fde authored over 13 years ago
Merge.

66f49eafe1174f701b3428366a574b65d32f5e00 authored over 13 years ago
Added Changes log entry for typo fix earlier.

bb42219a3a2fd649a46e0c636a4dc41a72992b77 authored over 13 years ago
Adding an HTTPS test, finally.

1a154eb9fc4216968f634368cc2ff9873265b1d5 authored over 13 years ago
Updating tests to use .request instead of deprecated methods.

7dd338b56d3d2880956ee53277826ca8ea7d11ed authored over 13 years ago
Merge pull request #6 from pyos/patch-1

Fix a typo in VerifiedHTTPSConnection.

230f1b6d2d74226b7645a440fbc288bf171f0ab4 authored over 13 years ago
Fix a typo in VerifiedHTTPSConnection.

4464234bb7cd1bcadeb281589be4693fb75d01f6 authored over 13 years ago
Version bump to 1.0.1

9f6e2eaae4b8ef84b6d3dddf55197c4d17946ca1 authored over 13 years ago
Added test which fails when double release bug exists.

231b75492c85692ec307fb9606dbaabff0a80754 authored over 13 years ago
Bug fix: Connection was double-released when preload_content=True.

9f7306fed618577ca89d0d355e8f51027aaeb54d authored over 13 years ago
Updated benchmark link in readme

04c6c18b6630386334fb010079a3ae3cdc59eea2 authored over 13 years ago
Fixed MANIFEST.in, damn publish panic.

1d98d36e52fa29dfefc8655dabea7a600b88ece6 authored over 13 years ago
Adding MANIFEST.in

49bc6a45a132a6a7b8f4c9907dbe74513b047b58 authored over 13 years ago
Trying to fix setup.py

58ed53a561a512f3f379d37ef8c6e891e3aeea86 authored over 13 years ago
Rephrased changes.

79a6500029be3530c907dfbd4bf3d8d5447bb977 authored over 13 years ago
Added full CHANGES history.

fdc68738121fc495fd2a4052ea44f7977cb1d341 authored over 13 years ago
Updated contributing instructions.

054f055564bf9f38e5d2e108f87bcd3c0f38bc83 authored over 13 years ago
Reordered toctree.

da730104fb1ed6d94d2ac2ba4d5582a2a0f6d925 authored over 13 years ago
More Sphinx markup.

0f3e913742f6f8f930b9b5cc8f637b205f8823b6 authored over 13 years ago
Moar docs.

5914576a40f1df3bd5cf9d08c62f1d3f3889394e authored over 13 years ago
Added docstring for filepost.encode_multipart_formdata

4bc5781c050c2cbf081d8ea39dd97b68db4b1f8e authored over 13 years ago
Adding Requests as the endorsed alternative.

c70cd5ed96a3cf3e5e9c54b0f72437c788c8004f authored over 13 years ago
Adding Requests as the endorsed alternative.

42a02f0b2ce727d78cdf1a84ebc17d1b2a9e15c1 authored over 13 years ago
Doc version.

31d0cc48372fc255d6ee15260cff9cc080013db6 authored over 13 years ago
Updated docs to not use deprecated methods.

d6adf154bca90f14e9136236417c2fa99b1c6b4f authored over 13 years ago
Messing with tests and readme.

a464c783a12f40143166a27d67f590b96450a88e authored over 13 years ago
Ninja-cut the new *_url helpers that aren't for backwards compat.

Let's move everyone over to using pool.request() instead.

053b4907642748c80eb8d322bb2d9df07a119e97 authored over 13 years ago
Prepping for 1.0 release.

Added CHANGES.rst, bumped version.

b83e69b10db947e3ecb8eb0cccd5da2f3e0ca502 authored over 13 years ago
Sanity safe. It is a thing now.

899908c5b1d5a185270c97e1c605dd3d8c94796c authored over 13 years ago
Highlights and installation docs.

1803626eb516c3939dc9eb7225dbc402ccf2cb65 authored over 13 years ago
Merged.

17c82473731c7d2d95a8e6671fd90641dcdf3ec8 authored over 13 years ago
Sphinx docs sys.path config fix.

df8ac19078217d4583d0d903282ac1f6c5f5c7bf authored over 13 years ago
Importing Sphinx docs.

c9a886beab37922e9f2edc877d2f82468e051d42 authored over 13 years ago
More sphinx docstring corrections and additions.

f1c896457d7cb94d81978f611f0984113b49b265 authored over 13 years ago
More sphinx docs and minor fixes.

022cbe30f4a772ecd398b07db4a2f6f5ec2af085 authored over 13 years ago
More docs and examples inline.

2379c4b6a0066eea17b8d2ef31544373ef082a78 authored over 13 years ago
Converted docstrings to sphinx format, added more docs, minor fixes.

d7f52e573fee695281b4fb39980f503d3c471a86 authored over 13 years ago
Added RequestMethods mixin for *_url convenience functions.

a53c7a48446aae015593bc9d69f04fac26669239 authored over 13 years ago
First attempt at a ProxyManager object. (Untested)

8a8fb03664201e872aba7b28b32788bde0c6ad22 authored over 13 years ago
Properly silence the logger by default, using NullHandler.

For discussion, see:
http://code.google.com/p/urllib3/source/detail?r=05889a06729bf42bdb53d5a3a5...

93b3472d9c471538b0837b0fd2cb962ce2901e3c authored over 13 years ago
Set default logging level to ERROR, to avoid excessive "No handlers could be found" messages.

198f6b0e0a98d0f5ef34d1aec44d5e9704d2cae9 authored over 13 years ago
Merge.

cbc2982b7ed07bce953a706c9b1b9c5a349ae832 authored over 13 years ago
VerifiedHTTPSConnection constructor was broken because it didnt take any arguments/parameters. Got rid of it.

f08f1cde31b1071f15e69196255fdf908e365c51 authored over 13 years ago
Merge pull request #1 from kennethreitz/master

PoolManager had the wrong HTTPS port; pass kwargs to HTTPSConnection; added contributor.

9e2fd567eed35b66fad47b37016dc3e894d1bfe4 authored over 13 years ago
Pass kwargs through to HTTPSConnection.

1a8d8e54cf470001708a4ca1d7783677deb3a38e authored over 13 years ago
HTTPS is 443, not 433.

980c02d54c3df1ac7711b932f2c93706a7767c36 authored over 13 years ago
Added Kenneth Reitz to contribs

5b3503a0c17a4c301601f02b2f580e4afb5bb789 authored over 13 years ago
Embedded DummyServer in tests is a functional disaster.

2c24b69973903bbc8e136bfecf623813d068a140 authored over 13 years ago
Progress trying to get dummy_server to run async.

295861fc725ea7725478b89d80f3d696f068f495 authored over 13 years ago
Tests: Note about skip.

5465dcf4d2b4a29926f533649b98a958cb5204b9 authored over 13 years ago
Tests: Giving up on keep-alive remote close tests.

6d44e99c2052c7beaacbe287ba7047bdf49994a6 authored over 13 years ago
Tests: No reason why we can't re-use the same pool for announcing to the

dummy_server.

b6e4abd29d036f041a5136ed906eeb48fa2434d8 authored over 13 years ago
Doesn't seem like this test does anything that the keepalive test

doesn't do.

2bffa3abb277d8693df1e42c1f6804922a4763c5 authored over 13 years ago
Merge branch 'master' of github.com:shazow/urllib3

f09e0be91761fee33a9e92eea1d6a08c912fc777 authored over 13 years ago
Style.

a928690f1b96adaf126e689fef894c486fe29165 authored over 13 years ago
All passing tests.

c5006a42d93812c2d2ef3d878df69cdc3059e04c authored over 13 years ago
Moving things around, skip stalling test.

0086eeea15d530ee5629983462ce3f23bf6cdba4 authored over 13 years ago
Functional tests with gunicorn, one test still stalling.

e0b0a85ba014b0186d8702cd492afa26c593582c authored over 13 years ago
Fixed issue 34: ConnectionPool._get_conn() raised SocketError, moved into the

try-except block.

6fb9e1ca41511e3f8b803cb0a8bbb59769518c52 authored over 13 years ago
Adding license headers to files.

269d030fc2adef2ace5b1fa08fc40f1664084994 authored over 13 years ago
Add tests, fixed bug where failed response would not release conn.

d5065644d0faf0e0b2982e4d3fbf2c174795a516 authored over 13 years ago
Fix double-close.

54ea675c6651631d0ac4a66aca2e62aae8a20910 authored over 13 years ago
Skip bad dummy_server test

0521d8024d3698b21cb84b8917fe7a19ac525c27 authored over 13 years ago