summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 36.2.0 → 36.2.1v36.2.1Jason R. Coombs2017-07-232-2/+2
* Update changelog. Ref #1089.Jason R. Coombs2017-07-231-0/+7
* Merge pull request #1089 from benoit-pierre/fix_requires_handlingJason R. Coombs2017-07-2310-65/+164
|\
| * fix `install_requires` handling of extrasBenoit Pierre2017-07-152-4/+41
| * fix `extras_require` handlingBenoit Pierre2017-07-152-27/+66
| * fix possible error when finalizing `install_requires`Benoit Pierre2017-07-152-2/+22
| * tests: rework clean install testBenoit Pierre2017-07-154-30/+34
| * tests: switch back to mock instead of backports.unittest_mockBenoit Pierre2017-07-155-6/+5
|/
* Invoke bootstrap prior to cutting release. Fixes #1084.v36.2.0Jason R. Coombs2017-07-131-0/+1
* Bump version: 36.1.1 → 36.2.0Jason R. Coombs2017-07-132-2/+2
* DelintJason R. Coombs2017-07-131-1/+1
* Update changelogJason R. Coombs2017-07-131-0/+5
* Update changelog. Ref #1081.Jason R. Coombs2017-07-131-0/+8
* DelintJason R. Coombs2017-07-131-20/+31
* Use filter and next to directly extract a single failure.Jason R. Coombs2017-07-131-8/+12
* Use better variable names and the partition method for simplicity.Jason R. Coombs2017-07-131-7/+6
* ReindentJason R. Coombs2017-07-131-11/+12
* Extract _check_extra functionJason R. Coombs2017-07-131-7/+11
* extract variable for expected_requires.Jason R. Coombs2017-07-131-4/+5
* Extract the creation of the mismatch marker.Jason R. Coombs2017-07-131-13/+21
* Restore test that includes an environment marker.Jason R. Coombs2017-07-131-0/+6
* Merge pull request #1081 from benoit-pierre/fix_environment_markers_handlingJason R. Coombs2017-07-132-6/+43
|\
| * fix handling of environment markers in `install_requires`Benoit Pierre2017-07-132-6/+43
* | Merge pull request #1053 from webknjaz/feature/enable-travis-pipelinesJason R. Coombs2017-07-131-37/+39
|\ \
| * | Explicitly ask Travis to use containers for jobsSviatoslav Sydorenko2017-07-141-0/+1
| * | Don't run tests in deploy-only jobSviatoslav Sydorenko2017-07-141-0/+2
| * | Run build stages (pipelines) in Travis CI configSviatoslav Sydorenko2017-07-141-37/+36
|/ /
* | Merge pull request #1057 from felixonmars/fix-typoJason R. Coombs2017-07-131-1/+1
|\ \
| * | Fix a typo: compatibilty -> compatibilityFelix Yan2017-06-061-1/+1
* | | Merge pull request #1070 from benoit-pierre/tests_releated_fixes_and_tweaksJason R. Coombs2017-07-135-6/+8
|\ \ \
| * | | travis: fix ASCII buildsBenoit Pierre2017-07-131-2/+2
| * | | tests: mark test_unicode_filename_in_sdist with fail_on_asciiBenoit Pierre2017-07-131-0/+2
| * | | tests: fix `fail_on_ascii` fixtureBenoit Pierre2017-07-131-2/+2
| * | | tests: move py.test report arguments to pytest.iniBenoit Pierre2017-07-132-2/+2
| * | | tox: add xpassed tests to the reportBenoit Pierre2017-07-131-1/+1
| | |/ | |/|
* | | Move clean install test to tests dir.Jason R. Coombs2017-07-132-1/+1
* | | Add comment explaining additional needs for this test.Jason R. Coombs2017-07-131-0/+7
* | | Merge pull request #1050 from alexwlchan/clean-installJason R. Coombs2017-07-132-0/+23
|\ \ \ | |/ / |/| |
| * | Fix bash syntax errorAlex Chan2017-06-011-1/+3
| * | Add a test that setuptools can be installed in a clean environmentAlex Chan2017-06-012-0/+21
* | | Bump version: 36.1.0 → 36.1.1v36.1.1Jason R. Coombs2017-07-132-2/+2
* | | Confusingly, the issue was fixed in a larger point release on Python 3.3 than...Jason R. Coombs2017-07-131-2/+2
* | | Correct bounds and boolean selector.Jason R. Coombs2017-07-131-4/+4
* | | Restrict use of os.makedirs to those with the security patch introduced in Py...Jason R. Coombs2017-07-131-4/+9
* | | Use unicode_literals in bootstrap scriptJason R. Coombs2017-07-131-0/+2
* | | Correctly honor exist_ok. Ref #1083.Jason R. Coombs2017-07-132-1/+8
* | | Use makedirs with future compatibility throughout setuptools. Ref #1083.Jason R. Coombs2017-07-134-10/+11
* | | Bump version: 36.0.1 → 36.1.0v36.1.0Jason R. Coombs2017-07-132-2/+2
* | | Avoid race condition in ensure_directory. Ref #1083.Jason R. Coombs2017-07-133-2/+23
* | | Limit the scope of deprecation of the upload_docs command.Jason R. Coombs2017-06-062-1/+13
| |/ |/|