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.5k
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
bpo-40755: Add missing multiset operations to Counter()
- #20339
#20339
Merged
rhettinger
merged 14 commits into
python:master
python/cpython:master
from
rhettinger:counter_subset
rhettinger/cpython:counter_subset
Copy head branch name to clipboard
May 28, 2020
Conversation
Commits
14
(14)
Checks
Files changed
Merged
bpo-40755: Add missing multiset operations to Counter()
#20339
rhettinger
merged 14 commits into
python:master
python/cpython:master
from
rhettinger:counter_subset
rhettinger/cpython:counter_subset
Copy head branch name to clipboard
Commits
Commits on May 24, 2020
Add basic definitions and invariants
rhettinger
committed
538878c
View commit details
Copy full SHA for 538878c
Browse repository at this point
Neaten-up
rhettinger
committed
ce91225
View commit details
Copy full SHA for ce91225
Browse repository at this point
Add blurb
rhettinger
committed
c160f82
View commit details
Copy full SHA for c160f82
Browse repository at this point
Remove the NotImplemented return values
rhettinger
committed
987532f
View commit details
Copy full SHA for 987532f
Browse repository at this point
Handle iterable inputs. Add some tests
rhettinger
committed
6a471a1
View commit details
Copy full SHA for 6a471a1
Browse repository at this point
Clean-up section on omitted operations
rhettinger
committed
db9e0e6
View commit details
Copy full SHA for db9e0e6
Browse repository at this point
Improve clarity by separating element values
rhettinger
committed
160b365
View commit details
Copy full SHA for 160b365
Browse repository at this point
Add tests. Handle negative values.
rhettinger
committed
9c3e9a6
View commit details
Copy full SHA for 9c3e9a6
Browse repository at this point
Isolate the predicate tests with negative counts
rhettinger
committed
8fc2b87
View commit details
Copy full SHA for 8fc2b87
Browse repository at this point
Optimized early-out versions. Beef-up docstrings.
rhettinger
committed
fdbe0c1
View commit details
Copy full SHA for fdbe0c1
Browse repository at this point
Clean-ups and optimization for the common case
rhettinger
committed
5e20521
View commit details
Copy full SHA for 5e20521
Browse repository at this point
Add documentation
rhettinger
committed
19a8b27
View commit details
Copy full SHA for 19a8b27
Browse repository at this point
Use subset and superset symbols
rhettinger
committed
74c471d
View commit details
Copy full SHA for 74c471d
Browse repository at this point
Commits on May 26, 2020
Fix typo in docstring
rhettinger
committed
f26a84a
View commit details
Copy full SHA for f26a84a
Browse repository at this point
You can’t perform that action at this time.