Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #447 from miketheman/miketheman/testsHEADmain | Bert JW Regeer | 2023-01-22 | 3 | -1/+3 |
|\ | | | | | Test against Python 3.11 | ||||
| * | Update classifiers | Mike Fiedler | 2023-01-19 | 1 | -0/+1 |
| | | |||||
| * | Test against Python 3.11 | Mike Fiedler | 2023-01-19 | 1 | -1/+1 |
| | | |||||
| * | Test against Python 3.11 | Mike Fiedler | 2023-01-19 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #445 from Pylons/dependabot/github_actions/actions/checkout-3 | Bert JW Regeer | 2022-12-27 | 1 | -4/+4 |
|\ | | | | | Bump actions/checkout from 2 to 3 | ||||
| * | Bump actions/checkout from 2 to 3 | dependabot[bot] | 2022-12-27 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Merge pull request #444 from ↵ | Bert JW Regeer | 2022-12-27 | 1 | -4/+4 |
|\ \ | | | | | | | | | | | | | Pylons/dependabot/github_actions/actions/setup-python-4 Bump actions/setup-python from 2 to 4 | ||||
| * | | Bump actions/setup-python from 2 to 4 | dependabot[bot] | 2022-12-27 | 1 | -4/+4 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Chase rename to allowlist in tox | Bert JW Regeer | 2022-12-27 | 1 | -1/+1 |
|/ | |||||
* | Add dependabot to update github action versions | Bert JW Regeer | 2022-12-27 | 1 | -0/+10 |
| | |||||
* | Update badge for CI status | Bert JW Regeer | 2022-11-20 | 1 | -2/+3 |
| | |||||
* | Merge pull request #441 from jvanasco/main | Bert JW Regeer | 2022-11-16 | 9 | -13/+15 |
|\ | | | | | rename "master" to "main" | ||||
| * | set default language | jonathan vanasco | 2022-11-16 | 1 | -1/+1 |
| | | |||||
| * | rename "master" to "main" | jonathan vanasco | 2022-11-16 | 9 | -12/+14 |
|/ | |||||
* | Merge pull request #436 from Pylons/enhancement/pyupgrade-3.7 | Michael Merickel | 2022-05-24 | 26 | -98/+97 |
|\ | | | | | Enhancement: Remove Python 3.6, add Python 3.10 and update syntax to Python 3.7 | ||||
| * | Ignore pypy-3.8 on Windows | Bert JW Regeer | 2022-05-24 | 1 | -2/+2 |
| | | |||||
| * | Use Pypy-3.8 instead of pypy3 | Bert JW Regeer | 2022-05-24 | 1 | -1/+1 |
| | | |||||
| * | Make black happy | Bert JW Regeer | 2022-05-24 | 3 | -11/+9 |
| | | |||||
| * | Replace setDaemon with just setting the attribute | Bert JW Regeer | 2022-05-24 | 1 | -1/+1 |
| | | |||||
| * | Replace pep517 with build | Bert JW Regeer | 2022-05-24 | 1 | -5/+5 |
| | | | | | | | | It's the new name for the project | ||||
| * | Fix syntax for ci-tests.yml | Bert JW Regeer | 2022-05-24 | 1 | -0/+1 |
| | | |||||
| * | Drop Py 3.6 and add Py 3.10 | Bert JW Regeer | 2022-05-24 | 3 | -4/+4 |
| | | |||||
| * | Run pyupgrade --py37-plus across codebase | Bert JW Regeer | 2022-05-24 | 22 | -76/+76 |
|/ | |||||
* | Merge pull request #424 from d70-t/deflate_with_zlib_containermaster | Bert JW Regeer | 2020-12-09 | 2 | -2/+22 |
|\ | | | | | deflate'd response: use RFC compliant decompression by default | ||||
| * | deflate'd response: use RFC compliant decompression by default | Tobias Kölling | 2020-12-09 | 2 | -2/+22 |
|/ | | | | | | | | | | | | | | | | | | | | | | [RFC7230](https://tools.ietf.org/html/rfc7230#section-4.2.2) specifies that > The "deflate" coding is a "zlib" data format [RFC1950](https://tools.ietf.org/html/rfc1950) containing a > "deflate" compressed data stream [RFC1951](https://tools.ietf.org/html/rfc1951) that uses a combination of > the Lempel-Ziv (LZ77) compression algorithm and Huffman coding. but also > Note: Some non-conformant implementations send the "deflate" > compressed data without the zlib wrapper. Thus deflate coded data should be expected to be received within a "zlib" container, however if no container is present, the data shouldn't be rejected. This patch tries to decode that data using RFC7230 conformant decoding and falls back to unwrapped decoding only if the previous attempt didn't work. | ||||
* | Merge pull request #390 from Pylons/webob-ng | Bert JW Regeer | 2020-11-28 | 53 | -2596/+1564 |
|\ | | | | | WebOb 2.0 - Now with less Python 2 | ||||
| * | Drop Py3.4/3.5 add Py3.6->3.9webob-ng | Bert JW Regeer | 2020-11-28 | 1 | -3/+4 |
| | | |||||
| * | Move items out of compat: url_parse/url_unquote and more | Bert JW Regeer | 2020-11-28 | 8 | -57/+71 |
| | | |||||
| * | Rely on compare_digest instead of strings_differ | Bert JW Regeer | 2020-11-28 | 3 | -93/+4 |
| | | |||||
| * | Format using isort/black to satisfy linter | Bert JW Regeer | 2020-11-28 | 31 | -127/+148 |
| | | |||||
| * | Upgrade sample code in docs to Python 3 | Bert JW Regeer | 2020-11-28 | 6 | -225/+263 |
| | | |||||
| * | Switch to Github Actions | Bert JW Regeer | 2020-11-28 | 5 | -118/+140 |
| | | |||||
| * | set() -> {} | Bert JW Regeer | 2020-11-28 | 1 | -1/+1 |
| | | |||||
| * | Drop u"" prefix | Bert JW Regeer | 2020-11-28 | 1 | -2/+2 |
| | | |||||
| * | Remove unnecesary encode to latin-1 | Bert JW Regeer | 2020-11-28 | 1 | -1/+1 |
| | | |||||
| * | Remove coding line | Bert JW Regeer | 2020-11-28 | 1 | -2/+0 |
| | | |||||
| * | yield from instead of loop + yield | Bert JW Regeer | 2020-11-28 | 2 | -8/+4 |
| | | |||||
| * | Catch/raise OSError instead of IOError | Bert JW Regeer | 2020-11-28 | 4 | -6/+6 |
| | | |||||
| * | Use bare super() | Bert JW Regeer | 2020-11-28 | 1 | -2/+2 |
| | | |||||
| * | Cleanup comprehension | Bert JW Regeer | 2020-11-28 | 4 | -9/+9 |
| | | |||||
| * | Drop object from class definition | Bert JW Regeer | 2020-11-28 | 28 | -180/+180 |
| | | |||||
| * | Add test for _encode_multipart which is not public API | Bert JW Regeer | 2020-11-28 | 2 | -1/+27 |
| | | |||||
| * | Test was modified in 254f7a68 accidentally | Bert JW Regeer | 2020-11-28 | 1 | -1/+1 |
| | | |||||
| * | Add missing test for coverage | Bert JW Regeer | 2020-11-28 | 1 | -4/+9 |
| | | |||||
| * | s/isAlive/is_alive/ | Bert JW Regeer | 2020-11-28 | 1 | -1/+1 |
| | | |||||
| * | Remove __unicode__ | Bert JW Regeer | 2020-11-28 | 4 | -20/+7 |
| | | |||||
| * | Remove duplicate isinstance checks | Bert JW Regeer | 2020-11-28 | 1 | -7/+0 |
| | | |||||
| * | Remove no longer reachable check | Bert JW Regeer | 2020-11-28 | 1 | -13/+0 |
| | | | | | | | | | | Python will raise a TypeError for us when any part of the app_iter contains a non-byte object. | ||||
| * | header_getter now checks value type before using | Bert JW Regeer | 2020-11-28 | 2 | -2/+12 |
| | | |||||
| * | parsedate_tz defaults to UTC | Bert JW Regeer | 2020-11-28 | 2 | -48/+31 |
| | | | | | | | | So if the timezone is missing, we no longer need to manually add it. |