1. 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
  2. 14 Feb, 2013 13 commits
  3. 13 Feb, 2013 7 commits
  4. 12 Feb, 2013 1 commit
  5. 10 Feb, 2013 3 commits
  6. 02 Feb, 2013 2 commits
  7. 01 Feb, 2013 1 commit
  8. 31 Jan, 2013 5 commits
  9. 29 Jan, 2013 1 commit
  10. 28 Jan, 2013 3 commits
  11. 25 Jan, 2013 3 commits