FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-40755: Add missing multiset operations to Counter() by rhettinger · Pull Request #20339 · python/cpython · GitHub
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.3k
Star
75k
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
Back
|
FazBrowse Home
|
New Git URL