summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/XML.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed pylint testsChris St. Pierre2014-01-301-2/+2
|
* Client: let lxml.etree XML implementation parse very large documentsChris St. Pierre2014-01-291-1/+9
|
* added missing docstringChris St. Pierre2014-01-221-2/+5
|
* Don't parse unicode XML with encodingChris St. Pierre2014-01-221-1/+10
| | | | | Fix another place where a unicode XML string with an encoding declaration may be read. Cf. 0f8d403d1a86cfbfe8222662dc445e16e8f7eff9
* various pylint fixesChris St. Pierre2012-09-251-1/+1
|
* expanded pylint coverageChris St. Pierre2012-09-251-6/+11
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-3/+4
|
* Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly ↵Chris St. Pierre2012-08-061-0/+36
| | | | | | on lxml.etree" This reverts commit 913d320ee02d5e16b61a14d97b2b1111d307d0d3.
* removed Bcfg2.Client.XML abstraction layer since we depend directly on ↵Chris St. Pierre2012-08-031-36/+0
| | | | lxml.etree
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+36
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>