aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the warnings in audioop, introduced in a recent cffi versionArmin Rigo2017-01-121-3/+3
* audioop fixes: cpython issues 24456, 24457, weightA/B gcd from 16686Philip Jenvey2016-10-081-2/+4
* More state checking in audioopAlex Gaynor2016-03-201-12/+17
* Added some fixes for audioopAlex Gaynor2016-03-201-3/+8
* audioop: use an out-of-line moduleArmin Rigo2015-05-191-620/+1
* These functions can be static too. It's certainly better than exporting (and...Armin Rigo2015-05-191-0/+5
* Fix test_audioopAmaury Forgeot d'Arc2015-02-151-0/+1
* Issue #1975: Port some audioop functions to cffi,Amaury Forgeot d'Arc2015-02-131-68/+185
* Issue #1975: copy and adapt the audioop module from the py3.3 branch.Amaury Forgeot d'Arc2015-02-101-26/+531
* py3k compatPhilip Jenvey2014-03-121-2/+2
* fixes for audioopBrian Kearns2014-03-011-27/+33
* refactor to sumPhilip Jenvey2014-02-211-4/+2
* better py3k portabilityPhilip Jenvey2014-02-211-10/+13
* Some cleanup to audioopAlex Gaynor2014-02-181-22/+28
* add implementations of the most commonly used audioop functions (from pydub)jiaaro2014-01-231-8/+518
* Started on audioop module.Alex Gaynor2014-01-061-0/+29