1. 20 May, 2017 1 commit
  2. 18 May, 2017 1 commit
  3. 17 May, 2017 1 commit
  4. 16 May, 2017 6 commits
  5. 15 May, 2017 4 commits
  6. 12 May, 2017 1 commit
  7. 10 May, 2017 1 commit
  8. 09 May, 2017 1 commit
  9. 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
  10. 07 May, 2017 1 commit
  11. 06 May, 2017 5 commits
  12. 05 May, 2017 3 commits
  13. 01 May, 2017 1 commit
  14. 29 Apr, 2017 2 commits
  15. 24 Apr, 2017 3 commits
  16. 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
  17. 18 Apr, 2017 1 commit
  18. 10 Apr, 2017 3 commits
  19. 09 Apr, 2017 3 commits