1. 17 Mar, 2013 1 commit
  2. 16 Mar, 2013 3 commits
  3. 11 Mar, 2013 2 commits
  4. 04 Mar, 2013 2 commits
  5. 03 Mar, 2013 2 commits
  6. 26 Feb, 2013 4 commits
  7. 21 Feb, 2013 2 commits
  8. 18 Feb, 2013 2 commits
  9. 16 Feb, 2013 8 commits
  10. 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
  11. 14 Feb, 2013 13 commits