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
/
beautifulsoup
/
dammit.py
Age
Commit message (
Expand
)
Author
2011-02-26
Added docstring.
Leonard Richardson
2011-02-26
Made EntitySubstitution a utility class, not the kind of class you subclass.
Leonard Richardson
2011-02-26
First stab at HTML entity replacement.
Leonard Richardson
2011-02-22
Fixed comment.
Leonard Richardson
2011-02-22
Solved the question of how to decide between ' (XML) and &squot; (HTML) ...
Leonard Richardson
2011-02-22
Don't turn " into " except in attribute values.
Leonard Richardson
2011-02-21
Removed useless code.
Leonard Richardson
2011-02-21
Minor cleanup.
Leonard Richardson
2011-02-21
Switched Tag.decode to use EntitySubstitution.substitute_xml.
Leonard Richardson
2011-02-21
Created an EntitySubstitution class that's going to take code away from Unico...
Leonard Richardson
2011-02-18
By default, Unicode Dammit converts smart quotes to Unicode characters, not X...
Leonard Richardson
2011-02-18
OK, that should do it.
Leonard Richardson
2011-02-18
Made Unicode, Dammit more PEP-8 compliant.
Leonard Richardson
2011-02-18
Made Unicode, Dammit more PEP-8 compliant.
Leonard Richardson
2011-02-18
Fixed the test by giving it more data to sniff.
Leonard Richardson
2011-01-28
Moved the code back into a beautifulsoup/ directory.
Leonard Richardson