1. 19 Feb, 2018 1 commit
    • Vincent Philippon's avatar
      Fix documentation inconsistency on version specifier · 885402d3
      Vincent Philippon authored
      The `,` is the equivalent of an "and".
      Also, the pkg_resources section documents and behave like this too:
      
      ```
      >>> pkg_resources.Requirement('requests>1,>2').specifier.contains('1.2.3')
      False
      >>> pkg_resources.Requirement('requests>1,>2').specifier.contains('2.3.4')
      True
      ```
      885402d3
  2. 11 Feb, 2018 8 commits
  3. 10 Feb, 2018 1 commit
  4. 06 Feb, 2018 3 commits
  5. 05 Feb, 2018 1 commit
  6. 04 Feb, 2018 6 commits
  7. 03 Feb, 2018 3 commits
  8. 25 Jan, 2018 3 commits
  9. 23 Jan, 2018 1 commit
  10. 20 Jan, 2018 1 commit
  11. 05 Jan, 2018 12 commits