aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* some last tweaks to pass the test audioop suiteRichard Plangger2017-02-221-3/+16
* audioop support size == 3Richard Plangger2017-02-221-4/+51
* audioop, check_size also accepts size == 3 nowRichard Plangger2017-02-221-3/+2
* hg merge defaultArmin Rigo2017-01-171-3/+3
|\
| * Fix the warnings in audioop, introduced in a recent cffi versionArmin Rigo2017-01-121-3/+3
* | Use ffi.from_buffer() in places that accept buffers, not just bytes (relevant...Ronan Lamy2016-12-071-3/+3
* | Final merge from branch 'py3k'Ronan Lamy2016-10-111-24/+17
|\ \
| * | merge defaultPhilip Jenvey2016-10-091-24/+17
| |\|
| | * 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
* | | Fix tests for audioop.byteswap(), and test_wave passes.Amaury Forgeot d'Arc2016-09-221-0/+1
* | | audioop.byteswap()Armin Rigo2016-09-131-0/+15
|/ /
* | hg merge py3kManuel Jacob2015-06-181-615/+1
|\ \
| * | hg merge defaultManuel Jacob2015-06-021-615/+1
| |\|
| | * 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
* | | Remove duplicate code probably introduced by a merge of py3k.Manuel Jacob2015-02-231-446/+0
* | | hg merge py3kAmaury Forgeot d'Arc2015-02-161-67/+650
|\| |
| * | hg merge defaultAmaury Forgeot d'Arc2015-02-151-0/+1
| |\|
| | * Fix test_audioopAmaury Forgeot d'Arc2015-02-151-0/+1
| * | hg merge defaultAmaury Forgeot d'Arc2015-02-141-85/+708
| |\|
| | * 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
* | | audioop: Use cffi instead of ctypes to create mutable buffersAmaury Forgeot d'Arc2014-12-311-18/+25
* | | Full implementation of the audioop module!Amaury Forgeot d'Arc2014-12-301-6/+505
|/ /
* | merge defaultPhilip Jenvey2014-03-121-2/+2
|\|
| * py3k compatPhilip Jenvey2014-03-121-2/+2
* | merge default w/ stdlib-2.7.6Philip Jenvey2014-03-081-27/+32
|\|
| * fixes for audioopBrian Kearns2014-03-011-27/+33
* | merge defaultPhilip Jenvey2014-02-211-8/+525
|\|
| * 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
* | 2to3Philip Jenvey2014-01-141-3/+3
|/
* Started on audioop module.Alex Gaynor2014-01-061-0/+29