0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the following error: http://lists.planetplanet.org/archives/devel/2007-August/001638.html More... about 18 years ago
Enable developers who have installed 'hoe' as a gem. More... about 18 years ago
minor changes for jruby compat. most tests pass now More... about 18 years ago
add lib/html5/version.rb to the manifest More... about 18 years ago
remove debugging output More... about 18 years ago
gems/rubyforge support More... about 18 years ago
rubyfying More... about 18 years ago
rubyfying More... about 18 years ago
more rubyfication More... about 18 years ago
suppress warnings when running the '-w' More... about 18 years ago
roll back Sam's fix and fix my earlier mistake More... about 18 years ago
Temporarily disable tests that depend on case-sensitivity More... about 18 years ago
error order doesn't always matter More... about 18 years ago
A slight change to hpricot tree building. This fixes the hpricot-specific tests in test_parser and test_treewalkers that were failing. More... about 18 years ago
a bunch of small/superficial changes to make the ruby implementation more ruby-like More... about 18 years ago
fix treewalker tests More... about 18 years ago
update to pass tests for serializing More... about 18 years ago
some rubyfying More... about 18 years ago
minor whitespace-handling-related changes More... about 18 years ago
don't lowercase attr names for for sanitization. fixes a bunch of tests More... about 18 years ago
some whitespace fixes for the ruby impl. More... about 18 years ago
fix doctype serialization for #printTree More... about 18 years ago
A better way to down downcasing (more like the way the python impl does it.) This make the lxp tests pass. More... about 18 years ago
some fixes to pass tests. all but one pass now More... about 18 years ago
Added new tests for (decimal and hexadecimal) numeric entities with Windows-1252 values or CR (0x0D, to be converted to LF: U+000A). There were some tests already in test2.test, they've been replaced with the new ones (i.e. removed from test2.test). More... about 18 years ago
Adds new tests for named entities requiring a semi-colon, to ensure they're not recognized when the semi-colon is absent. More... about 18 years ago
Added unit-test for each named entity (with and without trailing semi-colon). All new 366 tests pass in both the Python and Ruby implementations. More... about 18 years ago
Catches NotImplementedError exceptions and print a warning on stderr. More... about 18 years ago
Fix handling of doctype with no name in tests. Only formfiller filter tests still fail. More... about 18 years ago
Calculate new position at end of charsUntil More... about 18 years ago