Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / scrapy/w3lib issues and pull requests

#231 - Release notes for 2.2.1

Pull Request - State: closed - Opened by Gallaecio 19 days ago

#230 - canonicalize_url: do not apply lowercase to userinfo

Pull Request - State: closed - Opened by Gallaecio 19 days ago

#229 - canonicalize_url inappropriately "lowercases" credentials (username/password) in url

Issue - State: closed - Opened by john-parton 19 days ago - 2 comments
Labels: bug

#228 - Release notes for 2.2.0.

Pull Request - State: closed - Opened by wRAR 27 days ago - 1 comment

#227 - Update tool versions, add description

Pull Request - State: closed - Opened by wRAR 27 days ago

#226 - Typing improvements.

Pull Request - State: closed - Opened by wRAR about 1 month ago
Labels: enhancement

#225 - Missing PyPI description

Issue - State: closed - Opened by wRAR about 2 months ago
Labels: bug, docs, good first issue

#224 - Update intersphinx URLs.

Pull Request - State: closed - Opened by wRAR 2 months ago - 1 comment
Labels: enhancement, CI

#223 - Space at end of query string is trimmed

Issue - State: open - Opened by Laerte 4 months ago - 1 comment

#222 - canonicalize_url incorrectly handles port when using hostname that requires IDNA encoding

Issue - State: open - Opened by hwo411 4 months ago - 1 comment
Labels: bug

#221 - Implement a safe_url based on all standards

Pull Request - State: open - Opened by Gallaecio 5 months ago - 4 comments

#220 - Adding pre commit

Pull Request - State: closed - Opened by emarondan 5 months ago - 1 comment

#219 - Add .readthedocs.yml

Pull Request - State: closed - Opened by Gallaecio 6 months ago - 1 comment

#218 - Add Python 3.12 and PyPy 3.10 to CI.

Pull Request - State: closed - Opened by wRAR 9 months ago - 1 comment

#217 - update checkout action to version 4

Pull Request - State: closed - Opened by rettinghaus 9 months ago - 2 comments

#216 - Add release notes for 2.1.2.

Pull Request - State: closed - Opened by wRAR 11 months ago

#215 - Add Documentation url

Pull Request - State: closed - Opened by koutoftimer 12 months ago - 6 comments

#214 - Drop Python 3.7 support.

Pull Request - State: closed - Opened by wRAR 12 months ago - 2 comments

#213 - Fix tests with Python 3.11.4+

Pull Request - State: closed - Opened by shadchin about 1 year ago - 4 comments

#212 - test_safe_url_string_url regressed on 3.11.4

Issue - State: closed - Opened by mweinelt about 1 year ago - 1 comment

#211 - Fix typing of the get_meta_refresh() result

Pull Request - State: closed - Opened by wRAR over 1 year ago - 1 comment

#210 - Location of libw3.a

Issue - State: closed - Opened by htan2013 over 1 year ago - 1 comment

#209 - fix tox 4 compatibility

Pull Request - State: closed - Opened by kmike over 1 year ago - 1 comment

#208 - Changelog

Pull Request - State: closed - Opened by kmike over 1 year ago - 1 comment

#207 - safe_url_string, canonicalize_url: apply stripping from the URL living standard

Pull Request - State: closed - Opened by Gallaecio over 1 year ago - 3 comments

#206 - Full typing

Pull Request - State: closed - Opened by wRAR over 1 year ago - 1 comment

#205 - Add release notes for version 2.1.0

Pull Request - State: closed - Opened by Gallaecio over 1 year ago - 3 comments

#204 - Reimplement safe_url_string based on the URL living standard

Issue - State: open - Opened by Gallaecio over 1 year ago - 4 comments
Labels: enhancement

#203 - safe_url_string: escape additional characters

Pull Request - State: closed - Opened by Gallaecio over 1 year ago - 4 comments

#202 - Handle `OverflowError` exception on `convert_entity`

Pull Request - State: closed - Opened by Laerte over 1 year ago - 1 comment

#201 - Make safe_url_string safer

Pull Request - State: closed - Opened by Gallaecio over 1 year ago - 3 comments

#200 - Drop Python 3.6 support

Pull Request - State: closed - Opened by Laerte over 1 year ago - 2 comments

#199 - Function `convert_entity` does not catch `OverflowError`

Issue - State: closed - Opened by ghost over 1 year ago
Labels: bug, good first issue

#198 - unit test Issue 91 is fixed

Pull Request - State: closed - Opened by felipeboffnunes over 1 year ago - 2 comments

#197 - Use latest version of Ubuntu

Pull Request - State: closed - Opened by Laerte over 1 year ago - 3 comments

#196 - 187 safe url string already encoded user pass

Pull Request - State: closed - Opened by felipeboffnunes over 1 year ago - 1 comment

#195 - Add support for Python 3.11.

Pull Request - State: closed - Opened by wRAR over 1 year ago - 1 comment

#193 - safe_url_string handling IPv6 URLs

Issue - State: open - Opened by Cash111 over 1 year ago - 5 comments
Labels: bug, good first issue

#192 - changing basic_auth_header flavor to b64encode instead of urlsafe_b64encode

Pull Request - State: closed - Opened by gsweiz over 1 year ago - 1 comment

#191 - update html_to_unicode() so that the BOM is used first to check the e…

Pull Request - State: closed - Opened by BurnzZ almost 2 years ago - 1 comment

#190 - update type annotation of auto_detect_fun param in html_to_unicode()

Pull Request - State: closed - Opened by BurnzZ almost 2 years ago - 2 comments

#188 - Issue in safe_url_encoding

Issue - State: closed - Opened by azierariel almost 2 years ago - 8 comments

#187 - safe_url_string URL-encodes already-encoded username and password, breaking idempodency

Issue - State: closed - Opened by andersk almost 2 years ago - 1 comment
Labels: bug

#186 - Minor language and format suggestions

Pull Request - State: closed - Opened by Gallaecio almost 2 years ago - 1 comment

#185 - Changelog

Pull Request - State: closed - Opened by kmike almost 2 years ago - 1 comment

#184 - declare w3lib as providing type hints

Pull Request - State: closed - Opened by kmike almost 2 years ago - 1 comment

#183 - Fix keep_fragments=True

Pull Request - State: closed - Opened by kmike almost 2 years ago

#182 - switch from pytest-flake8 to raw flake8; clean up ignores

Pull Request - State: closed - Opened by kmike almost 2 years ago - 1 comment

#181 - basic_auth_header uses the wrong flavor of base64

Issue - State: closed - Opened by Gallaecio almost 2 years ago
Labels: bug, good first issue

#180 - [request] Update pypi release

Issue - State: closed - Opened by joe733 almost 2 years ago - 1 comment

#179 - Fix issue #162 add different regex pattern to search for meta tags

Pull Request - State: closed - Opened by AngelikiBoura about 2 years ago - 9 comments

#178 - should the canonize_url function convert an apostrophe to %27

Issue - State: closed - Opened by bsekiewicz over 2 years ago - 2 comments

#177 - Replace Travis CI badge with GitHub Actions

Pull Request - State: closed - Opened by hugovk over 2 years ago - 1 comment

#176 - Add support for Python 3.10

Pull Request - State: closed - Opened by hugovk over 2 years ago - 1 comment

#175 - Remove redundant code and fix pylint

Pull Request - State: closed - Opened by hugovk over 2 years ago - 1 comment

#174 - Encode hostname directly instead of netloc

Pull Request - State: closed - Opened by Laerte over 2 years ago - 6 comments

#173 - Run black

Pull Request - State: closed - Opened by wRAR almost 3 years ago - 1 comment

#172 - Type annotations

Pull Request - State: closed - Opened by lucywang000 about 3 years ago - 7 comments

#171 - w3lib.url.safe_url_string incorrectly encode IDNA domain with port

Issue - State: closed - Opened by heroesm about 3 years ago - 1 comment
Labels: bug, good first issue

#170 - w3lib.utils: deprecate functions not needed for Python 3

Pull Request - State: closed - Opened by Gallaecio over 3 years ago - 2 comments

#169 - Remove deprecated code

Pull Request - State: closed - Opened by Gallaecio over 3 years ago - 3 comments

#168 - Remove Python 2.7 and 3.5 support, add Python 3.9 support

Pull Request - State: closed - Opened by Gallaecio over 3 years ago - 1 comment

#167 - Expose the separator parameter added upstream to parse_qs and parse_qsl

Pull Request - State: open - Opened by Gallaecio over 3 years ago - 3 comments

#166 - [CI] Migrate CI to GitHub actions

Pull Request - State: closed - Opened by elacuesta over 3 years ago - 1 comment
Labels: enhancement, CI

#165 - Remove test broken by Python CVE-2021-23336 fix

Pull Request - State: closed - Opened by andersk over 3 years ago - 7 comments

#163 - Fix CI issue on PyPy 3 and the Rust compiler

Issue - State: closed - Opened by Gallaecio over 3 years ago - 1 comment
Labels: CI, good first issue

#162 - Redirection may not work depending on order of 'content' and 'http-equiv' in meta tag

Issue - State: closed - Opened by gmargari over 3 years ago - 5 comments
Labels: bug, good first issue

#161 - Update PYPY 2 installation into Travis CI

Pull Request - State: closed - Opened by Gallaecio over 3 years ago - 1 comment
Labels: CI

#160 - Fix CI jobs

Pull Request - State: closed - Opened by Gallaecio over 3 years ago - 1 comment
Labels: CI

#159 - [FIX] avoid concating `#` with url if there is no fragment.

Pull Request - State: closed - Opened by EltonChou over 3 years ago - 9 comments

#158 - remove_tags not working on html comments

Issue - State: closed - Opened by mosynaq about 4 years ago - 4 comments
Labels: bug

#157 - Cover w3lib 1.22.0 in the release notes

Pull Request - State: closed - Opened by Gallaecio about 4 years ago - 2 comments

#156 - Drop Python 3.4 suppot, enable Python 3.8 tests

Pull Request - State: closed - Opened by kmike about 4 years ago - 1 comment

#155 - Scrapy can not auto detect GBK html encoding

Issue - State: open - Opened by samuelchen over 4 years ago - 3 comments
Labels: bug

#154 - Do not use an assert for remove_tags parameter checking

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 1 comment
Labels: enhancement, CI

#153 - Add tooltips to documentation cross-references

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 2 comments
Labels: enhancement, docs

#152 - Use InterSphinx to link to the documentation of Pytest and Scrapy

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 2 comments
Labels: enhancement, docs

#151 - Create docs/requirements.txt

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 1 comment
Labels: bug

#150 - Remove deprecated w3lib.form module

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 1 comment
Labels: enhancement

#149 - Add bandit to CI

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 1 comment
Labels: enhancement

#148 - Add pytest-flake8

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 1 comment
Labels: enhancement

#147 - Add a code complexity check to CI

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 1 comment
Labels: enhancement

#146 - Fix a bad parameter value in a test

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 1 comment
Labels: enhancement

#145 - Install the sphinx-notfound-page Sphinx extension

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 1 comment
Labels: enhancement

#144 - Use intersphinx for links to the tox documentation

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 1 comment
Labels: enhancement

#143 - Add a PyLint CI pipeline

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 1 comment
Labels: enhancement

#142 - Remove a workaround for an old pathname2url bug

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 2 comments

#141 - Do not decode # in URL paths during canonicalization

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 1 comment

#140 - Enable nitpicky Sphinx warnings, fix issues and fail on new issues

Pull Request - State: closed - Opened by Gallaecio over 4 years ago - 6 comments

#139 - Fix typo in _c18n_encoding function.

Pull Request - State: closed - Opened by sortafreel over 4 years ago - 1 comment

#138 - fixed url.add_or_replace_parameters to work with multiple value args

Pull Request - State: closed - Opened by peonone almost 5 years ago - 2 comments

#137 - url.add_or_replace_parameter(s) removes param values for param with multiple values

Issue - State: closed - Opened by peonone almost 5 years ago - 2 comments

#136 - Strip spaces in canonicalize_url

Pull Request - State: closed - Opened by Gallaecio almost 5 years ago - 14 comments

#135 - Cover w3lib 1.21.0 in the NEWS file

Pull Request - State: closed - Opened by Gallaecio almost 5 years ago - 1 comment

#133 - Remove tab and newlines in url.safe_url_string

Pull Request - State: closed - Opened by elacuesta almost 5 years ago - 2 comments

#132 - `canonicalize_url` should not accept whitespace at the begin of an URI

Issue - State: closed - Opened by abmxer over 8 years ago - 5 comments
Labels: bug

#129 - remove_comments: Also remove truncated comments

Pull Request - State: closed - Opened by Gallaecio about 5 years ago - 1 comment