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
path:
root
/
bs4
/
__init__.py
Age
Commit message (
Expand
)
Author
2016-07-16
Fixed a Python 3 ByteWarning when a URL was passed in as though it
Leonard Richardson
2016-07-16
Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file.
Leonard Richardson
2015-07-03
Change setup.py to focus on creating wheels.
Leonard Richardson
2015-06-28
It's now possible to pickle a BeautifulSoup object no matter which
Leonard Richardson
2015-06-28
Changed the way soup objects work under copy.copy(). Copying a
Leonard Richardson
2015-06-28
Reorganized changelog.
Leonard Richardson
2015-06-28
Accept 'xml' as an unambiguous identifier for the lxml XML parser, since it's...
Leonard Richardson
2015-06-27
Added an exclude_encodings argument to UnicodeDammit and to the
Leonard Richardson
2015-06-25
You can now create a NavigableString or a subclass just by invoking
Leonard Richardson
2015-06-23
Made the previous fix nicer by adding arguments to setup() that let us preser...
Leonard Richardson
2015-06-23
Got a hacky fix for the latest html5lib problem.
Leonard Richardson
2015-06-23
Force object_was_parsed() to keep the tree intact even when an element
Leonard Richardson
2014-12-10
The warning when you pass in a filename or URL as markup will now be
Leonard Richardson
2014-12-07
Tweaked the parser warning.
Leonard Richardson
2014-12-07
Issue a warning if the BeautifulSoup constructor arguments do not explicitly ...
Leonard Richardson
2013-10-02
Restored the helpful syntax error that happens when you try to
Leonard Richardson
2013-10-02
Prep for release.
Leonard Richardson
2013-10-01
Fixed a crash when a short input contains data not valid in
Leonard Richardson
2013-10-01
Fixed a bug in which short Unicode input was improperly encoded to ASCII when...
Leonard Richardson
2013-08-15
Bumped version number.
Leonard Richardson
2013-08-13
* Fixed yet another problem with the html5lib tree builder, caused by
Leonard Richardson
2013-08-12
A little cleanup.
Leonard Richardson
2013-06-03
Changed _popToTag to run through a single range instead of two.
Leonard Richardson
2013-06-03
Improved _popToTag a tiny bit.
Leonard Richardson
2013-06-03
Inlined some commonly called code to save a function call.
Leonard Richardson
2013-06-03
Made it a lot faster to check whether whitespace is being preserved.
Leonard Richardson
2013-06-03
Put the more frequently-used ASCII spaces in front.
Leonard Richardson
2013-06-03
Wrote a more efficient replacement for string.translate() when checking wheth...
Leonard Richardson
2013-06-03
Let's get some profiling going.
Leonard Richardson
2013-06-03
Beautiful Soup will issue a warning if instead of markup you pass it
Leonard Richardson
2013-06-02
Merged in big encoding-detection refactoring branch.
Leonard Richardson
2013-05-31
Reverted the patch that gives NavigableString a .name property, because that'...
Leonard Richardson
2013-05-31
Create a new lxml parser object for every new parsing strategy.
Leonard Richardson
2013-05-20
A NavigableString object now has an immutable '.name' property whose
Leonard Richardson
2013-05-20
The .next_element attribute used during parsing was confusingly similar to th...
Leonard Richardson
2013-05-20
Gave new_string() the ability to create subclasses of
Leonard Richardson
2013-05-07
Fixed up diagnose() and added it to the docs.
Leonard Richardson
2013-05-07
Aliased the BeautifulSoup class to the easier-to-type "_s" and "_soup".
Leonard Richardson
2012-08-21
Fixed a problem with the html5lib builder not handling comments correctly.
Leonard Richardson
2012-08-20
Prep for release.
Leonard Richardson
2012-08-20
Raise a more specific error (FeatureNotFound) when a requested
Leonard Richardson
2012-08-17
Prep for release.
Leonard Richardson
2012-07-03
Prep for release.
Leonard Richardson
2012-07-02
Fixed a typo that made parsing much slower than it should have been. [bug=102...
Leonard Richardson
2012-05-29
Prep for release.
Leonard Richardson
2012-04-27
Prep for release.
Leonard Richardson
2012-04-16
Prep for release.
Leonard Richardson
2012-04-16
Give a more useful error when the user tries to run the Python 2 version of B...
Leonard Richardson
2012-04-03
Prep for release.
Leonard Richardson
2012-03-26
Prep for release.
Leonard Richardson
[next]