1. 22 Mar, 2016 1 commit
  2. 21 Mar, 2016 7 commits
  3. 18 Mar, 2016 10 commits
  4. 17 Mar, 2016 7 commits
  5. 16 Mar, 2016 2 commits
  6. 15 Mar, 2016 3 commits
  7. 14 Mar, 2016 5 commits
  8. 13 Mar, 2016 1 commit
  9. 12 Mar, 2016 2 commits
  10. 11 Mar, 2016 2 commits
    • Stephane Nicoll's avatar
      Allow to disable debug property · d22265b1
      Stephane Nicoll authored
      Previously, adding `debug=false` in the environment had no effect as the
      mere presence of the property was used to enable the debug mode. This
      commit makes sure to also check the value and ignore the property if it
      is set to `false`.
      
      The documentation has also been updated to refer to the `trace` property.
      
      Closes gh-5374
      d22265b1
    • Stephane Nicoll's avatar
      Polish doc · 8cb602f2
      Stephane Nicoll authored
      Closes gh-5375
      8cb602f2