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

Refactor _put_conn with implicit state tracking.

13d0d6e09404d567a8883b5eec34e7d7095698f0 authored over 12 years ago
Merge branch 'close-disposed-connections' of https://github.com/slingamn/urllib3 into close-disposed-connections

5ea663d4336245b2d5ca448e0c4a2c65e7e1f36f authored over 12 years ago
apply the try-except fix to _put_conn as well

3e6ff21a98c613772bb347e84f543c8771c58d95 authored over 12 years ago
CHANGES update.

0b3bd3b6089742e20b615d37f0c5beb87fd8ebea authored over 12 years ago
raise ClosedPoolError is self.pool is None.

96bf85e1e893fe41f41457e8ca284659f88d5145 authored over 12 years ago
adding myself to contributors

526ec6762f0729c676bc1aeb39beedbfed920575 authored over 12 years ago
More pool-closing tests, 99% coverage.

9fb930fc3de782624cabfc526822ca14dd64d004 authored over 12 years ago
More tests, PoolManager.close is now PoolManager.clear.

ba162b7a3953b5d6d3259860ce83f61107f036c5 authored over 12 years ago
Clarification and documentation for our new RecentlyUsedContainer.

31f2711272b9858ac3a598ddc880cc66978a3f44 authored over 12 years ago
Cleaning up code.

a046bae9b61e5f086d94e61e9d542497a375de67 authored over 12 years ago
More tests for the new collection.

4b9694e29ee7ea3dab1eedb8ba1c4344c0c9935a authored over 12 years ago
Cleanup new RecentlyUsedContainer.

8fc94d7a0a7a98062f5204743ce293005512ddb0 authored over 12 years ago
Merge branch 'eager_release' of https://github.com/slingamn/urllib3 into slingamn-eager_release

e66742dcf0bf83e9d62f6d34024cf4869fa13fba authored over 12 years ago
Merge pull request #80 from studer/master

add studer to contributors

322a1b8a7ca0c184ca3b75330117f17de8a92cb9 authored over 12 years ago
Updated CHANGES.rst

b2eea8ef266f013bbc63239c07a4617b3fcf726f authored over 12 years ago
Tests for decode error, new DecodeError exception.

112d5d3c46f108af05b21e2a462f0b64cd1cf06c authored over 12 years ago
Manual merge of #86, fixes #76: Pool Depletion/Leaking Connections.

19125c85bda0699cba6a47c00744c6a688b0b2da authored over 12 years ago
Merge pull request #85 from shazow/only-request-uri

New request logic for PoolManager: strips scheme/host from request, better redirect.

611dfa0cdd4b9576042255f8cec0e0fda4e203e8 authored over 12 years ago
Refactor to support eager release of pooled connections

9cd973b41ba1c02dda9dc3058c04cfe115e9c994 authored over 12 years ago
Docs.

92de58417e7a11edc0dcee0002539e9128567de6 authored over 12 years ago
Merge branch 'master' into only-request-uri

00a8478e1dc2e0eb6a125b07685215afb7f1c0c3 authored over 12 years ago
Removed unused codepath.

7c899375cbce1817cdc8a3f10781dff6427d07a5 authored over 12 years ago
Py3 tests pass.

60c8506946ab8c894222130ef2fa2634a4659db0 authored over 12 years ago
py3 tests pass.

6305ab170e99d0e4cf0bde6dd3724d683e925b6d authored over 12 years ago
New request and redirect logic for PoolManager.

* Built-in redirect will switch method to 'GET' if status code is 303. (Issue #11)
* ``urllib3.P...

da66d839a931862d610a0268f4a43909648fb0a2 authored over 12 years ago
Added Url.request_uri property.

2c2049f6020f1aa7a7a38d35edbef206b2f1c1ca authored over 12 years ago
GET if 303.

8a6c1e0f3041bf668bd9bf85f5ba6c22c9e2254d authored over 12 years ago
Changes update.

08aeb36240f4800fb9a36e843acd7d65ed33003b authored over 12 years ago
Merge pull request #83 from shazow/parse_url

Full native URL parsing (including auth, path, query, fragment).

212fd80f476c5e27b68e9c8ee474fffaf3f186f8 authored over 12 years ago
Move stuff around.

aa23d79c49d76824dd1076c21c69f2a5c8956ff9 authored over 12 years ago
Docs.

d1e7327430d2c57a5bbfe0638c4b13e9a07e4d23 authored over 12 years ago
More tests.

209e7889591b5912c7ae6a26f1feb336c176ad96 authored over 12 years ago
Added urllib3.util.parse_url with passing tests.

0c973cada5888e65fb2a26693e08de67038f00e5 authored over 12 years ago
Unit tests for add_stderr_logger

4059daae19a943834a3dd995c277448713483734 authored over 12 years ago
Added urllib3.add_stderr_logger and minor fixes in logging format and docs.

f9ecd6b462cfe2bdfd30d35190d33617eb72b809 authored over 12 years ago
Merge branch 'master' of https://github.com/shazow/urllib3 into release

ac74f715553c62e1f62991e28d5e6d1591296272 authored over 12 years ago
contributor

IPv6 url support and test coverage

36088ba0346087dab0c60ed5e609e6806676d1a3 authored over 12 years ago
Specify tornado==2.1.1 until we figure out why new tornado fails the tests (re #76)

69b75581057e1dfbe6c92407f7097aaa080ed4eb authored over 12 years ago
Ugh merge fail.

1ffd99e57acb3edfd2e04eb62de23e3f0813fe01 authored over 12 years ago
Version bump.

7fecb8f7283f03ee39d8c00f401213b41b7121a2 authored over 12 years ago
Merge branch master into release

b922f870433c629e3e0e90e984d62e3d869d78ea authored over 12 years ago
Version bump.

358c789ee702f62a3d254043cdfdae1fa7cb4115 authored over 12 years ago
Parsing bug fix.

f38d56e419e2eb68b52942b5dfdff19d29bc4052 authored over 12 years ago
Added IPv6 url parsing support with tests, fixed #72

38231edcc32a61faac999363d0f08dabd4f0e3a0 authored over 12 years ago
Moved tests, added util.split_first with tests, fixed #73.

1c22dec48bc57199d71b86476dbed8f027877824 authored over 12 years ago
Oops, forgot to update setup.py.

38fe6f0567e37c0dba824bfda9e17f0284fee017 authored over 12 years ago
Removed usage of mimetools.choose_boundary (fixes #70).

4d477a6ee695ccb64277f49f836f32a2e023cf4e authored over 12 years ago
Added coveragerc-friendly comments.

ce4c03f4bd10d7bdae478b8a8cdc00c27d1e3d88 authored almost 13 years ago
Merge branch 'issue_66' of https://github.com/pkwarren/urllib3 into pkwarren-issue_66

c2139f9a731dda02f15ceac764904831b25a1a2d authored almost 13 years ago
Minor comment styling.

9eb7494504b8fa0eaf54f6233e8b5e554bd75a75 authored almost 13 years ago
Remove unnecessary caching of failures.

1615c5e7335548a978691f08547e14c826d9a655 authored almost 13 years ago
Add support for buffering kwarg in urllib3.

d9c971470a19afb77742e4333b4f84882737a340 authored almost 13 years ago
CHANGES update.

ea448f934f7cf628b6f127abb3e954835ef02e3e authored almost 13 years ago
AppEngine fix.

a17aa2650e6c3748a801cf611b62fd53eb36c74c authored almost 13 years ago
Merge branch 'master' into release

5366c01258e5f0ccd77252a361c2723c2481d4df authored almost 13 years ago
Added note on appengine, gevent, and eventlib.

147d62c98ed8e8aa9196d3c431f21d7abce85db4 authored almost 13 years ago
Merging master into v1.3

bca8c7af84b73594fc6fc2ca30f1f4a69929e5f5 authored almost 13 years ago
Version bump.

968263b87f5b594bd00141383ee4b0048427c496 authored almost 13 years ago
Updated readme.

50e61cc4bd9f7d40ac9cb36074e2e295d68772c7 authored almost 13 years ago
Unicode note on fieldname/filename encode.

c6f4c783f1b51607198abc8e2639b274f4596a6e authored almost 13 years ago
Py3 byte fixen in formencode.

32248ff578ae03e44bf2d5002ce0afeacf382a4c authored almost 13 years ago
Merge pull request #64 from kvonhorn/master

Added url to LocationParseError message

8f4d73ce063ca7758603a150ba99b57c287a0481 authored almost 13 years ago
Added url to LocationParseError message

urllib3/util.py
+ Added the url that couldn't be parsed to LocationParseError message.

de20783d2836e95488d89e5d6a5b3db30d0867df authored almost 13 years ago
Merge pull request #62 from iandanforth/patch-1

Fix Sphinx complaint. Methods named 'request' are very common and cause ...

c4895566b6b2c32450a7b4b0a6b8e471ff3b6c66 authored almost 13 years ago
Fix Sphinx complaint. Methods named 'request' are very common and cause cross-reference warnings.

d84078adc8cdb1a5cfaf6db9e5aa1ec71366f148 authored almost 13 years ago
CHANGES.

c5b7fd787cc3f24c8d10ed10ca0fadc00598491b authored almost 13 years ago
(#61) Make conn.sock optional. Py27 AppEngine seems to work now.

f50101619e43e97ee300474a28386b8bcaa04b37 authored almost 13 years ago
(#61) First step towards AppEngine support: Make select optional.

3177886e08b43e4880848aaa4cb09af5c017617d authored almost 13 years ago
Merge pull request #60 from makuro/master

Fix the IPv4 dummyserver/nosetests issue (issue #59)

2d95e4b12e40be4e99ede029c7b4c95182079c60 authored almost 13 years ago
Merge branch 'master' of github.com:makuro/urllib3

c96a8eabc40e9b2495052d67004ce1a1af9f5f3e authored almost 13 years ago
making dummyserver work with IPv4 by explicitly passing the server host address. Should work fine on IPv6, too. fixes issue #59

6870e0440355971e4bf59fca6ec8e87091f70e64 authored almost 13 years ago
Merge pull request #57 from wolever/patch-1

Fixing bugs in `PoolManager`'s docstring

56ab40d625121138a3a8e62726736b6bb005773d authored almost 13 years ago
Fixing bugs in `PoolManager`'s docstring.

70b1cdff41788805d6481941da4af6533633b589 authored almost 13 years ago
making dummyserver work with IPv4 by explicitly passing the server host address. Should work fine on IPv6, too. fixes #59

cd330f10740c6455e21c8699c1a7763a458141f6 authored almost 13 years ago
More filepost tests.

5b1a8b763187f3d560eb452bfe6b297149945f01 authored almost 13 years ago
Updated changelog.

b077073e9117fadf467a232cec62309ed017050a authored almost 13 years ago
Cleanup.

08e86e5d5043d898ac1de8c4f117f95a22b6d874 authored almost 13 years ago
Merge branch 'master' of https://github.com/joelverhagen/urllib3 into joelverhagen-master

9b5729d325a4b103b66ea5a8b35931347e642985 authored almost 13 years ago
Failing test in py32 for cookies.

d8013cb111644a06eb5cb9bccce174a1a996078d authored almost 13 years ago
Added a clause in HTTPResponse.from_httplib to merge HTTP headers with the same name. This is necessary because of an API change in Python 3's HTTPResponse.

f26ebc19a14809f56b6a615d0e7b5c9ca02870a9 authored almost 13 years ago
Docs and changes update.

a602b64856bade9392124169eb2fbccf5b1eb27a authored almost 13 years ago
py32 support.

35212b7e7632fa8e16aae701d6cbbddb666ded38 authored almost 13 years ago
Support multiple fields with the same name for multipart encoding. (Fixed #48)

d1d5fd1fd1d23cf68035e465ee395f580f6aebbd authored almost 13 years ago
Merge.

90c3ffbbcc422d77d30b7ed9ba3ee9cea3475742 authored almost 13 years ago
Include test-requirements in package (fixed #47).

751880f3a502ba54c04b54cf014482b2893e42b2 authored almost 13 years ago
Oops, forgot to remove test that used a deprecated api.

ccf71ac38112f1a195d90fdc17eded72694b058a authored almost 13 years ago
Refactor helpers into util.py, removed deprecated api calls.

d8ff66d0758f8752b78d415a6200a0242acafb64 authored almost 13 years ago
Merge branch 'release'

66de7555f08b4a8c3fbe685b0fcdf68de48c824c authored almost 13 years ago
Formatting.

d020d2b603ae3d540e3f7cfd521afe8e91fa5950 authored almost 13 years ago
Gonna try keeping a separate release branch with real version numbers.

29d2814c31145b8ee4198d0dd3410a24eb90b0ca authored almost 13 years ago
Version bump

a0cd4effae04788b72bd68fba18137bbdc03edbb authored almost 13 years ago
Change order of inheritence for LocationParseError

586b88aa0f870fa110a70fe0bb95b704d35a2f2e authored almost 13 years ago
raise LocationParseError instead of ValueError. (#39)

247b68b6610dd4e38e35ba3d5ada19a40c706d6b authored almost 13 years ago
Changes for 1.2.1

7853d47093af2a12033d57c302179a2a165c08e7 authored almost 13 years ago
Fix no ssl case again? (#41)

76f05a9297cf389ac798652547119ce5e7caa28b authored almost 13 years ago
Docs/readme update.

b07515b7e99dd09dbcd34f1442556a1150b415ec authored almost 13 years ago
Docs update.

3fb25d4140f6dae52b7578e8a7685610d8ec58d0 authored almost 13 years ago
Readme.

dcea10e576679d6f668194cc4fb7f455979e7b5f authored almost 13 years ago
Adding test-requirements.txt and testing note.

d2837a5a7ea1406b6c79da9fdebeb40a525982c2 authored almost 13 years ago
Merge.

86cf15473413ecf15c513ada57e36ff25ceb9776 authored almost 13 years ago