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 pull request #566 from ml31415/header_rework2

Further tests for HTTPHeaderDict, better python2.7 raw httplib header import.

9dafd9b96b74c3a33c4bce88a53ed5a3d0518073 authored almost 10 years ago
Comment added

20a22d1468bd9e5dd15d4624bb7412da3bdfb59e authored almost 10 years ago
Added full support for python2.7 multiheaders, borrowed from https://gist.github.com/wtolson/bf7dada12ddda0482d10

Extended test for python2.7 raw header import
Added some header tests borrowed from geventhttpclient

ed15c4ab9d64e280ea38b5be24c61a0ae3dfbe81 authored almost 10 years ago
CHANGES for #563

43b5b2b452e4344374de7d08ececcca495079b8d authored almost 10 years ago
Merge pull request #563 from ml31415/multiheaderfix

Fix multiheader regression #561.

af603b0a77b1a0effc454a9c06d78a90a95104d0 authored almost 10 years ago
Add test for not well known multiheader

e9c1469270ce61226d390dfa3d07f76de3ecaa33 authored almost 10 years ago
Inheritance check modified on init

c4963704e4b46b6d0acf86f27b531e185e01c9cd authored almost 10 years ago
Tests and fix for #564

1affd18073b28b307fa06d25bd8fd544b96557b6 authored almost 10 years ago
Fix #561

94e633e3511ea2952890ac230ca0822e2db406f4 authored almost 10 years ago
CHANGES for #558

6f0d66e75ec33b2c809e9d63caa7355741ceeed7 authored almost 10 years ago
CHANGES release merge.

743bb017df9933ab81562783b3e82de8ff73eaa1 authored almost 10 years ago
Merge branch 'master' of github.com:shazow/urllib3

fb5e39af60dc5751f5400e641dc7db956ed06489 authored almost 10 years ago
Merge pull request #558 from Lukasa/warnings

Emit warnings when SSLContext isn't available.

c52780cade03bea04ad176c6c8be1c8d095d0619 authored almost 10 years ago
Remove wrapper field.

b07cf29b5181dde1d3574be9f2892e46049cce8e authored almost 10 years ago
Rename new warning to InsecurePlatformWarning.

df09aec17822bf11a8d9dab0cc40758cacae1c2c authored almost 10 years ago
Some test platforms raise warnings.

6ac8d2ce303b649d3742ba2f567975d9cf58d2a2 authored almost 10 years ago
Clean up documents for config warning.

dc61efb2f75e9a59ec6134f5fe688ba87b676c5b authored almost 10 years ago
Move warning to wrap_socket method.

f144f5f81b79d93e5c0f338bf9e501d630a049d6 authored almost 10 years ago
Emit warnings when SSLContext isn't available.

efa5af8cb5ab6438026a269b04f7b21c079cfc64 authored almost 10 years ago
Merging new release version: 1.10.2

e84a91e466ed7d9b4d1bd2f8dbc773a06f7fc6ad authored almost 10 years ago
v1.10.2

1b7fd9b5dd308ffcbf30a63485116e87580ac885 authored almost 10 years ago
minor typo correction

055cc44c076f29cf9e0cee8da6641bc0cebf1ec8 authored almost 10 years ago
CHANGES for #553

29aa09bde9c42cc9a8d79aac47ee3d362b438cca authored almost 10 years ago
Merge pull request #553 from wtolson/master

Failure to raise max retry error in pool manager.

e54d1b96d9d627bdd48e73ca6f507303f2223516 authored almost 10 years ago
Fix failure to raise max retry error in pool manager.

cd2dfda66306145f0a4809eed1b871a6bb8d255d authored almost 10 years ago
Add test to demonstrate failure to raise max retry error in pool manager.

1468b5182c4a15e32c746d965f9d038bcc8a1f3f authored almost 10 years ago
CHANGES for #544

d3dace74f4d067f48c12b445b6e3402c9fadca35 authored about 10 years ago
Merge pull request #544 from ml31415/header_rework

Faster headers implementation.

4d4fb55e76ff3893206bf036ff462c1e39782fa3 authored about 10 years ago
Merge pull request #552 from alex/patch-1

Added myself to CONTRIBUTORS.txt

c8e7ea50f50df91509b554c8e41029547b0151ee authored about 10 years ago
CHANGES for #551

c6d4aa7d59f5f39103d8fde46ff421018d2ec671 authored about 10 years ago
Added myself to CONTRIBUTORS.txt

f161492de3b08fbf674c9c5caf282438ce440bc4 authored about 10 years ago
Merge pull request #551 from alex/patch-1

Drop RC4 from the cipher list.

a8702be21b412180e55fa25a0a7a543ad07f965a authored about 10 years ago
Drop RC4 from the cipher list

In addition to having many security concerns, it is a violation of RFC 7465 to include RC4 ciphe...

42955b14ef3d700dab42a165dc168e150b92c183 authored about 10 years ago
Merge branch 'master' into header_rework

c1bb27c16c066bc3dc367ea72103ebf5edb7ccdb authored about 10 years ago
CHANGES for #548

f6a652a9d1728c7d9ce63494baac88f421eed744 authored about 10 years ago
Merge branch 'master' of github.com:shazow/urllib3

e2203c59c114eb3d2aef4a6e9115c41dced196b9 authored about 10 years ago
Merge pull request #549 from ianpreston/fdleak2

Fix file descriptor leak due to stack frame reference.

78bf482e698e889a3b3bb4bea27c024c09ce40cc authored about 10 years ago
Remove local reference to socket object in util.connection.create_connection on exception

Fixes #548

a6671b7ed16a395747c6d1cefc357b29b90903b9 authored about 10 years ago
Fix circular stack frame reference in HTTPConnectionPool.urlopen()

431e80619efb73201f483467a68ee0c8a215e5d3 authored about 10 years ago
One more ...

971f5907fca62a2a19597dc1b1237e56423e32f7 authored about 10 years ago
Further python2.6 unittest gotcha fixed

a54ac68fc1d73daff4315d78e699bff5fbf6db87 authored about 10 years ago
Forgot one line, grmbl

fc8627b016aa939bd4ccc2cb7b28e8920cd8576b authored about 10 years ago
Fixing py2.6; renaming of import

a5e6206018d5b77bfef75df3de7dd9952b56cddd authored about 10 years ago
.items() returns now list including duplicates identical to PY3 behaviour

8e43f8e312f076b180aadadec964a5896570fa1c authored about 10 years ago
.pop() fixed; py2 header parsing fixed

cb6372f68fd86753517d055757105cf73c24bca5 authored about 10 years ago
Merge branch 'header_rework' of github.com:ml31415/urllib3 into header_rework

f82bb6f2db4dd699aba498a81eec3ca381ad2bbf authored about 10 years ago
Checking header name before creating multiheader

7115efdf5306a40b97b81e11fcb849b6f770be20 authored about 10 years ago
from_httplib removed; extend used by default in constructor

49c4727a5241d19dd22a02a25670af5faf5e1306 authored about 10 years ago
Alternative implementation of headers

5e73e72d5eadf24d9464d72c61cfb2fc38a022cc authored about 10 years ago
Ready made header objects not copied within response

1262d123cbff71b090825981803000b347f1699c authored about 10 years ago
self.items() with preserved headers

66a5141095bd9f9db9fbb8581a6fc6e1f612b21a authored about 10 years ago
Fixed non-equal comparison; rename update_add to extend

dc946a044e4a429791cdfa9d59b73e9f901839cc authored about 10 years ago
Testcase for full coverage added

c72e4283446ce7e7dd466eedff61e861763016bb authored about 10 years ago
Fix coverage for py3

ab94c82205544d201e352760a2b18e6e7659de8b authored about 10 years ago
Faster headers implementation

d9640af2dcd79bebd45ef195f6fd392b19edad4e authored about 10 years ago
Python3 fixes

328d12955ebf9db19479a7ae150764dc744bdcc0 authored about 10 years ago
Full test coverage for _collection

b493eeb9d2bbda1b73a551b5d9027285c55c959a authored about 10 years ago
Merging new release version: 1.10.1

85dfc16817df1e3604c238ad5d64f3b229e0598b authored about 10 years ago
Preparing to cut v1.10.1

5a706981c4eb169b04a8ee035bf73f423da285a1 authored about 10 years ago
CHANGES for #533.

490d3a227fadb626cd54a240b9d0922f849914b4 authored about 10 years ago
Merge pull request #534 from TracyWebTech/better-httpheaderdict

Replaced concat/split by actual collection stuff.

5193cdaf7aa881cd2350649bcfdc6f63733d2efe authored about 10 years ago
Checking header name before creating multiheader

f867e96ac671ffd17be50e0d19b34173ab2b8311 authored about 10 years ago
from_httplib removed; extend used by default in constructor

fc5cb8315de1089f629d178a8decd43d2256312c authored about 10 years ago
Fixed non-equal comparison; rename update_add to extend

223f7b93cdbf56ec4c534e2faf6d401bcac0b71a authored about 10 years ago
Changes for #545

b4dd2a8fc0d391abf1245e074690ef14ebead528 authored about 10 years ago
Merge pull request #545 from sornars/context-managers

Allow PoolManager and ConnectionPool to be used as a context manager.

fa00541fe217580fa8f932245538b5848be610e5 authored about 10 years ago
Minor edits to docs.

0a6502df40ff0257cbacca872d2588800753f047 authored about 10 years ago
Added documentation on context manager usage.

5dec1ab3c7bef0f049c58b67259237f9c6d7a343 authored about 10 years ago
Documented False return value in __exit__ functions.

d04d4ca72374a2df71bf88441509f82df1006f5a authored about 10 years ago
Moved context manager functionality to ConnectionPool.

76277c6310e5f2182027a69dc453873787e42d33 authored about 10 years ago
Added assertion for multicookie test

b90e80bcc641f6243849caca69681932a1f2fc27 authored about 10 years ago
Allow PoolManager and ConnectionPool to be used as a context manager.

Fixes #514

31c892ff368701a77659d1bb2e61ce2fc4fd48cf authored about 10 years ago
Test for header containing comma

4675794191737e793f87e1847151ef796c4284e1 authored about 10 years ago
Testcase for full coverage added

c8c9b9e1944fa3273b5e2409c74ba9de103464d8 authored about 10 years ago
self.items() with preserved headers

5fbedcc760ce7b8465d381f2cd105fdebee9ce5e authored about 10 years ago
Alternative implementation of headers

ed4c80533071913326fde4dad6d5a725256e56d3 authored about 10 years ago
Improved HTTPHeaderDict performance

f3d4488041ecf9ae4028b7f26c540bbd5e0b64c2 authored about 10 years ago
getheaders method is now get_all in PY3

e9c1b98af06743bfe44120553f47c33011ac4edf authored about 10 years ago
Checking header against lower key

389a22b9281bfa71ba05bdacff5df7b6301b4b39 authored about 10 years ago
Fixed pep8 checks

6fb2e42557529b0f0f72a6ad00776924cd6cd6fb authored about 10 years ago
Replaced concat/split by actual collection stuff

bd258fc9d55925827f6ffc4ce17cdc5289fc6c2b authored about 10 years ago
Ready made header objects not copied within response

caf73bdae588766c4a14cdd6f7c32267e137a5ed authored about 10 years ago
Fix coverage for py3

9406a8a1a51b937951bc2f0be88cd9a2efce5231 authored about 10 years ago
Python3 fixes

65376edac611c95daee1dbe754e745fb786e18c5 authored about 10 years ago
Full test coverage for _collection

d0c884c8d70eec7e3680f56d13a147be08bbce22 authored about 10 years ago
Merge pull request #526 from t-8ch/disable_builtin_hostname_verification

always disable the builtin hostname verification.

bc8bfdf51ea113b6728c047840ce9890e9de8d0d authored about 10 years ago
Faster headers implementation

78d5eca38f0b3bf98b6ed2f6361926202dd99b56 authored about 10 years ago
CHANGES for #540

be2d38d72a7971028cc584a4833f49d21d536fd6 authored about 10 years ago
Merge pull request #540 from t-8ch/sha256

add sha256 for fingerprint verification

f450228e4e427fa7230de7c12a855a829e0812ac authored about 10 years ago
add sha256 for fingerprint verification

fixes #539

873f5c1824d67af50e13b15f87aefc4365b4066f authored about 10 years ago
Merge pull request #538 from inglesp/patch-1

Fix misleading comment.

e6f5d881e55e24d69889110de09b24aa50a7cdaf authored about 10 years ago
Fix misleading comment

Refs #537.

62b41950ca43e6f24d96e1e60e44e8e564f9815e authored about 10 years ago
CHANGES for #535

93f9ffaf9935e97fb5867d917e8210b39d56c054 authored about 10 years ago
Merge pull request #535 from bryanhelmig/reference-read-stream-deflate

Decoding Exhausted Stream.

0b6a8e487ca64ef9304aa6c5cab455ebcdf3d7cb authored about 10 years ago
add proxied gzip decompressor that handles empty data chunks

1e7c43fa2422790469546918c277e077db390c66 authored about 10 years ago
CHANGES for #529

926a5e54c51a0bef086f8d02c8e2b1614d4fee57 authored about 10 years ago
Merge pull request #532 from untitaker/close_conn

Close connection after SSL error.

532a4a5257f40265a22fb93778f818f8231116b1 authored about 10 years ago
Close connections properly

Also kill server if the testsuite fails.

089ff9eeeb1b0dcafd2f0d741a910c317d1487a1 authored about 10 years ago
when decompressing (gzip/deflate/etc.), ensure there is data before decompressing

b894fe16b474c976bd92a2dc1a77cd5b6dc7fb2e authored about 10 years ago
add test that demonstrates expected read() behavior differering from stream/deflate

0ff2c5aaca73ea923a8186509a695902d774b4d7 authored about 10 years ago