Skip to content

pullrequests Search Results · repo:html5lib/html5lib-python language:Python

Filter by

322 results
 (204 ms)

322 results

inhtml5lib/html5lib-python (press backspace or delete to remove)

Python 3.14 removes the ast.Str node type. String literals now appear as ast.Constant(value=str). Update the AST check to accept both ast.Str (for older Pythons) and ast.Constant with a string value (for ...
  • sookach
  • 2
  • Opened 
    on Sep 13
  • #589

It has been deprecated since Python 3.8 and was removed from Python 3.14+.
  • hroncok
  • Opened 
    on Oct 30, 2024
  • #583

Vendorize webencodings, it is a very small library, it hasn t been updated in more than 7 years, we tweak it slightly in this codebase to enhance its compatibility with Python 3.8+ The Webencodings BSD ...
  • ashleysommer
  • 1
  • Opened 
    on Sep 25, 2024
  • #582

Depends on https://github.com/html5lib/html5lib-python/pull/580
  • Mic92
  • 6
  • Opened 
    on Sep 9, 2024
  • #581

Even debian oldstable has python 3.9. For internet-facing libraries it is not secure for contributor to install unsupported python versions using C-based xml parser in order to test them. Reducing the ...
  • Mic92
  • 1
  • Opened 
    on Sep 9, 2024
  • #580

In Python, appending strings is not guaranteed to be constant-time, since they are documented to be immutable. In some corner cases, CPython is able to make these operations constant-time, but reaching ...
  • alexmv
  • 4
  • Opened 
    on Feb 27, 2024
  • #579

Run py --list to see which versions of Python are present. - https://www.appveyor.com/docs/windows-images-software/#visual-studio-2019 $ py --list -V:3.12 * Python 3.12 (64-bit) -V:3.12-32 ...
  • cclauss
  • 1
  • Opened 
    on Jan 9, 2024
  • #576

All GitHub Actions pass. All AppVeyor runs pass. Fixes: #570 Fixes: #572 Fixes: #573 Fixes: #576 - #570 - #572 - #573 - #576 Please remove build (3.7, ubuntu-latest, base) as an expected check ...
  • cclauss
  • 1
  • Opened 
    on Jan 9, 2024
  • #575

Starting python 3.3, this is in the stdlib. Fixes #541
  • eli-schwartz
  • 5
  • Opened 
    on Oct 17, 2023
  • #574