root/oss/bridge


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @760 [760] 08/03/08 08:28:37 sylvain Bumped to 0.3.6
(edit) @743 [743] 07/25/08 10:51:04 sylvain Fixed attribute set operation when the attribute doesn't exist yet.
(edit) @699 [699] 06/19/08 14:40:15 sylvain added some namespaces
(edit) @671 [671] 05/12/08 12:50:00 sylvain Renamed function parameter to something else than with which will be a …
(edit) @577 [577] 09/29/07 18:38:45 sylvain When the reset method is called on a parser it also rest the current …
(edit) @548 [548] 09/22/07 10:46:40 sylvain fix bug when qname is just the local name
(edit) @541 [541] 08/27/07 10:26:28 sylvain Moved to 0.3.5 and added bridge_amara
(edit) @520 [520] 08/20/07 13:40:21 sylvain moved to 0.3.4
(edit) @519 [519] 08/20/07 13:40:00 sylvain moved to 0.3.4
(edit) @494 [494] 08/08/07 08:23:14 sylvain Minor bug fix and AWS namespace added
(edit) @475 [475] 08/01/07 13:21:57 sylvain Added defuze ns
(edit) @472 [472] 08/01/07 09:06:05 sylvain Added a few utility functions
(edit) @439 [439] 07/19/07 05:54:18 sylvain Added two methods to access the attribute value and moved to 0.3.3
(edit) @413 [413] 07/11/07 09:37:38 sylvain New remove_from method
(edit) @405 [405] 07/07/07 16:34:37 sylvain Moved to 0.3.2
(edit) @402 [402] 07/07/07 14:55:13 sylvain added a replace method to bridge.Element
(edit) @382 [382] 06/21/07 05:51:29 sylvain reverted to egg
(edit) @375 [375] 06/21/07 05:37:33 sylvain Updated to 0.3.1, added XMPP ns declarations, changed the ATOMPUB_NS value …
(edit) @367 [367] 05/22/07 13:16:16 sylvain yet again
(edit) @366 [366] 05/22/07 13:11:27 sylvain gah previous fix was daft
(edit) @365 [365] 05/22/07 13:07:59 sylvain support lookup for attributes using single quotes
(edit) @361 [361] 05/22/07 12:03:38 sylvain Moved to 0.3.0 removed amara, elementtree, lxml and expat …
(edit) @359 [359] 05/10/07 04:02:10 sylvain Moved to 0.2.8
(edit) @358 [358] 05/10/07 03:54:19 sylvain Added more XMPP ns decl
(edit) @345 [345] 04/23/07 14:22:40 sylvain Another set of fixes for the default parser
(edit) @343 [343] 04/23/07 09:32:32 sylvain Serializing namespaces drives me nuts
(edit) @341 [341] 04/22/07 08:33:45 sylvain Duplicated the code so that when indent=False runs faster
(edit) @340 [340] 04/21/07 08:50:15 sylvain Implementing indenting for the default parser and added a is_mixed_content …
(edit) @337 [337] 04/20/07 14:49:12 sylvain Added a bunch of namespace declaration in common, added a collapse text in …
(edit) @330 [330] 04/14/07 06:51:43 sylvain Fixed xml: attributes
(edit) @329 [329] 04/14/07 06:16:48 sylvain Fixed encoding
(edit) @328 [328] 04/14/07 06:13:11 sylvain Fixed grmbl namespace
(edit) @327 [327] 04/14/07 06:06:30 sylvain Fixed startDocument for default parser
(edit) @326 [326] 04/14/07 05:36:48 sylvain Fixed attribute default namespace
(edit) @322 [322] 04/14/07 05:13:56 sylvain With the default parser all the xml ns declarations belong to the root …
(edit) @317 [317] 03/29/07 14:14:51 sylvain Moved to 0.2.7
(edit) @313 [313] 03/10/07 11:19:45 sylvain Better checking of element
(edit) @312 [312] 03/10/07 11:18:58 sylvain Fixed namespace support, added cdata, comment and PI support
(edit) @310 [310] 03/10/07 09:58:15 sylvain Missing .Count attribute
(edit) @309 [309] 03/10/07 09:54:25 sylvain Fix stupid ValuError? error on Windows
(edit) @308 [308] 03/10/07 09:51:39 sylvain Fix stupid ValuError? error on Windows
(edit) @301 [301] 02/23/07 12:27:00 sylvain Added a _local_name attribute to keep the original name of the element
(edit) @296 [296] 02/22/07 15:53:48 sylvain Fixed a minor bug when creating elements Added support for Comment and PI …
(edit) @294 [294] 02/19/07 04:43:40 sylvain Fixed naming handling when elements and attributes have a -
(edit) @289 [289] 02/05/07 05:51:09 sylvain doc update
(edit) @288 [288] 02/05/07 05:50:26 sylvain fixed element attribute creation
(edit) @287 [287] 02/05/07 05:49:58 sylvain forgot the feed element
(edit) @283 [283] 02/04/07 11:12:40 sylvain Added XMPP_ROSTER
(edit) @282 [282] 02/04/07 11:12:28 sylvain Refactored the dispatching model
(edit) @281 [281] 02/03/07 12:38:35 sylvain Import of the license
(edit) @280 [280] 02/03/07 12:38:18 sylvain XMPP filter
(edit) @279 [279] 02/03/07 12:27:13 sylvain Fixed typo
(edit) @278 [278] 02/03/07 12:24:54 sylvain Added expart parser
(edit) @277 [277] 02/03/07 12:24:39 sylvain Added bridge_expat parser
(edit) @276 [276] 02/03/07 12:24:18 sylvain New parser basd on the incremental parser. seems to be the fatest parser …
(edit) @275 [275] 02/03/07 12:23:47 sylvain Added dispatching per path in the incremental module and a simple lookup …
(edit) @274 [274] 02/03/07 02:48:06 sylvain Added convenient unregisters functions
(edit) @273 [273] 02/02/07 17:28:34 sylvain Ensured a previous document would not stay in place
(edit) @272 [272] 02/02/07 16:43:03 sylvain Updated to 0.2.4
(edit) @271 [271] 02/02/07 16:42:49 sylvain Added basic support for CDATA
(edit) @270 [270] 02/02/07 16:40:42 sylvain Added incremental parser to bridge
(edit) @263 [263] 01/28/07 11:03:15 sylvain guess what yet another namespace issue fixed
(edit) @262 [262] 01/28/07 10:59:56 sylvain fixed require_summary
(edit) @261 [261] 01/28/07 10:59:31 sylvain extended DC
(edit) @247 [247] 01/27/07 11:26:14 sylvain Updated to 0.2.3
(edit) @246 [246] 01/27/07 11:25:54 sylvain Fixed yet another namespace issue
(edit) @245 [245] 01/27/07 11:25:38 sylvain Remove tariling print statement
(edit) @231 [231] 01/20/07 11:12:54 sylvain --
(edit) @216 [216] 01/17/07 08:33:08 sylvain Updated to version 0.2.2
(edit) @202 [202] 01/15/07 07:34:01 sylvain Added set_bridge_parser function and a more namespaces and filters
(edit) @175 [175] 12/21/06 04:36:16 sylvain Added several XMPP declarations
(edit) @169 [169] 12/11/06 13:36:16 sylvain Added some support for XHTML Fixed a bug with setting elements as …
(edit) @166 [166] 12/11/06 08:04:37 sylvain Fixed a few issues
(edit) @165 [165] 12/11/06 08:04:24 sylvain Added XHTML filter Removed a few useless imports
(edit) @162 [162] 12/08/06 16:33:39 sylvain * Support for ElementTree? * Fixed extensively all parsers for namespace …
(edit) @161 [161] 12/07/06 03:59:45 sylvain First attempt at an elementtree parser... man that was quite a task to get …
(edit) @160 [160] 11/28/06 08:01:20 sylvain Added missing 'accept' element
(edit) @145 [145] 11/22/06 07:51:17 sylvain Wrong indent... meh
(edit) @135 [135] 11/22/06 07:38:26 sylvain Moved to version 0.1.6
(edit) @134 [134] 11/22/06 07:38:13 sylvain Improved the code a little
(edit) @133 [133] 11/22/06 07:37:52 sylvain Added a new validator for atom
(edit) @132 [132] 11/22/06 07:37:37 sylvain Added more filter functions
(edit) @131 [131] 11/22/06 07:37:24 sylvain Fixed namespace issue
(edit) @130 [130] 11/22/06 07:37:15 sylvain Fixed a namespace problem
(edit) @123 [123] 11/17/06 11:44:49 sylvain Added insert_after and insert_before
(edit) @122 [122] 11/17/06 11:44:33 sylvain Added init.py
(edit) @121 [121] 11/16/06 16:44:07 sylvain * Added get_child, has_child, get_children as comodity functions to …
(edit) @120 [120] 11/15/06 17:09:01 sylvain Fixed a bug in lxml parser and in the Element class
(edit) @115 [115] 11/08/06 16:36:35 sylvain Fixed big in Element.del attribute
(edit) @109 [109] 11/05/06 14:34:13 sylvain Slight change in the API. Attributes of Element and Attribute now start …
(edit) @108 [108] 11/05/06 14:33:38 sylvain Fixed serialization by using sax and a hack on the sax handler
(edit) @106 [106] 11/05/06 05:09:14 sylvain Added a few more atom attributes
(edit) @104 [104] 11/05/06 04:53:55 sylvain * Fixed lxml namespace handling * Added possibility to make XML …
(edit) @102 [102] 11/04/06 18:36:55 sylvain Added a small helper to get an attribute by its name
(edit) @101 [101] 11/04/06 15:57:15 sylvain remove useless file
(add) @100 [100] 11/04/06 15:43:26 sylvain First commit of bridge
Note: See TracRevisionLog for help on using the revision log.