News and announcements

0.4.2.2 Stable Release

Written for XorgParser by Alberto Milone on 2010-04-20

* xutils.py:
  - make isDriverInSection() return True only if all of the specified
    sections contain the driver. This prevents isDriverEnabled() from
    returning false positives.
* 1-test.py:
   - Modify the test for testIsDriverEnabled() so as to test the correct
     behaviour.
   - Add two more tests for IsDriverEnabled().

0.4.2.1 Stable Release

Written for XorgParser by Alberto Milone on 2010-03-26

* xorgparser.py:
  - Add InputClass to the whitelist of xorg.conf sections so that
    the validator doesn't raise an error about it.

Updated .

0.4.2 Stable Release

Written for XorgParser by Alberto Milone on 2009-01-04

* xorgparser.py:
  - remove harmless but useless lines after an Exception in getValue()
  - make sure that if optiontype != None the option (differently from
    the value) is always put in quotation marks in addOption()
* 0-test.py:
  - add a test for the quotation marks check in addOption()

0.4.1 Stable Release

Written for XorgParser by Alberto Milone on 2008-12-26

* xorgparser.py:
    - removeSection() and commentOutSection() now remove any reference to the
      sections they remove/comment out from self.identifiers
* 0-test.py:
    - modify the existing tests to test the corrections to removeSection() and
      commentOutSection() in xorgparser.py

0.4 Stable Release

Written for XorgParser by Alberto Milone on 2008-12-22

* Commented lines inside of sections are now preserved
* Sections can be removed or commented out without information loss (in the latter case)
* Better documentation (docstrings clean-up)

15 of 5 results

Announcements