-
Notifications
You must be signed in to change notification settings - Fork 271
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: benjaminp/six
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.14.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: benjaminp/six
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.15.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 3 files changed
- 3 contributors
Commits on Apr 10, 2020
-
Co-authored-by: Benjamin Peterson <benjamin@python.org>
Configuration menu - View commit details
-
Copy full SHA for a5bb7aa - Browse repository at this point
Copy the full SHA a5bb7aaView commit details
Commits on May 20, 2020
-
Optimize ensure_str and ensure_binary. (#331)
We found that large applications that have undergone a 2 -> 3 migration and wound up with a lot of six.ensure_str and six.ensure_binary calls could save 1-2% CPU usage by optimizing these for the common case. Further optimization could be done by replacing them with extension module implementations - assumed out of scope for the pure Python six project itself. Ideally all of these calls and use of six in people's code would be removed after there all need for any Python 2 compatibility is gone. But completing that kind of type cleanup requires a lot of human engineering time. This lowers the ongoing costs in the interim. Contributed by YouTube.
Configuration menu - View commit details
-
Copy full SHA for 05c4f51 - Browse repository at this point
Copy the full SHA 05c4f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 714f40f - Browse repository at this point
Copy the full SHA 714f40fView commit details
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c0be881 - Browse repository at this point
Copy the full SHA c0be881View commit details
There are no files selected for viewing