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