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
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.6k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-114894: add array.array.clear() method
- #114919
#114919
Merged
JelleZijlstra
merged 14 commits into
python:main
python/cpython:main
from
mikeziminio:fix-issue-114894
mikeziminio/cpython:fix-issue-114894
Copy head branch name to clipboard
Feb 10, 2024
Conversation
Commits
14
(14)
Checks
Files changed
Merged
gh-114894: add array.array.clear() method
#114919
JelleZijlstra
merged 14 commits into
python:main
python/cpython:main
from
mikeziminio:fix-issue-114894
mikeziminio/cpython:fix-issue-114894
Copy head branch name to clipboard
Commits
Commits on Feb 2, 2024
pythongh-114894: add array.array.clear() method
mikeziminio
committed
be9733a
View commit details
Copy full SHA for be9733a
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
9c2c360
View commit details
Copy full SHA for 9c2c360
Browse repository at this point
added test and documentation
mikeziminio
committed
8adac42
View commit details
Copy full SHA for 8adac42
Browse repository at this point
fixed - trim trailing whitespace
mikeziminio
committed
e04c2fa
View commit details
Copy full SHA for e04c2fa
Browse repository at this point
Commits on Feb 6, 2024
Update Modules/arraymodule.c
Show description for 7630069
mikeziminio
and
aisk
authored
7630069
View commit details
Copy full SHA for 7630069
Browse repository at this point
Update Misc/NEWS.d/next/Library/2024-02-02-15-50-13.gh-issue-114894.DF-dSd.rst
Show description for 556bf1a
mikeziminio
and
JelleZijlstra
authored
556bf1a
View commit details
Copy full SHA for 556bf1a
Browse repository at this point
add memoryview test, update other tests
mikeziminio
committed
b5b9e63
View commit details
Copy full SHA for b5b9e63
Browse repository at this point
add MutableSequence test
mikeziminio
committed
83422b0
View commit details
Copy full SHA for 83422b0
Browse repository at this point
resolve clinic conflicts
mikeziminio
committed
4d5fcfb
View commit details
Copy full SHA for 4d5fcfb
Browse repository at this point
add whatsnew doc
mikeziminio
committed
519ad21
View commit details
Copy full SHA for 519ad21
Browse repository at this point
change issue reference
mikeziminio
committed
6242242
View commit details
Copy full SHA for 6242242
Browse repository at this point
move so that it matches the alphabetical order.
mikeziminio
committed
fc76d73
View commit details
Copy full SHA for fc76d73
Browse repository at this point
Commits on Feb 7, 2024
Update Doc/whatsnew/3.13.rst
Show description for 7b46716
mikeziminio
and
JelleZijlstra
authored
7b46716
View commit details
Copy full SHA for 7b46716
Browse repository at this point
Update Doc/library/array.rst
Show description for a399ac6
mikeziminio
and
JelleZijlstra
authored
a399ac6
View commit details
Copy full SHA for a399ac6
Browse repository at this point
You can’t perform that action at this time.