Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/urllib3/urllib3

urllib3 is a user-friendly HTTP client library for Python
https://github.com/urllib3/urllib3

Add CHANGES for #1125

a1d2e1e258825fd7200e8dee66ec99c2155c61c2 authored almost 8 years ago
Merge branch 'master' of [email protected]:shazow/urllib3.git

524017f1baf1392f8553a580880f946e08d295d0 authored almost 8 years ago
Merge pull request #1125 from patstew/catch_openssl_send_exceptions

Wrap OpenSSL SysCallError on send as well as recv

39094f6db1e591d57b3019780396587449bf73e2 authored almost 8 years ago
Wrap OpenSSL SysCallError on send as well as recv

bf048983fca56b20cf409cdf25b79aaa3a0bb41c authored almost 8 years ago
Merge pull request #1119 from Lukasa/re-add-pyopenssl-testing

Re-add PyOpenSSL testing.

f52981d572c3fd6acfb1eb1d51975f2bb5b6126d authored almost 8 years ago
Re-add PyOpenSSL testing.

6c956b159bcc62a34d1bc7e3b647613318f57068 authored almost 8 years ago
Merge pull request #1118 from Lukasa/skip-ipaddress-test

Skip test_can_validate_ip_san when unsupported

cc4c5f9f1e753d85d205f648b8f201bffebdc388 authored almost 8 years ago
Skip test_can_validate_ip_san when unsupported

ff9b1f7a2b315c61441a712fa478e23bdf1f7435 authored almost 8 years ago
Merge pull request #1089 from nateprewitt/normalize_by_scheme

only normalize http(s) urls

3bf300931d073f901908813216d139c9ef9c1b4a authored almost 8 years ago
Merge branch 'master' into normalize_by_scheme

7cc61980e766f94b5adef06f0f0b530ac814c278 authored almost 8 years ago
Merge pull request #1109 from tdsmith/patch-1

Remove old Homebrew advice

d6de537226f7c6e2208c9bb70a741769390749e3 authored almost 8 years ago
Merge branch 'master' into patch-1

7459070a3826a83eb3bedd5cb797e1fecbe68471 authored almost 8 years ago
only normalize http(s) urls

b67976b2a85b0d5f5c3dc53ec4ad41f22e2992f6 authored almost 8 years ago
Merge pull request #1115 from Lukasa/fix-py26-builds

Fix Python 2.6 builds

5edab338c74e07a0d047d453e9f21a01ebc65948 authored almost 8 years ago
Statically link OpenSSL and cryptography.

This is necessary to avoid a mess due to distutils trying to replicate
the compliation environme...

d32584fdffb82d18679bf1c7658f28ad500b99fa authored almost 8 years ago
Stop auto-linking against OpenSSL.

pyenv on Mac does this for us automatically, so we don't actually need
to maintain this patch. S...

1b627193202f26352d46a6cad7694a35f0bccc2c authored almost 8 years ago
Remove old Homebrew advice

Homebrew's Python always uses Homebrew's openssl now.

e356b08c8cecd5e60b79edb39a5b241fa49780ee authored about 8 years ago
Merge pull request #1102 from SethMichaelLarson/fix-test-leaking

Add cleanup to pools and managers

ee564fd7e6e7bd79ff7ed410ce9eea553a22fc56 authored about 8 years ago
Fix flake errors with unittest2 import

df1d8fd747ffbd85de67a17f8a697a8472860183 authored about 8 years ago
Revert test_urlfetch.py

14f91ec1d4a1ab6698cc61bab7670cc24af12a57 authored about 8 years ago
Merge upstream

5b417471c383f4afc3a6b3178864e2355d514bee authored about 8 years ago
Merge pull request #1103 from SethMichaelLarson/flake-tests

Fix all flake/linter errors within tests

c0ce2c8ec800b571938807f15902b1dd52d0d6be authored about 8 years ago
F999 Dictionary key repeated with different values.

24f1532aef62cf86528002e728b00556dd13860e authored about 8 years ago
E501 Line too long.

ecaea3716659922e5325909b8db06d498471a7b5 authored about 8 years ago
Run flake on test folder

1e0a2a3a2d4bc9a3cdb56665b23c0f6d0acb5397 authored about 8 years ago
E225 Missing whitespace around operator

a313952f8a401b0c243f76366514c0bf3a0866d2 authored about 8 years ago
E306 Expected 1 blank line before a nested definition

dc0c88628ee40baf639ddeae20794498dc30cf80 authored about 8 years ago
E127 Continuation line over-indented for visual indent

781423f81bbeb2db098e345b709885f42c668c1d authored about 8 years ago
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
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
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
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
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
Merge branch 'master' into master

b096ddd4253102a999fe5d2f266da419fc32c86b authored about 8 years ago
Merge pull request #1078 from Lukasa/changes1076

Add changes for #1076.

6701317058eca5fe0b894c50be0949442639e8bc authored about 8 years ago
Merge branch 'master' into changes1076

b9f533dd9e806f3c0a2d9defc15c5ac49f4789f0 authored about 8 years ago
Merge pull request #1079 from moin18/master

adding name to contributor's list for lazily load idna related change

7e5349234fd3713d6aec6c38315a430e1ffce69f authored about 8 years ago
Merge branch 'master' into master

ffef0be3f87d1c260db51509befde1ddcfe78e65 authored about 8 years ago
Add changes for #1076.

09d22f13a5d3eb85fc30ad9118911e677d999065 authored about 8 years ago
Merge pull request #1077 from Lukasa/py36

Add Python 3.6 support.

4123b8c02a1c6d67e84d7f6d48e7d22c2b2b5e1b authored about 8 years ago
adding name to contributor's list for lazily load idna related change

7e6b12865f8bf915c46d4fa09066197993b3fbff authored about 8 years ago
Merge branch 'master' into py36

dc33de0c9701052dcf90e4867516079540bce3e1 authored about 8 years ago
Merge pull request #1076 from moin18/1075

1075: lazy load idna library

89aa2953d139976de245b8b7a367b91a20fd45fd authored about 8 years ago
Remove deprecated escapes.

d9a4d4bc1f900f260dc5dca3a7deda05c2670ec9 authored about 8 years ago
Add Python 3.6 support.

94200aabb1f5d31ad07f395f3fa03ef797fd8975 authored about 8 years ago
Merge branch 'master' into 1075

5924d2830ec8b69e21aa4deeddf216821e49ceb7 authored about 8 years ago
Revert "lazy load idna" and import idna on demand basis

This reverts commit 6e43d33286672221d4a5d08ce34d30df96d5487e.

6bded33d93460f4fbcccffe184d016a0a263b334 authored about 8 years ago
Merge pull request #1049 from SethMichaelLarson/patch-1

Use DefaultSelector as context manager.

49788f808022d0f0ddeb9049672fe9593316ab64 authored about 8 years ago
lazy load idna

6e43d33286672221d4a5d08ce34d30df96d5487e authored about 8 years ago
Add @Lukasas review

db9934438917db74ff776179fcf4a3479baeca50 authored about 8 years ago
Split into own cases

ac47e016090435dd7b9767743fd22eb730238d88 authored about 8 years ago
Merge

59aa2acd9b1d34e44e0a9e3e88a925a9e913c75e authored about 8 years ago
Add mixins to BaseWaitForTestCase

644fd99a84286f587ca9457291f9282c2d2a1100 authored about 8 years ago
Split wait_for_io and selector testcases

b8bf04ee984cf01c1fd0155a4856143637debabb authored about 8 years ago
Merge branch 'master' into patch-1

e30f239a7ed1e3f0da501a993c797fdc4b86ee1f authored about 8 years ago
Merge pull request #1073 from Lukasa/changes1059

CHANGES for #1059.

3bf345fd08540c93e99d03dc251ed8c2d67b84e5 authored about 8 years ago
CHANGES for #1059.

a208ee52f4b34b56e291109228f8cbe42ad2d08b authored about 8 years ago
Merge pull request #1066 from smarkets/master

Don't retry on timeout if method is not in whitelist (#1059)

bb0805df13156c0f92f41eb00727de46061e8512 authored about 8 years ago
Clarify docstrings for _is_method_retryable and is_retry

This makes them less like each other, and includes some more
information for the one belonging t...

6d1b3b3f80179b033c54c2c2779b75920af58e5c authored about 8 years ago
Simplify socket level test for read timeout on method not in whitelist

We only need a single socket.recv on the handler, not a loop.

1aea14e647fd945f75ce609a82e7d3271fc7b69c authored about 8 years ago