summaryrefslogtreecommitdiffstats
path: root/src/xmlpythonizer.c
Commit message (Expand)AuthorAgeFilesLines
* Removed not needed \n from log_append() entriesDavid Sommerseth2010-02-051-5/+5
* Added logging flag to log_append() to change log behaviourDavid Sommerseth2010-02-051-6/+6
* Ported fprintf() -> log_append() on XML functionsDavid Sommerseth2010-01-081-49/+59
* Spelling fixesNima Talebi2009-12-141-1/+1
* Fixed incorrectly Py_DECREC() on Py_None valuesDavid Sommerseth2009-06-191-3/+5
* Fixed missing check which caused SEGV on Python2.3David Sommerseth2009-06-191-1/+1
* Added new function: dmixml_FindNodeByAttr_NoCase(...)David Sommerseth2009-06-151-1/+1
* Fixed wrong behavivour in pythonizeXMLnode() when no key value is foundDavid Sommerseth2009-06-151-23/+22
* Fixed wrong int->hex string conversionDavid Sommerseth2009-06-151-1/+1
* Pick the version info from version.hDavid Sommerseth2009-06-111-1/+2
* Don't set exceptions when it should already be setDavid Sommerseth2009-06-091-4/+16
* Moved xmlpythonizer.c over to new error functionsDavid Sommerseth2009-06-091-59/+48
* Pass typeid as int internally to the dmiMAP_ParseMappingXML_TypeID(...)David Sommerseth2009-06-091-3/+7
* Renamed _dmiMAP_GetRootElement(...) to dmiMAP_GetRootElement(...) and exporte...David Sommerseth2009-06-091-3/+3
* Updated comments for all functions in xmlpythonizer.c in Doxygen formatDavid Sommerseth2009-06-021-27/+171
* Replaced all 'for' iterations on xmlNodes with 'foreach_xmlnode'David Sommerseth2009-06-021-9/+9
* Rewrote the dmiMAP_ParseMappingXML(...) function and split it upDavid Sommerseth2009-06-021-77/+122
* Fixed WIP from last night (with notes)Nima Talebi2009-05-271-12/+16
* WIP commitNima Talebi2009-05-271-36/+34
* AutoheaderedNima Talebi2009-05-241-42/+113
* Broken commit - change in XML mapping designNima Talebi2009-05-241-8/+17
* Completed preliminary reimplementation of type()Nima Talebi2009-05-241-14/+21
* Reimplementing the type() function - WIPNima Talebi2009-05-231-6/+15
* Completed test caseNima Talebi2009-05-231-2/+2
* More cleanupNima Talebi2009-05-231-1/+1
* Reversioned, relicensed, and rejiggedNima Talebi2009-05-221-0/+1
* Added support for value type 'list:dict' for field mappingDavid Sommerseth2009-05-201-12/+78
* Added 'emptyValue' attribute in the Map tagDavid Sommerseth2009-05-151-14/+32
* Added new Map attribute - emptyIsNoneDavid Sommerseth2009-05-141-14/+57
* Support fixed size listsDavid Sommerseth2009-05-141-3/+67
* Fixed another parser issueDavid Sommerseth2009-05-141-111/+122
* Big rewrite of xmlpythonizerDavid Sommerseth2009-05-131-76/+155
* Improved error handling when parsing mapping XMLDavid Sommerseth2009-05-041-4/+6
* Rewritten dmixml_GetXPathContent(...) and _get_key_value(...)David Sommerseth2009-04-301-26/+43
* Reimplemented the XPath integrationDavid Sommerseth2009-04-291-27/+43
* Revert "Added filter and filtervalue attributes to xmlpythonizer's <Map> tags"David Sommerseth2009-04-291-74/+12
* Exported ptzmap_Free()David Sommerseth2009-04-291-1/+0
* Added filter and filtervalue attributes to xmlpythonizer's <Map> tagsDavid Sommerseth2009-04-291-12/+74
* Updated xmlpythonizer to support boolean type and dynamic XPath keysDavid Sommerseth2009-04-291-35/+86
* Added generic XML -> Python parserDavid Sommerseth2009-04-291-0/+522