1. 16 Mar, 2013 2 commits
  2. 11 Mar, 2013 2 commits
  3. 04 Mar, 2013 2 commits
  4. 03 Mar, 2013 2 commits
  5. 18 Feb, 2013 2 commits
  6. 16 Feb, 2013 8 commits
  7. 15 Feb, 2013 1 commit
    • pombredanne's avatar
      Add support to ignore sections conditionally to a Python expression. · 937537a4
      pombredanne authored
      Section titles can now have this form:
       [sectionname:Python expression] # optional comment
      
      If the Python expression evals to False, the section will be ignored.
      
      Expressions have some defaults to support common conditions such as:
       [sectionname: not windows] # ignore this section on windows
      
      Section title lines in the traditional form are still supported of
      course:
       [sectionname] # optional comment 
      or
       [sectionname] ; optional comment 
      937537a4
  8. 14 Feb, 2013 16 commits
  9. 13 Feb, 2013 5 commits