Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some last tweaks to pass the test audioop suite | Richard Plangger | 2017-02-22 | 1 | -3/+16 |
* | audioop support size == 3 | Richard Plangger | 2017-02-22 | 1 | -4/+51 |
* | audioop, check_size also accepts size == 3 now | Richard Plangger | 2017-02-22 | 1 | -3/+2 |
* | hg merge default | Armin Rigo | 2017-01-17 | 1 | -3/+3 |
|\ | |||||
| * | Fix the warnings in audioop, introduced in a recent cffi version | Armin Rigo | 2017-01-12 | 1 | -3/+3 |
* | | Use ffi.from_buffer() in places that accept buffers, not just bytes (relevant... | Ronan Lamy | 2016-12-07 | 1 | -3/+3 |
* | | Final merge from branch 'py3k' | Ronan Lamy | 2016-10-11 | 1 | -24/+17 |
|\ \ | |||||
| * | | merge default | Philip Jenvey | 2016-10-09 | 1 | -24/+17 |
| |\| | |||||
| | * | audioop fixes: cpython issues 24456, 24457, weightA/B gcd from 16686 | Philip Jenvey | 2016-10-08 | 1 | -2/+4 |
| | * | More state checking in audioop | Alex Gaynor | 2016-03-20 | 1 | -12/+17 |
| | * | Added some fixes for audioop | Alex Gaynor | 2016-03-20 | 1 | -3/+8 |
* | | | Fix tests for audioop.byteswap(), and test_wave passes. | Amaury Forgeot d'Arc | 2016-09-22 | 1 | -0/+1 |
* | | | audioop.byteswap() | Armin Rigo | 2016-09-13 | 1 | -0/+15 |
|/ / | |||||
* | | hg merge py3k | Manuel Jacob | 2015-06-18 | 1 | -615/+1 |
|\ \ | |||||
| * | | hg merge default | Manuel Jacob | 2015-06-02 | 1 | -615/+1 |
| |\| | |||||
| | * | audioop: use an out-of-line module | Armin Rigo | 2015-05-19 | 1 | -620/+1 |
| | * | These functions can be static too. It's certainly better than exporting (and... | Armin Rigo | 2015-05-19 | 1 | -0/+5 |
* | | | Remove duplicate code probably introduced by a merge of py3k. | Manuel Jacob | 2015-02-23 | 1 | -446/+0 |
* | | | hg merge py3k | Amaury Forgeot d'Arc | 2015-02-16 | 1 | -67/+650 |
|\| | | |||||
| * | | hg merge default | Amaury Forgeot d'Arc | 2015-02-15 | 1 | -0/+1 |
| |\| | |||||
| | * | Fix test_audioop | Amaury Forgeot d'Arc | 2015-02-15 | 1 | -0/+1 |
| * | | hg merge default | Amaury Forgeot d'Arc | 2015-02-14 | 1 | -85/+708 |
| |\| | |||||
| | * | Issue #1975: Port some audioop functions to cffi, | Amaury Forgeot d'Arc | 2015-02-13 | 1 | -68/+185 |
| | * | Issue #1975: copy and adapt the audioop module from the py3.3 branch. | Amaury Forgeot d'Arc | 2015-02-10 | 1 | -26/+531 |
* | | | audioop: Use cffi instead of ctypes to create mutable buffers | Amaury Forgeot d'Arc | 2014-12-31 | 1 | -18/+25 |
* | | | Full implementation of the audioop module! | Amaury Forgeot d'Arc | 2014-12-30 | 1 | -6/+505 |
|/ / | |||||
* | | merge default | Philip Jenvey | 2014-03-12 | 1 | -2/+2 |
|\| | |||||
| * | py3k compat | Philip Jenvey | 2014-03-12 | 1 | -2/+2 |
* | | merge default w/ stdlib-2.7.6 | Philip Jenvey | 2014-03-08 | 1 | -27/+32 |
|\| | |||||
| * | fixes for audioop | Brian Kearns | 2014-03-01 | 1 | -27/+33 |
* | | merge default | Philip Jenvey | 2014-02-21 | 1 | -8/+525 |
|\| | |||||
| * | refactor to sum | Philip Jenvey | 2014-02-21 | 1 | -4/+2 |
| * | better py3k portability | Philip Jenvey | 2014-02-21 | 1 | -10/+13 |
| * | Some cleanup to audioop | Alex Gaynor | 2014-02-18 | 1 | -22/+28 |
| * | add implementations of the most commonly used audioop functions (from pydub) | jiaaro | 2014-01-23 | 1 | -8/+518 |
* | | 2to3 | Philip Jenvey | 2014-01-14 | 1 | -3/+3 |
|/ | |||||
* | Started on audioop module. | Alex Gaynor | 2014-01-06 | 1 | -0/+29 |