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

Preparing for v1.2

40bad3b24f4e1c0bfa3d0bf1bdc170fc4f8a6f4e authored almost 13 years ago
Renaming socket test suite.

2cbdef1d1831bba708239f06caa58fe2941392d8 authored almost 13 years ago
ProxyManager tests, coverage at 99%

0e093823c2179362d82b6d00283d8b8d4f83a505 authored almost 13 years ago
py32 fix: Basic auth base64 encode.

7866dc9fbaaee95a4b9df14a666cc16d3f201d3b authored almost 13 years ago
97% test code coverage.

f4089584ae04e6de6e96b4335e73bacfc0247033 authored almost 13 years ago
Coverage configuration.

a215920c16677f04ef0a22d3ae1f746fbac47e6c authored almost 13 years ago
More changes logged.

f8c7143acfd9b311d1eaa0a91cc01ac7fdb98a2a authored almost 13 years ago
Raise SSLError during runtime if no SSL support at runtime, instead of ImportError during install (fixes #41)

074fac227118d8e844dac20e29c5d7ad938c3c96 authored almost 13 years ago
Adding notes about py3

a62860b115325c320c898196fe0d3e66301da908 authored almost 13 years ago
Fixed tests for py32.

46497e05385933a92d30ff700a75898d36bbb363 authored almost 13 years ago
Merge pull request #42 from takluyver/python3-fixes1

python3 test fixes.

f56d639416b18d5abded783d8305f166bc5dfcf8 authored almost 13 years ago
Fix dummyserver str response on Python 2.

c5cefe374fe7e6e5f71f221aa82ae8ecc24e828f authored almost 13 years ago
Fix test_socket_closing on Python 3.

e08f98d5b627a6f4f2dd71e2633b811f1132d348 authored almost 13 years ago
Change dummyserver redirect status to match what tests expect.

c59b09bb494767fe203b354e5cde3ae18c3475b3 authored almost 13 years ago
Fixes for dummyserver upload interface.

f179e0d723db8fc3e0e381dc2dc8af7926058163 authored almost 13 years ago
Merge pull request #40 from takluyver/patch-1

Trove classifiers for Python 2 & 3

55c063718abd2d5241ca8f6a987fac1658880641 authored almost 13 years ago
Add trove classifiers for Python 2 and 3 compatibility.

5713ec3226c8578b3216c358f2322b1aadf1fd44 authored almost 13 years ago
More progress porting tests to py3, brutal.

ee76a8e648999e7c8ada3b28a424573ba341b19b authored almost 13 years ago
Progress on porting tests and dummyserver to py3

edb4a603685501c67f9be5f5e493004aeaeb3c3c authored almost 13 years ago
Cannot believe I screwed up again.

95efa2d62c9ffa921c46b2336775ec9a15797946 authored almost 13 years ago
Cannot believe I screwed up again.

dea736456f8775ce0fab8195825999a6799c1c72 authored almost 13 years ago
Fix relative imports.

d3152e2248fc312876395ab46ebb387398b1a70f authored almost 13 years ago
Poo, committed a conflict, I need to sleep soon.

ce968f5f9937ec09cc7b84193e4224579c94324c authored almost 13 years ago
Merge.

17178b2755f67422f023acf1c638f68bf6fb57de authored almost 13 years ago
Fallback for platforms without select.poll

5c422c526f79dc9bdde4905b0b2d069ef56f342c authored almost 13 years ago
BytesIO fix.

7bacb2c14acc9e189abbb475695425352dc215da authored almost 13 years ago
basestring compat for py3

2ee303fc39a10470c2e85cc2b881cdabbc88e80c authored almost 13 years ago
No more eventlet.

6b3131cbd560bdf044d49dda8f2a97ff12bd9477 authored almost 13 years ago
Merge pull request #37 from brandon-rhodes/master

Added @brandon-rhodes to CONTRIBUTORS.txt

3be8c6353690fde55714ed995d3b7608c6ac2c01 authored almost 13 years ago
Added myself to CONTRIBUTORS.txt.

e6934f671ad3336ffaee2707210cf49cc3f6a696 authored almost 13 years ago
Py26 support fix.

c064a1086eeae1d6e89734e0a07810dcded61b87 authored almost 13 years ago
Merge branch 'python3' of github.com:shazow/urllib3 into python3

835eb1bfbad701256b80e512eda953cb66b1e3cb authored almost 13 years ago
Py26 support fix.

2bb2424605228f7f09105e92440edb76755c900d authored almost 13 years ago
Merge pull request #36 from takluyver/python3

Added @takluyver to the contributor list for Python 3 support.

52bbb40346f02b24adda93273163252e66e35465 authored almost 13 years ago
Add myself to contributors list

031372a858b5d19b033634e655025dc8be70f399 authored almost 13 years ago
Merging and getting rid of eventlet, wsgiref and other things in dummyserver. Lots of sexy refactoring.

3cc735dac8f3c722ef85d764d64de078ba755758 authored almost 13 years ago
Refactored new poll code from #34 into a helper.

7a85442a3cc5dc96f1a7e3132559624d3bf56ab5 authored almost 13 years ago
Add mimetools_choose_boundary to packages list in setup.py

06d5019254e99b71d526621876f9562b0a807359 authored almost 13 years ago
Move six into .packages

d08a34570170234befc09e674c5a45f0c3782b0d authored almost 13 years ago
Include a copy of mimetools.choose_boundary() from Python 2.7, for Python 3.

3808017c2acf1f865a81765cf2c7f3c2ae276ef8 authored almost 13 years ago
Refactor exceptions to include pool description prefix.

045c179cad2db3edaf802d03a07a5a02e341e145 authored almost 13 years ago
Merge branch 'master' of https://github.com/tokarina/urllib3 into tokarina-master

29e87cb815683d2e586d9cdac4ef7cf9dddceed9 authored almost 13 years ago
Updated docstring, fixed ready_lock race condition.

31313bfc5ebbe03aa4f23313977b167efa1c0475 authored almost 13 years ago
Use tornado for tests on Python 3.

1d1c37c6514f3501fa3733fdb9da642eaf7b7e69 authored almost 13 years ago
Fix tests for content-encoding

376ca8c245771db92025efa661be1ab03b4fe98d authored almost 13 years ago
Pick up redirects correctly in Python 3.

aec491c18a48b99ceb767b1e11efd0a2f4beb652 authored almost 13 years ago
More compatibility changes.

78ba4dfdaf12166c23b29728dd2c71608f2c416e authored almost 13 years ago
Various changes for Python 3 compatibility.

10d1df00995863c7ea91d296e290f8ad068df54d authored almost 13 years ago
Add six for Python 2/3 compatibility.

de61b2b597b243dbae06b4040823c88840459e23 authored almost 13 years ago
Fixes for importing tests.

f22bbc2f21411ab6a75db7599e991c99dceaba2c authored almost 13 years ago
Add tornado option for dummy server.

bc27ddac65d25ce4eab2c2f0ad39113a4c9af4b5 authored almost 13 years ago
MaxRetryError should contain an absolute URL not just a relative url

8ab1ccdfec3a113b968e57debf9e69b5f5df18ca authored almost 13 years ago
Instead of select, we should use poll.

select only goes up to 1024 FDs. So once we have used more than
that, this fails. poll (or epoll...

10b91f95df4d9390d9238a710c8ff9a13ebe8a5e authored almost 13 years ago
Refactor dummyserver so simpleserver actually starts and stops.

ee3c08fa466d44c71fb62a361a2cf5beed1e3ef4 authored almost 13 years ago
Move missing port test out of socket-level suite.

7ade98659602289c2d151ced59667644913a27c0 authored almost 13 years ago
Refactored dummyserver subpackage to support simpler Socket servers.

99cd0a3c68de889af1cbcf82580d24057ab8a29d authored almost 13 years ago
Merge branch 'master' of https://github.com/brandon-rhodes/urllib3 into brandon-rhodes-master

e2d67cac7f0c4523abd50282691b5dd6860f7657 authored almost 13 years ago
Merge.

a0d68fba1431d3cbf18f3ea29314e2027acc2efe authored almost 13 years ago
urllib3 imports on Python 3.

e00e71ab8398331838c67e7d3acd44998f0c63f5 authored about 13 years ago
Moved the code to support test threaded socket servers into its own module.

29f0dbe9a186fe8c71831458e6801290a9574da0 authored about 13 years ago
Simplified the port-comparison logic: removed "is None", and clarified comment.

51191806557b057cf1d9934e3e7d9ec0ef144be9 authored about 13 years ago
Replaced explicit port numbers 80 and 443 with symbols from httplib.

ccacb07ba37678d3f063499edfd365b49215f2db authored about 13 years ago
Decided to make the missing-port test finicky about the response it gets back.

fca618d7599b514df6df3a7270d4bf2d522218ea authored about 13 years ago
Wrote a fix for github issue #28.

9f8ebb3d8d618d5d5ce54769fc8e33284dd1cd17 authored about 13 years ago
Added a failing test case for github issue #28.

6cd6854b4cf6bb09ad7ab84d115f5c942cd25503 authored about 13 years ago
Made it clearer that an "address" is a "host, port" tuple, helping readability.

bb48dcb2d7ee3adecd916be4645ef6d426c756ba authored about 13 years ago
Added a test (that succeeds!) of whether connection pools survive dead sockets.

e0ee3a26bf2528063eeb0695579e265cc66570d7 authored about 13 years ago
Changed HTTPResponse behavior when passing strings

f73882c91614a011ee5caecad687367dfa6ac0fd authored about 13 years ago
Reverted some changes to gitignore

d7a71447c78c4b24a52af2d921c31d3e2cd35010 authored about 13 years ago
Reformatted contributors file.

da27636b7602dcc82ad47a2b18c1d83b9ad721ce authored about 13 years ago
Reformatted contributors file.

45cace6f829fe4c6ab24f3fd3e3459cd3878945b authored about 13 years ago
2011 -> 2012

c5ee732d687aad5760429bcb7e8fd49103998d22 authored about 13 years ago
Formatting.

0e7187ce6100d516803b05cc54db25c5edfd22e5 authored about 13 years ago
Version bump, changelog.

c90d7e578e7b393ecb7b8c93807c989b9bc5aefd authored about 13 years ago
Removing some extraneous logging messages used for debugging. (#10)

e277b1a7d24d17db934658370d65bbfc799eb619 authored about 13 years ago
PoolManager now redirects across hosts. (Fixes #10)

8d9cfcead6905fb29b2aec5dd915f692be1b48a0 authored about 13 years ago
Merge branch 'master' into issue-10

9bfaae4a5d800d0ce18f39af7857df25193cdaa6 authored about 13 years ago
Minor Response.from_httplib refactor.

c49f9b89840315f3db1fac523860edc429adc5ee authored about 13 years ago
Docstring for get_redirect_location.

f9c5b388d5100adbe1551e3614a3828ad9b89dfb authored about 13 years ago
Refactored redirect code slightly.

5311cbcb823bfb1ff8bf710080951b6c9ea36b6f authored about 13 years ago
Merge pull request #27 from gazpachoking/master

respect decode_content argument from urlopen

401e76a63fba139fae9d12ba70175eb0b0e44055 authored about 13 years ago
Make sure decode_content argument is respected when it is set from urlopen instead of from response.read.

98cd00543a62be7ee29992c0ea68ee2e53fbba70 authored about 13 years ago
Merge pull request #25 from mossman/master

Hostname verification for VerifiedHTTPSConnection.

Uses `ssl.match_hostname` vendored in from...

5897066972ad06304070182812362699ff7277cd authored about 13 years ago
remove unnecessary test case due to c+p fail

e945df9e670b6a107a1fd06383b2f37febd0c82a authored about 13 years ago
fix setup.py

1a5368526f4d5ab768344e48ff78c372f73648f9 authored about 13 years ago
test error message fix

c15095cd870deaab43a19247eda442261cd6c8eb authored about 13 years ago
tests for https certificate fails and new test certs

473b9b56b24ed5b6358b11459c5eef16b7cea056 authored about 13 years ago
include ssl_match_hostname in package

a6dfbdae58e9fadc8f4b670bb82bfa34fdfd5ca9 authored about 13 years ago
add verification of certificate hostname

5f974550425989caef7cb8c8b10f4b2a48182555 authored about 13 years ago
Timeout messages more specific to source (re: #23)

d67524ecfd82ceaf107277555ae2ebd5ed0ee944 authored about 13 years ago
Merge pull request #24 from ruudud/issue-23

Use local `timeout` parameter (instead of `self.timeout`) when raising TimeoutError in urlopen. ...

2079c29359589722c02c47b2c38a9f43fa49a20c authored about 13 years ago
Consider locally overridden timeout parameter when raising TimeoutError in urlopen

b0b19ac5fd25a7628413ce89496d70643135a276 authored about 13 years ago
Minor improvement to `HTTPResponse.read` code

778cf0c56b671c081046b0bc848cb4920f2059da authored about 13 years ago
Merge branch 'master' of git://github.com/shazow/urllib3

066b4d1cda4f17078529436b71ca4fd70bffa9a2 authored about 13 years ago
#17: Always set conn.timeout in _make_request

fe45b7eb56d5772565f8debc774f4ae7a0b03d2d authored about 13 years ago
Merge.

70acc3aa6851354809a8725182e301eed0afc7fb authored about 13 years ago
Ensure that a timeout is set before initiating a connection.

This only takes effect on Python >= 2.6

c7abfd43e6c96ccdf27f52fc9001902765b57ddb authored about 13 years ago
Merge branch 'master' of https://github.com/poupas/urllib3

365de510da225953da4d9c42634883fe55612220 authored about 13 years ago
Merge branch 'master' into issue-10

34119d0f61908264d2f00468c71af9e3c0376eb5 authored about 13 years ago
#22: Better docstring describing the quirky release_conn behaviour.

e3a54fdbba5bddf2a7535afe92a6a42b5a8a7537 authored about 13 years ago