summaryrefslogtreecommitdiff
path: root/bs4/formatter.py
AgeCommit message (Expand)Author
2024-01-16Correct issues with a docstring. [bug=2016190]Leonard Richardson
2023-03-24Using a format string is very slightly slower than just adding all the bits o...Leonard Richardson
2023-01-25The HTMLFormatter and XMLFormatter constructors no longer return aLeonard Richardson
2021-12-21It's now possible to customize the way output is indented byLeonard Richardson
2021-09-07Goodbye, Python 2. [bug=1942919]Leonard Richardson
2021-02-14The 'html5' formatter now treats attributes whose values are theLeonard Richardson
2019-12-29Fixed an unhandled exception when formatting a Tag that had been decomposed.[...Leonard Richardson
2019-12-24Added docstrings to diagnose.py.Leonard Richardson
2019-12-24Wrote docstrings for formatter.py.Leonard Richardson
2019-07-15Moved the formatter to its own class and updated its documentation.Leonard Richardson