summaryrefslogtreecommitdiff
path: root/tests/builtin.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix Timezone.local references; Change xsd.sxbasic.qualify() to use the ↵jortel2010-03-111-28/+28
| | | | schema tns when the document default namespace is not specified (None, None). This handles poorly written wsdl/schema files that contain unqualified references such as: base='Animal' but don't define a default namespace for the schema document. The expectation here (although incorrect) is that the schema tns be used.
* Add UTC class and change the wsse timestamps to use sax.date classes for ↵jortel2010-03-031-0/+1
| | | | propert formatting. Also, change wsse classes to have timestamps in UTC.
* Handle overflow errors when trying to convert dates such as: ↵jortel2009-12-231-1/+18
| | | | 0001-01-01T00:00:00.000Z.
* Trim microsecond to 999999 when bigger to comply with python ↵jortel2009-12-071-1/+15
| | | | datetime.datetime restriction.
* Convert XML date, time & datetime classes (XDate, XTime & XDateTime) to use ↵jortel2009-08-311-280/+485
| | | | the sax.date.py module classes.
* move test package to tests so not to conflict with python test packagejortel2008-08-051-0/+312