| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2011-09-09 | 1.5 kB | |
| PyXB-full-1.1.3.tar.gz | 2011-09-09 | 12.4 MB | |
| notice-1.1.3.txt | 2011-09-09 | 1.5 kB | |
| PyXB-saml20-1.1.3.tar.gz | 2011-09-09 | 134.0 kB | |
| PyXB-wssplat-1.1.3.tar.gz | 2011-09-09 | 538.3 kB | |
| PyXB-opengis-1.1.3.tar.gz | 2011-09-09 | 8.3 MB | |
| PyXB-common-1.1.3.tar.gz | 2011-09-09 | 582.5 kB | |
| PyXB-doc-1.1.3.tar.gz | 2011-09-09 | 2.8 MB | |
| PyXB-base-1.1.3.tar.gz | 2011-09-09 | 905.1 kB | |
| Totals: 9 Items | 25.6 MB | 0 | |
1.1.3 (09 Sep 2011) -------------------- General cleanup, finish up a few previously unsupported datatypes. - Correct extension of a simple type with enumeration restrictions. :ticket:`89` - Use the Python string type as the basis for `xs:hexBinary <http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#hexBinary>`_. :ticket:`90` - Support ``+`` in ``PYXB_ARCHIVE_PATH`` like the documentation says. :ticket:`92` - Correct exception reference. :ticket:`93` - Correct handling of the `ur-type <http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#key-urType>`_. :ticket:`94` - Automatically provide an `xsi:type <http://www.w3.org/TR/xmlschema-1/#xsi_type>`_ attribute when the schema uses the ur-type. :ticket:`95` - Implement `xs:base64binary <http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#base64Binary>`_. :ticket:`83`, :ticket:`96` - Fix pickling and URI path issues on Windows. :ticket:`97`, :ticket:`98` - Correct extensions that involve wildcards. :ticket:`100` - Do a better job resolving circular dependencies, and don't try to write two namespace groups to the same binding file. :ticket:`104`, :ticket:`105` - Add a bundle for :ref:`Security Assertion Markup Language <bundle_saml20>`. Thanks to Michael van der Westhuizen for providing this (sixteen months ago). :ticket:`106` - Avoid overwrite of Python `built-in constants <http://docs.python.org/library/constants.html>`_, including ``None``, ``True``, and ``False``. :ticket:`107`