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

ConnectionPool: Per-request timeout.

9194d65fe320927e2965524e67930ad2cb015e0d authored over 13 years ago
PoolManager.connection_by_host

509b6ebbe5b79124a59f079ebce683366aa0ae7d authored over 13 years ago
Response: Prevent releasing the same connection twice.

4f2de3b97fc76170c243a59f59773b111d74f54a authored over 13 years ago
Adding release_conn=None flag to urlopen

ec43907260ab7a75a66415814949cf6855e82cb6 authored over 13 years ago
Merge issue 33.

d74dd0fe44e5b25180a44229c9c32a6a7f1a58c8 authored over 13 years ago
Closing issue 33.

--HG--
branch : issue-33
extra : close : 1

df21402ba6cdd74c492828e253d772e2859be8fb authored over 13 years ago
Fixed issue 33 (again): Put the connection back *before* retrying.

--HG--
branch : issue-33

ea4a5795b02a25cbba2752cb3ce8c312b0cf1d1d authored over 13 years ago
Making dummy_server mostly compatible with gunicorn. Keepalive fails, though.

cd67bdc2bac9dffcde7fd296f7fb1dc1c6fa3e64 authored over 13 years ago
Skip evil test.

3edd2d845f479f1bfb04344ff55e70acd11a41ac authored over 13 years ago
Merge.

0c560db828162eab45ce5e0e1810733b9e4a7bd8 authored over 13 years ago
Merging Issue 33

36caa161d9fdcb95df4292aadcc7cec0f037bebd authored over 13 years ago
Issue closed.

--HG--
branch : issue-33
extra : close : 1

28e01b2de9c28c3e74c763d55bd16aabfd4c1ad4 authored over 13 years ago
Fixed issue 33: Recycle connections on exception.

--HG--
branch : issue-33

2cb37d9172f020da2da59be0f69d383a9b51a56c authored over 13 years ago
A crack at letting the Response handle releasing the connection back to

the pool.

caf123994afcd120f5f01bf340f13d045a658c66 authored over 13 years ago
Factored out pool._make_request, added more tests, added EmptyPoolError.

1689afe41fb9d39bd175a8b8209a9f5fc2b0b321 authored over 13 years ago
Added boundary param to multipart encoding, still messing with test_lazy_load_twice, now failing by hanging.

72565c8c53460e8bdf385d8d363c2c8d8b261101 authored over 13 years ago
Failing test.

3f00804843842017bcba71afd20b768765a9b376 authored over 13 years ago
More finegrained testing of partial response loading.

f35cf5d714b5e0ec738daa8dab7cede5f87b5752 authored over 13 years ago
Couple more tests, changed efault cache behaviour for Response.read()

37f8ca240e8f5dcba015afbdce0a0129bdbe6847 authored over 13 years ago
Modernizing setup.py

bad03705c84ffd06ff7663c8890ebb9d5dac9241 authored over 13 years ago
RecentlyUsedContainer: Removed outdated comment.

174652f755c15056a74643aac8a3cbd4f68fbc0b authored over 13 years ago
Refactoring: Moved RecentlyUsedContainer out to its own submodule.

20b85f537e98dfaa4f199ee308e32eca92d6a594 authored over 13 years ago
HTTPResponse: Renamed s/body/content/ and added decode_deflate test

6ea85ca539bfe9033ae4ec06799eb87e30cebe90 authored over 13 years ago
Refactored out response.py and exceptions.py

response.HTTPResponse now supports optional preloading of the body, and
the decode functions are ...

d0fde3672e4a4093f7587858dccfc298eb66e46c authored over 13 years ago
More thorough access testing.

1caa22d80364b0702de1aad0a04848c6065d8028 authored over 13 years ago
PoolManager: Improved invalidated pruning performance by something like 75% with a one-liner comprehension. Kind of embarassing.

078b7d554e8f125d3409df220edf4d34311f3ab7 authored over 13 years ago
PoolManager: Replaced heapq with deque.

c99c0866ebe25d51f6723f1283271ba72ac0fbab authored over 13 years ago
PoolManager: More refactoring.

31806049560132e2f202ae2c4420a76927eeba3d authored over 13 years ago
PoolManager: Comments.

3850aa9cd66e1dad679c21872a80b6362669be3e authored over 13 years ago
PoolManager: More thorough testing, mild refactoring and cleanup.

ddf753456fd58194d98f5d91df7072d67a65648f authored over 13 years ago
Removed unused import

05d86219dc480cdffdef2bb8b0773423207e1893 authored over 13 years ago
PoolManager is functional with mostly complete tests. Fixed a bug in HTTPSConnectionPool.

eb42c6244581406ae8f772c478b8d244eaee1b60 authored over 13 years ago
poolmanager: Fixes of various silly errors, added unit test that reveals a known bug (currently failing).

a2bc32f6c521d6637e72c1757bddf6def662bf1f authored over 13 years ago
Adding first crack at a PoolManager, completely untested.

8bcc2fe2ba8e1c38713902a5e86aaf552e7e55ef authored over 13 years ago
README formatting: Lists.

f49552d045f2ecb5dadf4d3d117f785b448d186a authored over 13 years ago
README formatting: Lists.

67557cc155ee83e62abd48a5ce49ef3fe37d1317 authored over 13 years ago
Removed egg-info, updated hgignore.

edda19854cd7f0b95cd9efc4d5865b295d83ac3b authored over 13 years ago
Fixed README formatting: Code indent.

9cb29c9c2dc3f457491d201b31aa941983c9ed11 authored over 13 years ago
Symlink README to proper format parsing.

fe0d137bc6cd214a93a1429a8dc33edabae83871 authored over 13 years ago
Minor comment fixes.

ad2b77ae39b0985262c822cac71bfc0a6e192944 authored over 13 years ago
log level of detection of dropped connection changed from warning to info

7b6e3e3305a9132237f9152291ec25a7d6eaf06b authored over 13 years ago
dummy server uses logging module

6e739048248a810cde7ee1edcd4adcf1cfa53ce8 authored over 13 years ago
dummy server shows tests' ids

0f25a3767259a3709a5135bf1d25183c9b929386 authored over 13 years ago
PyLint compliance

f6d858be403afde0593749befe2288fa324aa069 authored over 13 years ago
fixed test_get_connection() test case

c53bdc0338d8c3251c19d4934e5a7834d26113ee authored over 13 years ago
Create tests' fixtures in the setUp() method instead of inside a constructor.

Added missing assert in test_urlopen_put() test case.
The plurals assertEquals() and assertNotEqu...

56a4b2b03deb3a8100da23d0f2aa968bf6ece78b authored over 13 years ago
Added tag 0.4.1 for changeset 38339cf1816e

928c16e2cbc8518250808ff50c556049b5d252cf authored over 13 years ago
Resolved conflict, rearranged imports.

da51a324362069a5d557530a9d5d79a10826c94a authored over 13 years ago
Contributors update.

d393c498da3037e772475288efa41087a9027ee8 authored over 13 years ago
Merge.

7882ad4c598f52d62f9871bc0fb3eb21e4510f71 authored over 13 years ago
Added p.dobrogost to contributors list.

d500272293eb9a837ab6bd37c1a0f2601c50163c authored over 13 years ago
Shortened test_get_connection apache test by 5, added TODO.

ec30e58d1ee36b04b4356120f5f078b59319d270 authored over 13 years ago
fixed benchmark.py - HTTPConnectionPool no longer has from_url() method

ed8fb536172ea09e11bcdc101951651f58a67598 authored over 13 years ago
PEP8 compliance

fb9c8a7ea614a19943719cf6bc2ecda233b1de17 authored over 13 years ago
Fixed issue #30: fail catching ssl.SSLError, when there's no ssl module.

9b762bf784dd3ed7feac60f12fc8d9a32e3f55a2 authored over 13 years ago
test dir is now a module.

1b4317fb7f76b521cd204b8bf66d1e0403b841cd authored over 13 years ago
Issue 29: deflate support not working properly

15ec04cc6664879d3845a3d255ea45066d05fe50 authored over 13 years ago
Looks like I got a bad merge with patchqueues, fixing.

553e913e5585e582d0e6f2c73f1dab8359df6c37 authored over 13 years ago
Issue 6: Doesn't properly recycle closed HTTPConnections

f20bcda43b0eda47dac1c7978a503f02773eb161 authored over 13 years ago
Adding testing instructions.

d2b25277cf8a1ee7ccb9d02d5d592c223bd6a74b authored over 13 years ago
[mq]: post_url_encode_multipart

89ca904fc4e3125723c4574f430a93a893b6c78f authored over 13 years ago
Unicode bug fix.

497b82c85fc497aa065ab594526755b402c12d98 authored almost 14 years ago
Oops, unicode character snuck in. Fixed.

2975d6e2e1c7a5ea56f404b541f94506e9a19eeb authored almost 14 years ago
Adding 'strict' keyword to HTTPConnectionPool to be more similar to httplib.HTTPConnection (partly issue #14)

This changes the order of args in the constructor, so I'm leaving it until the next major revisio...

063bfee56debed64a85e161a726cf2fd879a8620 authored almost 14 years ago
Version bump: 0.5

bf19d9cc08085fa1437ae35be264ae28a281d643 authored almost 14 years ago
Added tag 0.4 for changeset db5e569cf68c

376b1d793433e5c6d5bb664ead77cdd6f8ac35ec authored almost 14 years ago
Fixed issue #13: Propagate assert_same_host attribute in case of retries and redirects (Thanks for the patch!)

25bd17933f213ea5466cea7885d4a21bcfbdc828 authored almost 14 years ago
Better unicode support for filepost using StringIO buffers (by niphlod).

Fixed headers update bug.
Added unicode upload unit test, still failing for unicode filenames.

9796a765ceab81aa15b4ad3c61e70e4f71748cf9 authored about 14 years ago
Minor fixes from niphlod

049300806a8023f6e5eeb12ac3256d0e5359062e authored over 14 years ago
Updated contributors.

Replaced method defaults from {} to None, to reduce possibility of mutability bugs.
Added global ...

4963f6dd0cd2f0b03e268b15e7d0fe2f7801fbdd authored over 14 years ago
merge.

6d1c63d2caeb0e4795e25a1060708f1fe2b285f5 authored over 14 years ago
Adding contrib submodule including ntlmpool patch.

--HG--
branch : ssl_and_compression

3fe20d9bb19af848651dfe7d7666d7273b31b54b authored over 14 years ago
Adding list of contributors.

--HG--
branch : ssl_and_compression

891af4f7b3c96ce54fd94635b735382a8ce371cb authored over 14 years ago
Added docs for assert_same_host, also added extra helpers for make_headers including keep_alive, basic_auth.

--HG--
branch : ssl_and_compression

8046b6ed0e9c29d38be4f1eea42818e99fcb704c authored over 14 years ago
Added client-side verified SSL and gzip/deflate response decompression patch from niphlod, with refactoring and tests by me.

--HG--
branch : ssl_and_compression

fd934ae60c2129be2f7b76159a2f21d871f75b7c authored over 14 years ago
Removed unused import, thanks to CollinMAnderson for finding it.

c039803b439a7bbe542a955508b524c33f4a98cd authored over 14 years ago
Updated tags.

b33288f7c40935e5534081660a42e7d476223095 authored over 14 years ago
Added tag 0.3.1 for changeset b90dbbc39fd0

b99f98a3a90b6d3a2d5a8413f0c12f49d647fec0 authored over 14 years ago
setup.py metadata updates.

f330cd2df28f326d7b97d09f917f16c3ee30ab0f authored over 14 years ago
Moved tag.

4b2553a040cba4e0e317f225303e91c94d0a93ee authored over 14 years ago
Added tag 0.3.1 for changeset b0aa668ca0aa

e97510b20da3204df13dafb1b9d1b6713ec6d4f6 authored over 14 years ago
Typo fix.

7ea41a486c2de70d6cd99c9aeccf3c8633b95c25 authored over 14 years ago
Added tag 0.3.1 for changeset c4d52236fa06

ecf59daa740dc455f8f21f7402137afc1af7c57a authored over 14 years ago
Version bump.

8b24837f649652bd8746b3c8fd1b874d8b52aa15 authored over 14 years ago
Updated README, setup metadata.

d8e7cb8fc18741ed9044792a153f604dea1fc8df authored over 14 years ago
Made assert_same_host optional.

a0e69df37d10f75d9d76c9502e93e27aa749fb70 authored over 14 years ago
Adding metadata to module.

fccbeb6cc0b104425fa0b7b541cfe5879a8afe4f authored over 14 years ago
Added tag 0.3 for changeset c72fc50cfc59

250cc9664ba7016cbc8d24be6e0a29827e7f01ed authored over 14 years ago
Bug fix (Issue #8): Had a LF+CR instead of CR+LF, fixed (Thanks to manifesto.za for the bug report)

d4caff242edfe325aae3497b7a37895e38ff659f authored over 14 years ago
Ignore dist

3fcc5bac46bb901b8644e96d8566906e9313352c authored about 15 years ago
Updated README and version bump

7ca0e5330ec653da99b1593b058efc7cc31f0af4 authored about 15 years ago
Refactored HTTPS code, added unit tests

eea79db91bb20ec465bd176f6c726304155db2f5 authored about 15 years ago
Cleaned up the previous patch

c77409c337c5a0e1d0bc7b0e21f2c135a29ec643 authored about 15 years ago
Applied victor.vde's patch

36cd7c976da2b0ef8c5ab3f954c68d87b2e2d0b3 authored about 15 years ago
Adding ignore file

41eb2ec285032f706d4f4a606079d6854411b116 authored about 15 years ago
Initial import of source.

c73bf7c7ba0051cd3e52f2d4760322f62800a736 authored about 15 years ago