17
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the changelog to explain why 4.13.0 was yanked. More... 6 months ago
Now that there are deprecation warnings I can trim down the 'porting BS3 code' section. More... 6 months ago
Replaced -- with em dash. More... 6 months ago
Fixed some dangling references in the advanced filter documentation. More... 6 months ago
Fixed changelog link. More... 6 months ago
Another release, another runthrough of prepare-release.sh. More... 6 months ago
Fixed a regression where HTMLFormatter and XMLFormatter were not propagating the indent parameter to the superconstructor. [bug=2097272] More... 6 months ago
Explain why documentation is being brought in from several sources. More... 6 months ago
Restored the English documentation to the source distribution. [bug=2097237] More... 6 months ago
Pinned the typing-extensions dependency to a minimum version of 4.0.0. [bug=2097262] More... 6 months ago
Updated pyproject.toml to require Python 3.7 or above. [bug=2097263] More... 6 months ago
Added Chris to the authors list. More... 6 months ago
Updated release script again. More... 6 months ago
Updated release script. More... 6 months ago
Change type hint to be 3.8 friendly. More... 6 months ago
Prep for release. More... 6 months ago
Some final type hint cleanup. More... 6 months ago
Removed unused test file that was supposed to run the doctests. More... 6 months ago
Added Python 13 to the list of tested versions. More... 6 months ago
Add some tests to demonstrate and explain string and tag equality and hashing. More... 6 months ago
Started redoing the release process using pyenv. More... 7 months ago
Turns out I already released a b2 back in March. More... 7 months ago
Fixed legacy html5 formatter name. More... 7 months ago
Got the documentation looking the way I want it. More... 7 months ago
Use Type in type hints instead of type for 3.8 compatibility. More... 7 months ago
Fixed some minor type hint issues. More... 7 months ago
Corrected some inconsistencies in the return values of the insert methods. In particular, append() can only return a single PageElement, and all of these methods should return the same type of iterable (a List). More... 7 months ago
Made insert() take multiple elements and return a list of elements inserted. [bug=2093025] More... 7 months ago
Merge remote-tracking branch 'chrispitude/return-inserted-element' into 4.13 More... 7 months ago
update .gitignore to ignore doc build directories More... 7 months ago