-
Notifications
You must be signed in to change notification settings - Fork 271
Comparing changes
Open a pull request
base repository: benjaminp/six
base: 1.12.0
head repository: benjaminp/six
compare: 1.13.0
- 19 commits
- 10 files changed
- 8 contributors
Commits on Dec 29, 2018
-
Remove distutils fallback and outdated comment (#269)
setuptools includes a vendored version of six (and other dependencies). They are not installed through traditional tools. Therefore, distutils is not required as a fallback to facilitate setuptools. https://github.com/pypa/setuptools/blob/v40.6.3/setuptools/_vendor/six.py
Configuration menu - View commit details
-
Copy full SHA for d5efa74 - Browse repository at this point
Copy the full SHA d5efa74View commit details
Commits on Jan 2, 2019
-
Document that binary_type is only necessary for Python 2.5 compat (#270)
As documented in the Python 2.6 release notes: https://docs.python.org/2/whatsnew/2.6.html#pep-3112-byte-literals > For future compatibility, Python 2.6 adds bytes as a synonym for the > str type ... To encourage more forward compatible code bases, inform users of this builtin alias. This addition is similar in spirit to the note for the b() function.
Configuration menu - View commit details
-
Copy full SHA for 44f9d2e - Browse repository at this point
Copy the full SHA 44f9d2eView commit details
Commits on Jan 19, 2019
-
minor formatting fix to ensure_str documentation (#273)
Small update to the `ensure_str` function's documentation formatting to match `ensure_binary` and `ensure_text`'s formatting.
Configuration menu - View commit details
-
Copy full SHA for 296c10c - Browse repository at this point
Copy the full SHA 296c10cView commit details
Commits on Jan 28, 2019
-
Travis CI: Start testing on Python 3.6, 3.7, and nightly. (#275)
Also, [remove the __sudo__ tag per recommendation of Travis](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration).
Configuration menu - View commit details
-
Copy full SHA for d507154 - Browse repository at this point
Copy the full SHA d507154View commit details
Commits on Feb 2, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for 6845a1b - Browse repository at this point
Copy the full SHA 6845a1bView commit details
Commits on Apr 9, 2019
-
There was `six.io` if and only if py3, which was error-prone.
Configuration menu - View commit details
-
Copy full SHA for 8da94b8 - Browse repository at this point
Copy the full SHA 8da94b8View commit details
Commits on Jun 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for aa4e90b - Browse repository at this point
Copy the full SHA aa4e90bView commit details
Commits on Nov 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ebb0db5 - Browse repository at this point
Copy the full SHA ebb0db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10538f7 - Browse repository at this point
Copy the full SHA 10538f7View commit details -
We are obliged to use a very old version that supports Python 3.2.
Configuration menu - View commit details
-
Copy full SHA for efd43d0 - Browse repository at this point
Copy the full SHA efd43d0View commit details -
Revert "Remove distutils fallback and outdated comment (#269)" (#304)
This reverts commit d5efa74. The original intention of providing a distutils fallback has not gone away. These three extra lines will almost never be used, as most people have setuptools or install with pip anyway, and at the same time it serves as a very low-maintenance solution for people who *do* want to bootstrap setuptools. Bootstrapping setuptools without vendored six (and pyparsing) is a valid use case. Although setuptools by default ships with vendored dependencies, it supports removing the contents of the _vendored/ directory and falling back to an installed version of six.py -- and thirdparty vendors of setuptools, such as Arch Linux and OpenSUSE, actually make use of this and need to be able to bootstrap the dependency tree of setuptools itself.
Configuration menu - View commit details
-
Copy full SHA for 7385912 - Browse repository at this point
Copy the full SHA 7385912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 899b9c6 - Browse repository at this point
Copy the full SHA 899b9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a997033 - Browse repository at this point
Copy the full SHA a997033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f2f571 - Browse repository at this point
Copy the full SHA 1f2f571View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc54ea - Browse repository at this point
Copy the full SHA 0dc54eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f74902 - Browse repository at this point
Copy the full SHA 8f74902View commit details -
Configuration menu - View commit details
-
Copy full SHA for a64af38 - Browse repository at this point
Copy the full SHA a64af38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 203b81c - Browse repository at this point
Copy the full SHA 203b81cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec58185 - Browse repository at this point
Copy the full SHA ec58185View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.12.0...1.13.0