Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Invoke bootstrap prior to cutting release. Fixes #1084.v36.2.0 | Jason R. Coombs | 2017-07-13 | 1 | -0/+1 |
| | |||||
* | Bump version: 36.1.1 → 36.2.0 | Jason R. Coombs | 2017-07-13 | 2 | -2/+2 |
| | |||||
* | Delint | Jason R. Coombs | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | Update changelog | Jason R. Coombs | 2017-07-13 | 1 | -0/+5 |
| | |||||
* | Update changelog. Ref #1081. | Jason R. Coombs | 2017-07-13 | 1 | -0/+8 |
| | |||||
* | Delint | Jason R. Coombs | 2017-07-13 | 1 | -20/+31 |
| | |||||
* | Use filter and next to directly extract a single failure. | Jason R. Coombs | 2017-07-13 | 1 | -8/+12 |
| | |||||
* | Use better variable names and the partition method for simplicity. | Jason R. Coombs | 2017-07-13 | 1 | -7/+6 |
| | |||||
* | Reindent | Jason R. Coombs | 2017-07-13 | 1 | -11/+12 |
| | |||||
* | Extract _check_extra function | Jason R. Coombs | 2017-07-13 | 1 | -7/+11 |
| | |||||
* | extract variable for expected_requires. | Jason R. Coombs | 2017-07-13 | 1 | -4/+5 |
| | |||||
* | Extract the creation of the mismatch marker. | Jason R. Coombs | 2017-07-13 | 1 | -13/+21 |
| | |||||
* | Restore test that includes an environment marker. | Jason R. Coombs | 2017-07-13 | 1 | -0/+6 |
| | |||||
* | Merge pull request #1081 from benoit-pierre/fix_environment_markers_handling | Jason R. Coombs | 2017-07-13 | 2 | -6/+43 |
|\ | | | | | Fix environment markers handling | ||||
| * | fix handling of environment markers in `install_requires` | Benoit Pierre | 2017-07-13 | 2 | -6/+43 |
| | | |||||
* | | Merge pull request #1053 from webknjaz/feature/enable-travis-pipelines | Jason R. Coombs | 2017-07-13 | 1 | -37/+39 |
|\ \ | | | | | | | Run build stages (pipelines) in Travis CI config | ||||
| * | | Explicitly ask Travis to use containers for jobs | Sviatoslav Sydorenko | 2017-07-14 | 1 | -0/+1 |
| | | | |||||
| * | | Don't run tests in deploy-only job | Sviatoslav Sydorenko | 2017-07-14 | 1 | -0/+2 |
| | | | |||||
| * | | Run build stages (pipelines) in Travis CI config | Sviatoslav Sydorenko | 2017-07-14 | 1 | -37/+36 |
|/ / | | | | | | | | | | | Also: * enable pip cache * split script into install+script steps | ||||
* | | Merge pull request #1057 from felixonmars/fix-typo | Jason R. Coombs | 2017-07-13 | 1 | -1/+1 |
|\ \ | | | | | | | Fix a typo: compatibilty -> compatibility | ||||
| * | | Fix a typo: compatibilty -> compatibility | Felix Yan | 2017-06-06 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1070 from benoit-pierre/tests_releated_fixes_and_tweaks | Jason R. Coombs | 2017-07-13 | 5 | -6/+8 |
|\ \ \ | | | | | | | | | Tests releated fixes and tweaks | ||||
| * | | | travis: fix ASCII builds | Benoit Pierre | 2017-07-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Setting LC_ALL/LC_CTYPE=C does not work since LANG=en_US.UTF-8. | ||||
| * | | | tests: mark test_unicode_filename_in_sdist with fail_on_ascii | Benoit Pierre | 2017-07-13 | 1 | -0/+2 |
| | | | | |||||
| * | | | tests: fix `fail_on_ascii` fixture | Benoit Pierre | 2017-07-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In my environment, with: - LANGUAGE=en_US:en_GB:en:C - LC_ALL=en_US.UTF-8 Running the testsuite with: - python3.6 -m pytest: is successful - tox -e py36: fails The later because LC_ALL is unset by tox, and LANGUAGE is not passed through, so `locale.getpreferredencoding()` returns 'ANSI_X3.4-1968'. | ||||
| * | | | tests: move py.test report arguments to pytest.ini | Benoit Pierre | 2017-07-13 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | So it's possible to run tox with something like: `py.test -k test_unicode_filename_in_sdist`, and not loose the default report arguments. | ||||
| * | | | tox: add xpassed tests to the report | Benoit Pierre | 2017-07-13 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Move clean install test to tests dir. | Jason R. Coombs | 2017-07-13 | 2 | -1/+1 |
| | | | |||||
* | | | Add comment explaining additional needs for this test. | Jason R. Coombs | 2017-07-13 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #1050 from alexwlchan/clean-install | Jason R. Coombs | 2017-07-13 | 2 | -0/+23 |
|\ \ \ | |/ / |/| | | [WIP] Add a test that setuptools can be installed in a clean environment | ||||
| * | | Fix bash syntax error | Alex Chan | 2017-06-01 | 1 | -1/+3 |
| | | | |||||
| * | | Add a test that setuptools can be installed in a clean environment | Alex Chan | 2017-06-01 | 2 | -0/+21 |
| | | | |||||
* | | | Bump version: 36.1.0 → 36.1.1v36.1.1 | Jason R. Coombs | 2017-07-13 | 2 | -2/+2 |
| | | | |||||
* | | | Confusingly, the issue was fixed in a larger point release on Python 3.3 ↵ | Jason R. Coombs | 2017-07-13 | 1 | -2/+2 |
| | | | | | | | | | | | | than on Python 3.2. | ||||
* | | | Correct bounds and boolean selector. | Jason R. Coombs | 2017-07-13 | 1 | -4/+4 |
| | | | |||||
* | | | Restrict use of os.makedirs to those with the security patch introduced in ↵ | Jason R. Coombs | 2017-07-13 | 1 | -4/+9 |
| | | | | | | | | | | | | Python 3.2.6, 3.3.5, and 3.4.1 per https://bugs.python.org/issue21082. Ref #1082. | ||||
* | | | Use unicode_literals in bootstrap script | Jason R. Coombs | 2017-07-13 | 1 | -0/+2 |
| | | | |||||
* | | | Correctly honor exist_ok. Ref #1083. | Jason R. Coombs | 2017-07-13 | 2 | -1/+8 |
| | | | |||||
* | | | Use makedirs with future compatibility throughout setuptools. Ref #1083. | Jason R. Coombs | 2017-07-13 | 4 | -10/+11 |
| | | | |||||
* | | | Bump version: 36.0.1 → 36.1.0v36.1.0 | Jason R. Coombs | 2017-07-13 | 2 | -2/+2 |
| | | | |||||
* | | | Avoid race condition in ensure_directory. Ref #1083. | Jason R. Coombs | 2017-07-13 | 3 | -2/+23 |
| | | | |||||
* | | | Limit the scope of deprecation of the upload_docs command. | Jason R. Coombs | 2017-06-06 | 2 | -1/+13 |
| |/ |/| | |||||
* | | Use io.open when saving entry_points. | Jason R. Coombs | 2017-06-04 | 1 | -1/+2 |
| | | |||||
* | | Use bump2version for releases so that annotated tags are employed. | Jason R. Coombs | 2017-06-01 | 1 | -1/+1 |
| | | |||||
* | | Update release process to give guidance on updating the changelog prior to ↵ | Jason R. Coombs | 2017-06-01 | 1 | -1/+11 |
|/ | | | | release. | ||||
* | Remove section on bootstrap branch, no longer relevant. | Jason R. Coombs | 2017-06-01 | 1 | -15/+0 |
| | |||||
* | Bump version: 36.0.0 → 36.0.1v36.0.1 | Jason R. Coombs | 2017-06-01 | 2 | -2/+2 |
| | |||||
* | Update changelog. Ref #1043. | Jason R. Coombs | 2017-06-01 | 1 | -0/+7 |
| | |||||
* | Merge pull request #1043 from alex/patch-1 | Jason R. Coombs | 2017-06-01 | 1 | -1/+1 |
|\ | | | | | fixed #1042 -- updates an import to use six from the vendored package | ||||
| * | fixed #1042 -- corrected an import | Alex Gaynor | 2017-05-31 | 1 | -1/+1 |
|/ |