1. 04 Jul, 2015 3 commits
  2. 03 Jul, 2015 3 commits
  3. 02 Jul, 2015 1 commit
  4. 01 Jul, 2015 1 commit
  5. 29 Jun, 2015 1 commit
  6. 28 Jun, 2015 4 commits
  7. 27 Jun, 2015 1 commit
  8. 25 Jun, 2015 2 commits
  9. 24 Jun, 2015 1 commit
  10. 23 Jun, 2015 1 commit
  11. 21 Jun, 2015 3 commits
  12. 16 Jun, 2015 2 commits
  13. 13 Jun, 2015 1 commit
  14. 12 Jun, 2015 2 commits
  15. 10 Jun, 2015 1 commit
  16. 09 Jun, 2015 2 commits
  17. 08 Jun, 2015 2 commits
  18. 06 Jun, 2015 1 commit
  19. 03 Jun, 2015 1 commit
  20. 02 Jun, 2015 4 commits
  21. 01 Jun, 2015 1 commit
  22. 31 May, 2015 2 commits
    • Serhiy Storchaka's avatar
      Issue #19543: Emit deprecation warning for known non-text encodings. · c7797dc7
      Serhiy Storchaka authored
      Backported issues #19619: encode() and decode() methods and constructors
      of str, unicode and bytearray classes now emit deprecation warning for known
      non-text encodings when Python is ran with the -3 option.
      
      Backported issues #20404: io.TextIOWrapper (and hence io.open()) now uses the
      internal codec marking system added to emit deprecation warning for known non-text
      encodings at stream construction time when Python is ran with the -3 option.
      c7797dc7
    • Serhiy Storchaka's avatar
      Fixed test_audioop for issue #24326. · cfb7028d
      Serhiy Storchaka authored
      24-bit samples are not supported in 2.7.
      cfb7028d