Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for Modules/audioop.c - pythoncapi/cpython · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
audioop.c
on
pythoncapi
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 14, 2018
Remove PyModule_GetDict from new C API
Dino Viehland
committed
52590bc
View commit details
Copy full SHA for 52590bc
View code at this point
Browse repository at this point
Commits on Sep 4, 2018
Add PySequence_Fast_GetItemRef() and PyList_GetItemRef()
Show description for e0889e9
vstinner
committed
e0889e9
View commit details
Copy full SHA for e0889e9
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
bpo-33781: audioop: enhance rounding double as int (GH-7447)
Show description for 45e4efb
vstinner
authored
45e4efb
View commit details
Copy full SHA for 45e4efb
View code at this point
Browse repository at this point
Commits on Aug 20, 2017
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119)
orenmn
authored and
serhiy-storchaka
committed
1d1d3e9
View commit details
Copy full SHA for 1d1d3e9
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Use uint16_t instead of short in audioop.
serhiy-storchaka
committed
8be1740
View commit details
Copy full SHA for 8be1740
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
replace PyInt16 with int16_t
benjaminp
committed
bb0b0d9
View commit details
Copy full SHA for bb0b0d9
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
replace PY_SIZE_MAX with SIZE_MAX
benjaminp
committed
2f8bfef
View commit details
Copy full SHA for 2f8bfef
View code at this point
Browse repository at this point
Fix some warnings from MSVC
zooba
committed
a439191
View commit details
Copy full SHA for a439191
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
replace Python aliases for standard integer types with the standard integer types (#17884)
benjaminp
committed
9b3d770
View commit details
Copy full SHA for 9b3d770
View code at this point
Browse repository at this point
Commits on Jul 19, 2016
Issue #1621: Avoid signed int negation overflow in audioop
vadmium
committed
6fb9090
View commit details
Copy full SHA for 6fb9090
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on May 8, 2016
Merge typo fixes from 3.5
vadmium
committed
1ce738e
View commit details
Copy full SHA for 1ce738e
View code at this point
Browse repository at this point
Corrections for a/an in code comments and documentation
vadmium
committed
4c35964
View commit details
Copy full SHA for 4c35964
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added the const qualifier to static constant arrays.
serhiy-storchaka
committed
2d06e84
View commit details
Copy full SHA for 2d06e84
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
vadmium
committed
2eb819f
View commit details
Copy full SHA for 2eb819f
View code at this point
Browse repository at this point
Issue #25523: Correct "a" article to "an" article
Show description for 7462b64
vadmium
committed
7462b64
View commit details
Copy full SHA for 7462b64
View code at this point
Browse repository at this point
Commits on Jun 28, 2015
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
Show description for b9b9e7b
serhiy-storchaka
committed
b9b9e7b
View commit details
Copy full SHA for b9b9e7b
View code at this point
Browse repository at this point
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
Show description for 449e2be
serhiy-storchaka
committed
449e2be
View commit details
Copy full SHA for 449e2be
View code at this point
Browse repository at this point
Commits on May 29, 2015
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Show description for a663121
serhiy-storchaka
committed
a663121
View commit details
Copy full SHA for a663121
View code at this point
Browse repository at this point
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Show description for 50451eb
serhiy-storchaka
committed
50451eb
View commit details
Copy full SHA for 50451eb
View code at this point
Browse repository at this point
Commits on Apr 14, 2015
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
larryhastings
committed
89964c4
View commit details
Copy full SHA for 89964c4
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Issue #23501: Argumen Clinic now generates code into separate files by default.
serhiy-storchaka
committed
1009bf1
View commit details
Copy full SHA for 1009bf1
View code at this point
Browse repository at this point
Commits on Jan 28, 2014
Issue #20326: Argument Clinic now uses a simple, unique signature to
Show description for 581ee36
larryhastings
committed
581ee36
View commit details
Copy full SHA for 581ee36
View code at this point
Browse repository at this point
Commits on Jan 27, 2014
Issue #20394: Attempt to silence CID 1164423: Division or modulo by zero in audioop_ratecv_impl()
Show description for c4ab9a4
tiran
committed
c4ab9a4
View commit details
Copy full SHA for c4ab9a4
View code at this point
Browse repository at this point
Commits on Jan 26, 2014
fix refleak on error
benjaminp
committed
08673c5
View commit details
Copy full SHA for 08673c5
View code at this point
Browse repository at this point
Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).
larryhastings
committed
f256c22
View commit details
Copy full SHA for f256c22
View code at this point
Browse repository at this point
Issue #20390: Small fixes and improvements for Argument Clinic.
larryhastings
committed
c204726
View commit details
Copy full SHA for c204726
View code at this point
Browse repository at this point
Commits on Jan 25, 2014
Issue #20133: The audioop module now uses Argument Clinic.
serhiy-storchaka
committed
8d00d73
View commit details
Copy full SHA for 8d00d73
View code at this point
Browse repository at this point
Commits on Jan 13, 2014
fix refleak in the error case
benjaminp
committed
a51791a
View commit details
Copy full SHA for a51791a
View code at this point
Browse repository at this point
Commits on Jan 3, 2014
audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a
Show description for daeffd2
vstinner
committed
daeffd2
View commit details
Copy full SHA for daeffd2
View code at this point
Browse repository at this point
Commits on Nov 23, 2013
Issue #19641: Added the audioop.byteswap() function to convert big-endian
Show description for 3062c9a
serhiy-storchaka
committed
3062c9a
View commit details
Copy full SHA for 3062c9a
View code at this point
Browse repository at this point
Commits on Nov 11, 2013
Fixed compile error on Windows caused by arithmetic with void * pointers
Show description for 23a7827
serhiy-storchaka
committed
23a7827
View commit details
Copy full SHA for 23a7827
View code at this point
Browse repository at this point
Commits on Nov 10, 2013
Issue #16685: Added support for any bytes-like objects in the audioop module.
Show description for 711e91b
serhiy-storchaka
committed
711e91b
View commit details
Copy full SHA for 711e91b
View code at this point
Browse repository at this point
Commits on Oct 31, 2013
Issue #19418 Fix some warnings on Win64
tjguk
committed
fa6ab0f
View commit details
Copy full SHA for fa6ab0f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.