index
:
beautifulsoup.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-11-07
dont use or ope
master
haturatu
2024-08-21
* Changes to make tests work whether tests are run under soupsieve 2.6
Leonard Richardson
2024-02-12
Applied patch from Marc Müller to add a stacklevel to a warning that was mis...
Leonard Richardson
2024-01-17
Prepare for 4.12.3 release.
Leonard Richardson
2024-01-17
Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning.
Leonard Richardson
2024-01-16
Add chardet, cchardet, and charset-normalizer to the optional dependencies in...
Leonard Richardson
2024-01-16
Add tox.ini to sdist as per [bug=2016190]
Leonard Richardson
2024-01-16
Added Python 3.12 to the tox environments, and reduce the minimum tox version...
Leonard Richardson
2024-01-16
Mention the new Chinese translation.
Leonard Richardson
2024-01-16
Restored link to Spanish documentation inside Chinese documentation.
Leonard Richardson
2024-01-16
Merge remote-tracking branch 'phoenixsite/master'
Leonard Richardson
2024-01-16
Correct issues with a docstring. [bug=2016190]
Leonard Richardson
2024-01-15
Added Chinese translation for version 4.12.0 (DeronW)
Carlos Romero
2024-01-13
Fixed typo.
Leonard Richardson
2024-01-13
Added to CHANGELOG celebrating the Spanish documentation translation.
Leonard Richardson
2024-01-13
Added links to the Spanish documentation alongside other languages.
Leonard Richardson
2024-01-13
Updated the name of the html5lib Debian package. [bug=2049267]
Leonard Richardson
2024-01-13
Bringing in Carlos Romero's Spanish translation of the documentation.
Leonard Richardson
2024-01-13
Fixed some cross-reference syntax errors.
Leonard Richardson
2024-01-13
Made some long-awaited edits, mainly removing information about no-longer-sup...
Leonard Richardson
2024-01-09
Added Spanish translation of the doc
Carlos Romero
2023-12-03
Corrected a typo in a test that was causing test failures when run against
Leonard Richardson
2023-11-25
some doc suggestions from a first-time user
Leonard Richardson
2023-08-27
Corrected the syntax of the license definition in pyproject.toml. Patch
Leonard Richardson
2023-06-04
Fixed a case found by Mengyuhan where html.parser giving up on
Leonard Richardson
2023-05-12
Remove a fuzz case that was caused by bad fuzzer code.
Leonard Richardson
2023-05-12
Added more clusterfuzz cases and a copy of the new oss-fuzz code for parsing ...
Leonard Richardson
2023-04-17
Fixed a regression such that if you set .hidden on a tag, the tag
Leonard Richardson
2023-04-09
Backported a bug fix that knocks a full second off the test run time.
Leonard Richardson
2023-04-07
Update release instructions for 4.12.2.
Leonard Richardson
2023-04-07
Fixed an unhandled exception in BeautifulSoup.decode_contents
Leonard Richardson
2023-04-05
Prepare for 4.12.1 release.
Leonard Richardson
2023-04-05
The demonstrate_parser_differences.py script was still written in
Leonard Richardson
2023-04-05
Add the pyproject.toml file.
Leonard Richardson
2023-04-05
Remove setup.py, completing the migration to hatch. Add a .gitignore file bas...
Leonard Richardson
2023-04-05
Move the Python 2 notice to the last version to support Python 2, and add a s...
Leonard Richardson
2023-04-05
Rename the test case markup files with a .testcase extension so the manifest ...
Leonard Richardson
2023-03-31
Now that 1471755 has been fixed, we can un-skip a number of the clusterfuzz t...
Leonard Richardson
2023-03-30
Added to README.
Leonard Richardson
2023-03-30
Simplified the toxfile a bit.
Leonard Richardson
2023-03-30
Added tox environments for building the docs and running tests with no depend...
Leonard Richardson
2023-03-30
Added a tox.ini that runs the unit tests against different versions of Python.
Leonard Richardson
2023-03-28
Reworded changelog.
Leonard Richardson
2023-03-27
Make it possible to pickle a deeply nested BeautifulSoup object.
Leonard Richardson
2023-03-27
Slightly optimized a slow test.
Leonard Richardson
2023-03-27
Updated __copy__ docstrings.
Leonard Richardson
2023-03-26
Implement a proper BeautifulSoup.deepcopy rather than parsing the document ag...
Leonard Richardson
2023-03-24
Make __copy__ call __deepcopy__ instead of the other way around.
Leonard Richardson
2023-03-24
Implement nonrecursive versions of copy and deepcopy using the new _event_str...
Leonard Richardson
2023-03-24
Merge branch 'remove-recursion-on-output'
Leonard Richardson
[next]