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