17
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 18, 2024 — Oct 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version numbers for 4.14.2 release. More... 20 days ago
* Making ResultSet inherit from MutableSequence still resulted in too many breaking changes in users of the library, so I reverted the ResultSet code back to where it was in 4.13.5 and added tests of all known breaking behavior. [bug=2125906] More... 20 days ago
The doomed 4.14.1 release. More... 20 days ago
Made ResultSet inherit from MutableSequence instead of Sequence, since lots of existing code treats ResultSet as a mutable list. [bug=2125906,2125903] More... 21 days ago
Mention pyright instead of PyLance. More... 22 days ago
Added a type-checking smoke test. More... 22 days ago
Added some tests of ResultSet's new features. More... 22 days ago
Added a link to the pyright issue behind the suppression of the pyright warning that makes overloading possible. More... 22 days ago
Remove filter_tags, filter_strings, find_tag, find_string, find_all_tags, and find_all_strings from the ElementFilter API. Hopefully the overloads will make them unnecessary. If they turn out to be necessary, this commit is where the code is. More... 22 days ago
Updated CHANGELOG in preparation for merge. More... 22 days ago
FINALLY got all of the overloads working with both mypy and pyright. More... about 1 month ago
Overloaded find_all_next. More... about 1 month ago
Overloaded find_all_previous. More... about 1 month ago
Mention the attrs change, just in case. More... about 1 month ago
Mention the attrs change, just in case. More... about 1 month ago
Updated changelog with an accurate list of methods that have changed. More... about 1 month ago
find_parents can return _SomeTags. More... about 1 month ago
find_parent doesn't need overloads. More... about 1 month ago
Overloaded find_previous. More... about 1 month ago
Overloaded find_previous. More... about 1 month ago
Overloaded find_next_sibling More... about 1 month ago
Going back to this after comparing source code with other versions. More... about 1 month ago
@overload of any additional find_* methods isn't working, I think due to false positives from pyright. More... about 1 month ago
Overloaded find_next. More... about 1 month ago
That pyright warning is ignorable, I think. More... about 1 month ago
Fixed bad use of Union. More... about 1 month ago
Merge branch 'master' into overloading-find More... about 1 month ago
Fixed an unhandled exception when creating the string representation of a decomposed element. (The output is not *useful* and you still shouldn't do this, but it won't raise an exception anymore.) [bug=2120300] More... about 2 months ago
Fixed the rest of the Pyright complaints. More... 2 months ago
Fixed PyRight problems in html.parser builder. More... 2 months ago