Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-21 | * Changes to make tests work whether tests are run under soupsieve 2.6 | Leonard Richardson | |
or an earlier version. Based on a patch by Stefano Rivera. * Removed the strip_cdata argument to lxml's HTMLParser constructor, which never did anything and is deprecated as of lxml 5.3.0. Patch by Stefano Rivera. [bug=2076897] | |||
2023-02-10 | Add compile method | facelessuser | |
2023-02-10 | Remove unnecessary test and don't pass namespace on precompiled select | facelessuser | |
2023-02-07 | Removed Soup Sieve fallback method, added documentation. | Leonard Richardson | |
2023-02-04 | Added a __getattr__ fallback. | Leonard Richardson | |
2023-02-03 | Added tests of CSS.escape. | Leonard Richardson | |
2023-02-03 | Move the Soup Sieve proxy and its tests into separate files. | Leonard Richardson | |