1. 25 May, 2017 2 commits
  2. 21 May, 2017 2 commits
  3. 20 May, 2017 1 commit
  4. 18 May, 2017 1 commit
  5. 17 May, 2017 1 commit
  6. 16 May, 2017 6 commits
  7. 15 May, 2017 4 commits
  8. 12 May, 2017 1 commit
  9. 10 May, 2017 1 commit
  10. 09 May, 2017 1 commit
  11. 08 May, 2017 1 commit
    • Robert Bradshaw's avatar
      Fix tuple/list wraparound failure. · 3377d3e3
      Robert Bradshaw authored
      Previously, if incrementing by the length failed to make the
      index positive, this *incremented* index was passed in an attempt
      to raise the correct error.
      
      This fixes #1700.
      3377d3e3
  12. 07 May, 2017 1 commit
  13. 06 May, 2017 5 commits
  14. 05 May, 2017 3 commits
  15. 01 May, 2017 1 commit
  16. 29 Apr, 2017 2 commits
  17. 24 Apr, 2017 3 commits
  18. 23 Apr, 2017 1 commit
    • Jakub Wilk's avatar
      Fix incorrect use of flags in re.sub() · 8c579988
      Jakub Wilk authored
      The 4th argument of re.sub() is maximum number of substitutions, not
      flags.
      
      re.M affects only semantics of ^ and $, so it wouldn't have any effect
      on this regexp.
      8c579988
  19. 18 Apr, 2017 1 commit
  20. 10 Apr, 2017 2 commits