Skip to content

issues Search Results · repo:python-hyper/hyperlink language:Python

Filter by

71 results
 (71 ms)

71 results

inpython-hyper/hyperlink (press backspace or delete to remove)

I noticed that the tests are being installed into site-packages, but I normally expect it to be available in the source for pytest-ing them. Should it be removed? This can be confirmed in version 21.0.0, ...
  • rffontenelle
  • Opened 
    on Feb 29, 2024
  • #184

Hello! Just a thought from reading your docs: it’s not quite accurate to say that urlparse doesn‘t have a URL type, given that it does return a named tuple, with instances being immutable and having a ...
  • merwok
  • Opened 
    on Feb 9, 2024
  • #183

I occasionally find myself making multiple URL.add method calls in a loop to add a list of values to the same query parameter name. If I m not alone, perhaps it would be nice to add support for passing ...
  • ddormer
  • Opened 
    on May 23, 2023
  • #182

as I m working to remove hypothesis from Klein, I put a URL with a query string into my test data and discovered that encoded_urls / decoded_urls don t actually produce any URLs with usernames, passwords, ...
  • glyph
  • Opened 
    on May 2, 2023
  • #181

The port number in the following URL is clearly malformed, but Hyperlink does this: hyperlink.URL.from_text( http://example.com: -໑_1\v ).port -11 This comes from the fact that ports are parsed with ...
  • kenballus
  • Opened 
    on Feb 7, 2023
  • #180

u DecodedURL(url=URL.from_text( https://example.com/api/v1/webui )) u.replace(path= support/woo ) DecodedURL(url=URL.from_text( https://example.com/s/u/p/p/o/r/t/%2F/w/o/o )) I know path is ...
  • con-f-use
  • 1
  • Opened 
    on Sep 11, 2021
  • #176

Seems the parse function generate an error for this URL: http://www.test.com/BMF%20Ver%F6ffentlichungen? Logs: import hyperlink hyperlink.parse( http://www.test.com/BMF%20Ver%F6ffentlichungen? ...
  • damiencarol
  • 3
  • Opened 
    on Jul 13, 2021
  • #173

If people type URLs as browsers display them, and then attempt to parse that, they silently get a slightly confusing, although technically correct, result: link = hyperlink.DecodedURL.from_text( example.com/some-path?some=query ...
  • glyph
  • Opened 
    on Jun 16, 2021
  • #170

from hyperlink import URL url1 = URL.from_text(u http://example.test./, ) url2 = URL.from_text(u http://example.test./%2c ) assert url1 != url2 assert url1.to_iri() == url2.to_iri() It seems surprising ...
  • tomprince
  • Opened 
    on Jun 10, 2021
  • #168

Working with DecodedURL objects is problematic if the URL contains special characters. Because attributes like url.path do not return the raw value, you get some weird behaviour using replace: from ...
  • deains
  • Opened 
    on May 4, 2021
  • #164
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub