W3C CVS

CVS log for 2006/mwbp-validator/validator/utils.py

[BACK] Up to [Public] / 2006 / mwbp-validator / validator

Request diff between arbitrary revisions


Default branch: 1

Revision 1.41 / (download) - annotate - [select for diffs] , Tue May 29 13:22:42 2007 UTC (16 months, 1 week ago) by dom
CVS Tags: HEAD
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)
updated user agent string per latest draft of mobileok basic http://www.w3.org/TR/2007/WD-mobileOK-basic10-tests-20070525/

Revision 1.40 / (download) - annotate - [select for diffs] , Thu Apr 26 08:01:43 2007 UTC (17 months, 1 week ago) by dom
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)
switched user anget to mobile ok agent

Revision 1.39 / (download) - annotate - [select for diffs] , Tue Nov 21 09:33:10 2006 UTC (22 months, 2 weeks ago) by dom
Changes since 1.38: +3 -1 lines
Diff to previous 1.38 (colored)
added Profile::getList

Revision 1.38 / (download) - annotate - [select for diffs] , Fri Oct 6 09:06:55 2006 UTC (2 years ago) by dom
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)
oops

Revision 1.37 / (download) - annotate - [select for diffs] , Mon Sep 25 15:23:42 2006 UTC (2 years ago) by dom
Changes since 1.36: +9 -3 lines
Diff to previous 1.36 (colored)
now can ask specific addition request headers with httprequest class

Revision 1.36 / (download) - annotate - [select for diffs] , Fri Sep 15 13:10:36 2006 UTC (2 years ago) by dom
Changes since 1.35: +38 -19 lines
Diff to previous 1.35 (colored)
the links parser now takes into account the media attributes (to keep only style sheets linked with media='all' or media='handheld')
adapted tests results in consequence

Revision 1.35 / (download) - annotate - [select for diffs] , Wed Sep 6 12:07:10 2006 UTC (2 years, 1 month ago) by dom
Changes since 1.34: +1 -4 lines
Diff to previous 1.34 (colored)
dealing with HTTP not through exceptions so that normal workflow is not interrupted

Revision 1.34 / (download) - annotate - [select for diffs] , Wed Sep 6 09:40:42 2006 UTC (2 years, 1 month ago) by dom
Changes since 1.33: +19 -7 lines
Diff to previous 1.33 (colored)
avoid starting un-needed threads; better exceptions managements from threads

Revision 1.33 / (download) - annotate - [select for diffs] , Wed Sep 6 08:29:18 2006 UTC (2 years, 1 month ago) by dom
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)
bug fix

Revision 1.32 / (download) - annotate - [select for diffs] , Wed Sep 6 08:28:41 2006 UTC (2 years, 1 month ago) by dom
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)
bug fix

Revision 1.31 / (download) - annotate - [select for diffs] , Wed Sep 6 08:24:37 2006 UTC (2 years, 1 month ago) by dom
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)
raising # of max links

Revision 1.30 / (download) - annotate - [select for diffs] , Wed Sep 6 08:23:15 2006 UTC (2 years, 1 month ago) by dom
Changes since 1.29: +12 -13 lines
Diff to previous 1.29 (colored)
harmonizing links handling when > max link numbers

Revision 1.29 / (download) - annotate - [select for diffs] , Tue Sep 5 18:30:25 2006 UTC (2 years, 1 month ago) by dom
Changes since 1.28: +104 -48 lines
Diff to previous 1.28 (colored)
now using threads to do multiple http requests in parallel

Revision 1.28 / (download) - annotate - [select for diffs] , Tue Aug 29 16:18:40 2006 UTC (2 years, 1 month ago) by dom
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)
clarified message on max # of link

Revision 1.27 / (download) - annotate - [select for diffs] , Mon Jul 31 14:33:01 2006 UTC (2 years, 2 months ago) by dom
Changes since 1.26: +5 -7 lines
Diff to previous 1.26 (colored)
trying to avoid time outs

Revision 1.26 / (download) - annotate - [select for diffs] , Tue Jul 11 16:20:59 2006 UTC (2 years, 2 months ago) by dom
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)
trying to avoid checking stale pages

Revision 1.25 / (download) - annotate - [select for diffs] , Fri Jul 7 14:38:31 2006 UTC (2 years, 3 months ago) by dom
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)
upped max link number to 60

Revision 1.24 / (download) - annotate - [select for diffs] , Thu Jun 29 17:34:44 2006 UTC (2 years, 3 months ago) by dom
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)
setting a better accept header

Revision 1.23 / (download) - annotate - [select for diffs] , Thu Jun 29 17:11:35 2006 UTC (2 years, 3 months ago) by dom
Changes since 1.22: +41 -1 lines
Diff to previous 1.22 (colored)
added a Conneg class to get the preferred mime type from the accept header

Revision 1.22 / (download) - annotate - [select for diffs] , Mon Jun 26 15:38:02 2006 UTC (2 years, 3 months ago) by dom
Changes since 1.21: +7 -3 lines
Diff to previous 1.21 (colored)
support for proxy auth

Revision 1.21 / (download) - annotate - [select for diffs] , Mon Jun 26 14:51:13 2006 UTC (2 years, 3 months ago) by dom
Changes since 1.20: +5 -4 lines
Diff to previous 1.20 (colored)
setting user agent string

Revision 1.20 / (download) - annotate - [select for diffs] , Mon Jun 26 14:39:41 2006 UTC (2 years, 3 months ago) by dom
Changes since 1.19: +5 -1 lines
Diff to previous 1.19 (colored)
now taking into account http errors

Revision 1.19 / (download) - annotate - [select for diffs] , Wed Jun 14 09:56:07 2006 UTC (2 years, 3 months ago) by dom
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)
mistook LinkTarget for its uri

Revision 1.18 / (download) - annotate - [select for diffs] , Wed Jun 14 09:54:07 2006 UTC (2 years, 3 months ago) by dom
Changes since 1.17: +40 -6 lines
Diff to previous 1.17 (colored)
re-used fetched Mime/encoding data

Revision 1.17 / (download) - annotate - [select for diffs] , Wed Jun 14 09:08:05 2006 UTC (2 years, 3 months ago) by dom
Changes since 1.16: +42 -21 lines
Diff to previous 1.16 (colored)
restricting number of links dereferenced

Revision 1.16 / (download) - annotate - [select for diffs] , Wed May 17 15:51:34 2006 UTC (2 years, 4 months ago) by dom
Changes since 1.15: +10 -7 lines
Diff to previous 1.15 (colored)
better variables names

Revision 1.15 / (download) - annotate - [select for diffs] , Tue May 16 15:02:33 2006 UTC (2 years, 4 months ago) by dom
Changes since 1.14: +12 -9 lines
Diff to previous 1.14 (colored)
bug fix where a HEAD after a GET wouldn't retrieve the proper headers

Revision 1.14 / (download) - annotate - [select for diffs] , Tue May 9 14:10:50 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)
not needed

Revision 1.13 / (download) - annotate - [select for diffs] , Mon May 8 22:27:18 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)
bug fix

Revision 1.12 / (download) - annotate - [select for diffs] , Fri May 5 14:49:48 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.11: +8 -1 lines
Diff to previous 1.11 (colored)
added profile object (wrapper around XMl file)

Revision 1.11 / (download) - annotate - [select for diffs] , Fri May 5 13:33:11 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.10: +6 -6 lines
Diff to previous 1.10 (colored)
small fixes

Revision 1.10 / (download) - annotate - [select for diffs] , Fri May 5 13:31:21 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.9: +17 -8 lines
Diff to previous 1.9 (colored)
small fixes

Revision 1.9 / (download) - annotate - [select for diffs] , Fri May 5 07:34:03 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)
removed dbg

Revision 1.8 / (download) - annotate - [select for diffs] , Thu May 4 20:48:46 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.7: +24 -7 lines
Diff to previous 1.7 (colored)
introducing a cache for http requests

Revision 1.7 / (download) - annotate - [select for diffs] , Thu May 4 17:35:30 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)
adapted interfaces to chained usage

Revision 1.6 / (download) - annotate - [select for diffs] , Thu May 4 16:21:50 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.5: +99 -17 lines
Diff to previous 1.5 (colored)
switched from XMLFilterBase interface to a more simple XMLReader one

Revision 1.5 / (download) - annotate - [select for diffs] , Wed May 3 17:03:26 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.4: +33 -13 lines
Diff to previous 1.4 (colored)
added support for getting encoding info from protocol and markup; added caching of headers and content in parser

Revision 1.4 / (download) - annotate - [select for diffs] , Wed May 3 15:40:01 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.3: +12 -8 lines
Diff to previous 1.3 (colored)
sync code/tests/

Revision 1.3 / (download) - annotate - [select for diffs] , Wed May 3 10:19:39 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.2: +12 -2 lines
Diff to previous 1.2 (colored)
switched encoding to general parsing property (although not yet implemented

Revision 1.2 / (download) - annotate - [select for diffs] , Tue May 2 08:29:45 2006 UTC (2 years, 5 months ago) by dom
Changes since 1.1: +19 -9 lines
Diff to previous 1.1 (colored)
using httplib2 to cache HTTP requests

Revision 1.1 / (download) - annotate - [select for diffs] , Tue May 2 07:44:17 2006 UTC (2 years, 5 months ago) by dom
Diff
initial tests for a mobile web best practices validator

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster