CVS log for 2001/xmlsec-python/c14n.py
Up to [Public] / 2001 / xmlsec-python
Request diff between arbitrary revisions
Default branch: 1
Revision 1.23 / (download) - annotate - [select for diffs]
, Fri Apr 26 21:22:00 2002 UTC (6 years, 2 months ago) by reagle
CVS Tags: HEAD
Changes since 1.22: +26 -19
lines
Diff to previous 1.22
(colored)
corrects the xml:foo attribute bugs
Revision 1.22 / (download) - annotate - [select for diffs]
, Wed Apr 24 19:35:59 2002 UTC (6 years, 2 months ago) by reagle
Changes since 1.21: +8 -7
lines
Diff to previous 1.21
(colored)
added _inslusive as a test for ! exc-c14n
Revision 1.21 / (download) - annotate - [select for diffs]
, Wed Apr 17 17:50:07 2002 UTC (6 years, 2 months ago) by reagle
Changes since 1.20: +14 -13
lines
Diff to previous 1.20
(colored)
corrected reliance upon parent and moved to a dictionary of ancestors
Revision 1.20 / (download) - annotate - [select for diffs]
, Mon Apr 8 21:38:37 2002 UTC (6 years, 2 months ago) by reagle
Changes since 1.19: +2 -2
lines
Diff to previous 1.19
(colored)
changed text for comment paramater to be default is no comments; also noted serious bug: we need to compare with ancestors, not pvalue
Revision 1.19 / (download) - annotate - [select for diffs]
, Fri Apr 5 16:35:39 2002 UTC (6 years, 3 months ago) by reagle
Changes since 1.18: +7 -10
lines
Diff to previous 1.18
(colored)
Supports exc-c14n, and begining of a processNS argument processing.
Revision 1.18 / (download) - annotate - [select for diffs]
, Thu Jan 17 21:47:32 2002 UTC (6 years, 5 months ago) by reagle
Changes since 1.17: +27 -22
lines
Diff to previous 1.17
(colored)
*** empty log message ***
Revision 1.17 / (download) - annotate - [select for diffs]
, Thu Nov 29 20:29:01 2001 UTC (6 years, 7 months ago) by reagle
Changes since 1.16: +2 -2
lines
Diff to previous 1.16
(colored)
None
Revision 1.16 / (download) - annotate - [select for diffs]
, Thu Nov 29 19:55:45 2001 UTC (6 years, 7 months ago) by reagle
Changes since 1.15: +2 -2
lines
Diff to previous 1.15
(colored)
None
Revision 1.15 / (download) - annotate - [select for diffs]
, Thu Nov 29 19:41:08 2001 UTC (6 years, 7 months ago) by reagle
Changes since 1.14: +8 -2
lines
Diff to previous 1.14
(colored)
fixed xmlns:xml=...1998
Revision 1.14 / (download) - annotate - [select for diffs]
, Tue Nov 13 16:50:27 2001 UTC (6 years, 7 months ago) by reagle
Changes since 1.13: +42 -40
lines
Diff to previous 1.13
(colored)
rich's tweaks and correction to exc xml:foo bug
Revision 1.13 / (download) - annotate - [select for diffs]
, Wed Aug 1 14:36:51 2001 UTC (6 years, 11 months ago) by reagle
Changes since 1.12: +23 -24
lines
Diff to previous 1.12
(colored)
remove exclusive paramater.
if unsuppressedPrefixes == []: excl-c14n with no unsuppressedPrefixes
if unsuppressedPrefixes == None: Canonical XML (no exlusive)
Revision 1.12 / (download) - annotate - [select for diffs]
, Wed Aug 1 14:04:24 2001 UTC (6 years, 11 months ago) by reagle
Changes since 1.11: +8 -13
lines
Diff to previous 1.11
(colored)
minor tweaks
Revision 1.11 / (download) - annotate - [select for diffs]
, Tue Jul 31 22:18:16 2001 UTC (6 years, 11 months ago) by reagle
Changes since 1.10: +133 -217
lines
Diff to previous 1.10
(colored)
cleanups and rich's improvements to the xpath harness
Revision 1.10 / (download) - annotate - [select for diffs]
, Mon Jul 30 22:27:02 2001 UTC (6 years, 11 months ago) by reagle
Changes since 1.9: +99 -81
lines
Diff to previous 1.9
(colored)
contains salzs tweaks on reagles subset implementation; as well as exclusive c14n proposal
Revision 1.9 / (download) - annotate - [select for diffs]
, Thu Jul 26 14:51:38 2001 UTC (6 years, 11 months ago) by reagle
Changes since 1.8: +0 -0
lines
Diff to previous 1.8
(colored)
*** empty log message ***
Revision 1.8 / (download) - annotate - [select for diffs]
, Wed Jul 25 16:59:52 2001 UTC (6 years, 11 months ago) by reagle
Changes since 1.7: +8 -10
lines
Diff to previous 1.7
(colored)
moved constants to file scope level so they are constant.
Revision 1.7 / (download) - annotate - [select for diffs]
, Wed Jul 25 16:56:23 2001 UTC (6 years, 11 months ago) by reagle
Changes since 1.6: +0 -0
lines
Diff to previous 1.6
(colored)
*** empty log message ***
Revision 1.6 / (download) - annotate - [select for diffs]
, Wed Jul 25 16:55:33 2001 UTC (6 years, 11 months ago) by reagle
Changes since 1.5: +10 -2
lines
Diff to previous 1.5
(colored)
oops, when i removed the diagnostic prints, also took some _stack.pop() with them, restored
Revision 1.5 / (download) - annotate - [select for diffs]
, Wed Jul 25 16:34:54 2001 UTC (6 years, 11 months ago) by reagle
Changes since 1.4: +2 -3
lines
Diff to previous 1.4
(colored)
*** empty log message ***
Revision 1.4 / (download) - annotate - [select for diffs]
, Wed Jul 25 16:12:15 2001 UTC (6 years, 11 months ago) by reagle
Changes since 1.3: +18 -16
lines
Diff to previous 1.3
(colored)
terser global constants
Revision 1.3 / (download) - annotate - [select for diffs]
, Wed Jul 25 15:19:54 2001 UTC (6 years, 11 months ago) by reagle
Changes since 1.2: +2 -2
lines
Diff to previous 1.2
(colored)
typo
Revision 1.2 / (download) - annotate - [select for diffs]
, Wed Jul 25 15:13:40 2001 UTC (6 years, 11 months ago) by reagle
Changes since 1.1: +0 -0
lines
Diff to previous 1.1
(colored)
*** empty log message ***
Revision 1.1 / (download) - annotate - [select for diffs]
, Wed Jul 25 15:11:33 2001 UTC (6 years, 11 months ago) by reagle
Diff
*** empty log message ***
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.
Webmaster