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

E251 Unexpected spaces around keyword parameter equals

5837b100fa5be5384fc427f0a99ec1c1c6ebb852 authored about 8 years ago
E228 Missing whitespace around `%` operator

1bd64660f9ea3b6c51df7f94bec63c43939e9099 authored about 8 years ago
F841 Local variable assigned to but never used.

9de5296b71ecddbdcb74d6c91ab030f85df705d4 authored about 8 years ago
E502 Backslash is redundant between brackets

b239ce2dffe6f6b9fe775d8aa3bfdb64d841473a authored about 8 years ago
E265 Block comment should start with `# `.

c1c91fcb4726e345dffe434ec7db118869c34edc authored about 8 years ago
F811 Redefinition of unused entity

500b38cb5d7a82a7aab81af862be13b9305f4e71 authored about 8 years ago
W293 Blank line contains whitespace

e669a891357cbee256fb4135aae80a0306ed83df authored about 8 years ago
E402 Module level import not at top of file

b86e58ad8df334c120111c912b6fa8ccf90e303c authored about 8 years ago
E305 Expected 2 blank lines after class/func, found 1

90aed1f9cb1be325160511ec3c82b141c4464c93 authored about 8 years ago
E302 Expected 2 blank lines, found 1

7f1787e3c9a38864d19ed909262533f92e75c217 authored about 8 years ago
F401 Entity imported but unused

68fc4670951d5eb2721931d00743aa860d7744bb authored about 8 years ago
E111 Indentation is not a multiple of four

cb99e766c9b91e2ca2f93c426997572687da0bd9 authored about 8 years ago
E128 Continuation line under-indented for visual indent

3f271bcd6fb78cc64acc0d6a0f18c5978224d236 authored about 8 years ago
E231 Missing whitespace after `,`

c3996f6dd6b63a9b30f19324753842ab30d615d7 authored about 8 years ago
E303 Too many blank lines

957369c8d124dc9816a771ce4c0b3a3cb9697486 authored about 8 years ago
E261 At least two spaces before inline comment

a0ee04c3d8af29f4c023f6b485e63f7deb31c26c authored about 8 years ago
E124 Closing bracket does not match visual indentation

659ec390a0a4ba74a20043926e092df2fa9aaf38 authored about 8 years ago
Clean up some host header handling.

e3df40ce9d8481709dc6d198a2eef7e943fa955d authored about 8 years ago
Checking the wrong connection instance.

f5da28ae31a3a3a64fb1482c9b6647b89aad1012 authored about 8 years ago
Better validate the tell values.

6b4c1ce453ff802d4011fc284cf03ece9c76162f authored about 8 years ago
Make further test mocks iterable.

9dd4ce25e6e16c4804c96077eb00024af194745d authored about 8 years ago
Avoid unnecessary early reads.

9377708e8211c44d09213d77c4cc7cfe66264c42 authored about 8 years ago
Cleanup some tell tests.

9cbac8c0dbe544e4cb90aa247be39241606582b0 authored about 8 years ago
Remove now-invalid test.

92bfd0b0adbd155f9b2f9004b72b0f927cf3aff6 authored about 8 years ago
Fix up the bufferedreader test.

9aace1dcfbabb3925a5dfa2a21c2a117152a3c20 authored about 8 years ago
We fixed buffering for compression too.

1cb7a0d94b6989c76239af4f79cefaf5ac610b4c authored about 8 years ago
We made streaming better.

60c4e4044c05ba938acd115326825d3cdb2fd904 authored about 8 years ago
Behave better on closed fp

461051725029bebdee4877699c06b5877e6ffa94 authored about 8 years ago
Merge branch 'master' into major-v2-refactor

a09e67162cedfa327e85c6cd2daa7989aeabcc7e authored about 8 years ago
Forgot about TestProxyManager

ebf012546c7b35ab9f03e159f511e02c478d57ba authored about 8 years ago
s/version/version_info/

c7c196e3def4ef2367455f1f6d6a2abac729ff80 authored about 8 years ago
Import urllib3 on top-level

2ec3018926427c96914373947d06cf32ec7d61fa authored about 8 years ago
Add unittest2 for more testcases

b7ffd0e026e4c9e3c50ef5e80e0c75c30bbeb61f authored about 8 years ago
Merge branch 'master' into fix-test-leaking

e105b6bab045f80d7fbb82d188e35532cdb80ca2 authored about 8 years ago
Add cleanup to pools and managers

beb018b971cd15c468999c64bf33b82b3a65c1a5 authored about 8 years ago
Merge pull request #1099 from Lukasa/changes-1095

Add changes for #1095.

3f9279f019cea8960c380dcfb9ff2484919422e4 authored about 8 years ago
Add changes for #1095.

34f15dcedd69bf1014c3252395803ef595684abe authored about 8 years ago
Merge pull request #1095 from SethMichaelLarson/patch-2

Add fast path for system call wrapper on Python 3.5+

b234fc22ea5aaa9820a43beb7ba2f933e1c18566 authored about 8 years ago
Merge branch 'master' into patch-2

73017522a4857ef52a006876c9841be308892e95 authored about 8 years ago
Merge pull request #1097 from Lukasa/new-release

CHANGES for 1.20

bdbe193f3c51e60a61bfe702a3d38ab8c536b873 authored about 8 years ago
CHANGES for 1.20

3b8823dbf2d862f3739eabd2d46dd174c5a17171 authored about 8 years ago
Buffering works now.

396b69e7a8b33c0689c3ad108913b8b347631e33 authored about 8 years ago
Fix the buffering of Response.

e3fd5c56bd99448ac1a22e48ca3d0cdd11e03adf authored about 8 years ago
Dang Github editor adding random whitespace.

7988d6bb175f71f6b1367c9dd7e8c30fd81ffa2b authored about 8 years ago
Remove dead code from fast syscall wrapper.

This can be done because `select.error` for Python 3.3+ doesn't have an `.args` attribute and in...

308758a43c7fbffcd1921048a75d5dd12ce70287 authored about 8 years ago
Again, the empty string.

ba10bf9eef5e1d37ebf76805e80976606ba4099f authored about 8 years ago
Default return value is the empty string.

4f5a501db91689ba9e47dacb37479f9b6dcfff27 authored about 8 years ago
Set the FP to none when we're done with it.

749f29b7963a6c3657225f3a1789aaf96e17cce3 authored about 8 years ago
Clean up pool kwarg tests.

We now initialize the SSL context straight away, so we cannot provide
junk values anymore.

3eca2f605329600dd678f3f9da30f5898e0d3b0f authored about 8 years ago
Default value of data is the empty string.

e666206133bb78a54aa385a294445813c8065c99 authored about 8 years ago
Add connect timeout.

d5435a7471d3f58bc8e79b1b5a06d1aa44953e7d authored about 8 years ago
Remove dead code from _syscall_wrapper

d99f483b8ff8032d22752a246194659602cece89 authored about 8 years ago
Fix linter errors

793a0d49e9177ff47c7258376b35462b182756e9 authored about 8 years ago
Add fast path for system call wrapper on Python 3.5+

4e32add4f6026a65ac3ef796b75f358dea1c6337 authored about 8 years ago
Merge pull request #1094 from SethMichaelLarson/patch-2

Add Codecov shield to README.rst

9ca689476b9ac4e1be2c3a211beb93d218f8226e authored about 8 years ago
Add Codecov shield to README.rst

34dfc8ec066bb0aa612babcbb2f4b2852da33dd3 authored about 8 years ago
Tolerate ssl module being absent.

d5f5ff53edc872795956a66dcfa9ce765d5f447f authored about 8 years ago
Write a better transport headers function.

3e586efb790e77234dbd4396cb1be582798f6871 authored about 8 years ago
Do buffered I/O

fd479eba3a92b23e10354d110f303de4a7a2f19d authored about 8 years ago
Remove httplib-specific tunnelling test.

3832d3e2cbcff6abfcf325489271a9065285cebe authored about 8 years ago
Learn to check for our base response.

13fc1eb4d776fc700873d649d8f5a0e66bccb424 authored about 8 years ago
Make sure we respect preloaded empty bodies.

aa5e15e703c88d36d023b7a1fbd5369814f96ade authored about 8 years ago
Rewrite test_lazy_load_twice for non-buffered I/O

1853b8b16d17de0ba0523c26a2240c45eda21add authored about 8 years ago
Correctly re-use state machines.

24c9b3782aaf94fd61c14c116321a6b65007b885 authored about 8 years ago
Check the actual socket.

0093b395274030d4fc37765affe9a7c8e94c7388 authored about 8 years ago
Check the _sock property.

5154302b5d1d7a9cfc13706fdb489872ade8c026 authored about 8 years ago
release_conn now defaults to False.

985260ddba6c1086e5d8d173f228fff248b0e9c7 authored about 8 years ago
We get sockets differently now.

8712f5ff1d48106320abaf6556f6aa721d154bce authored about 8 years ago
Better URL parsing.

89b95238f86bff8858e6a3892a207cbe7781ab16 authored about 8 years ago
We don't chunk None bodies.

92dc333cfefbbc31510adf6d62b03561dd547b41 authored about 8 years ago
Stop using the chunked kwarg.

921287c48cdd84b24c43fc6ffa30b8613d3be79d authored about 8 years ago
We don't support unicode chunked bodies anymore.

50be43426185100888780d78073878613fe7fe44 authored about 8 years ago
Merge pull request #1093 from Lukasa/changes-1036

Changes for #1035.

d3f94268520e6bc0f2ee314e220cd3e1a7c5c890 authored about 8 years ago
Changes for #1035.

f53f282cc91bfb5647fbac7692254617dce3c2b8 authored about 8 years ago
Merge pull request #1036 from ijcoe6ru/master

Differentiate socks5h from socks5 and socks4a from socks4

89e2ede7b0a92ced0145bb3031b0bfaff2df567b authored about 8 years ago
Merge remote-tracking branch 'origin/master'

a4228d81bd549792fd27f4889ea64d325caee8a0 authored about 8 years ago
Merge branch 'master' into add_appveyor

4e3ab4d34561852ff30ea66d3576180b23c79e1c authored about 8 years ago
Merge pull request #1091 from Lukasa/changes-1013

Add changes for #1013

d932ff1e6e894740e795ddadd26c2fa5a49b0f84 authored about 8 years ago
Add changes for #1013

1850bcbe14361eb1508189649fa1f7ab1ddc8f86 authored about 8 years ago
Merge pull request #1013 from cfs-pure/master

Introduce IPv6 zone identifier support.

0cb7780a0613baa518be26df4b623ecb0ab3cbe5 authored about 8 years ago
fixup! Convert hostname to lowercase

9ff2ccc9a9265436889a14726e9b010ae91b0e68 authored about 8 years ago
Add Transfer-Encoding: chunked automatically.

11f5058099d0fad108758c1f6d7bbc1fcd7b3687 authored about 8 years ago
We need a kwarg here.

d3ba0f05896a067c2e35dbde9bd38bf41202c97f authored about 8 years ago
Don't allow iteration of complete connections.

5289026b79d26d570c2fef67517ba0310ab67a32 authored about 8 years ago
Temporarily shim in native string headers

3559909f4b40e1df2140771b5a57275bb8ddcdbe authored about 8 years ago
Make the SOCKS code use the new API

ce6586d1331711884472127b6c6e9aff1b1fddc1 authored about 8 years ago
Factor out getting a socket.

3b5402a6033a913a2d1b8ea6e195a1d1eabd65db authored about 8 years ago
Merge branch 'master' into master

b096ddd4253102a999fe5d2f266da419fc32c86b authored about 8 years ago
Change our bad response.

b7d6137c0eda0265bba67aa66854d25880e9db7b authored about 8 years ago
Actually raise read timeouts.

9fb188ffcab5c41350ca17a4ece2610b1af61275 authored about 8 years ago
Ensure we return to pool correctly.

e79a33411c44c75eaa2f65ef95a88ff6c1d4f458 authored about 8 years ago
Correct argument names.

ecba43c41632ecc80341e99420c612c540675a0a authored about 8 years ago
Stop directly manipulating the pool.

9fe0f8ec185d5855933ca2d7ed8aa00b78af644c authored about 8 years ago
Don't overwrite cert_reqs on context.

263d2bf3c37a70d9ce1fc5cee84c81838c1ac190 authored about 8 years ago
Remove needless print statement.

5026bef21a0ab261ace11fc00e7adfd256c5f868 authored about 8 years ago
Add tunnelling.

951e099ae20762e056d3426e8d15c1d1fa7f3fe7 authored about 8 years ago
This test doesn't make sense anymore.

703e704160c40f321cfc2a26e5ae3a4aaa74dce5 authored about 8 years ago
Don't double-connect.

096648435fc2a260634dcf02c4a740e095989ccf authored about 8 years ago
Pass connection timeouts explicitly.

b1baca9d90d4688be264c5b8185c57742483a580 authored about 8 years ago
Add basic read timeouts to new connection.

9313b5d6a8aa662288fcd1184900c6564da67857 authored about 8 years ago