summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Add missing word to sentence in docs (#1552)Jon Dufresne2018-11-012-1/+2
|/ / / /
* | | | Document that rpmbuild is required for bdist_rpm (#1547)Riccardo Magliocchetti2018-10-302-0/+5
* | | | Merge pull request #1541 from smenon8/deprecate-requiresPaul Ganssle2018-10-293-1/+39
|\ \ \ \
| * \ \ \ Merge branch 'master' into deprecate-requiresSreejith Menon2018-10-285-45/+83
| |\ \ \ \ | | |/ / /
| * | | | Add changelog for PR #1541Sreejith Menon2018-10-271-0/+1
| * | | | Deprecate the requires keywordSreejith Menon2018-10-272-1/+37
* | | | | Merge pull request #1545 from robinjhuang/custom-deprecation-warningsPaul Ganssle2018-10-2911-13/+84
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add unit tests for setuptools deprecation warningsrobinjhuang2018-10-283-3/+25
| * | | | Add unit tests for PkgResourcesDeprecationWarningrobinjhuang2018-10-281-1/+10
| * | | | Add a changelog for PR #1545robinjhuang2018-10-281-0/+1
| * | | | Add custom deprecation warning classesJunhan Huang2018-10-286-9/+48
|/ / / /
* | | | Merge pull request #1561 from shashanksingh28/fix_readme_linksJason R. Coombs2018-10-281-4/+0
|\ \ \ \
| * | | | remove private and redundant linkShashank Singh2018-10-281-4/+0
|/ / / /
* | | | Inline variableJason R. Coombs2018-10-281-4/+1
* | | | Extract _get_option function for getting an option from getter or attribute.Jason R. Coombs2018-10-281-9/+14
* | | | Remove ez_setup from documentation (#1553)Varun Kamath2018-10-282-12/+7
* | | | Feed the hobgoblins (delint).Jason R. Coombs2018-10-281-6/+11
* | | | Merge pull request #1550 from pypa/bugfix/1549-cython-recommendedJason R. Coombs2018-10-281-10/+19
|\ \ \ \
| * | | | fix typoPaul Ganssle2018-10-281-1/+1
| * | | | Update recommendation. Fixes #1549.Jason R. Coombs2018-10-281-10/+19
| |/ / /
* | | | Merge pull request #1537 from madig/doc-setup.cfg-src-layoutJason R. Coombs2018-10-282-0/+30
|\ \ \ \ | |/ / / |/| | |
| * | | Edit wordingNikolaus Waxweiler2018-10-281-4/+5
| * | | Correct typoNikolaus Waxweiler2018-10-271-1/+1
| * | | Add changelog entryNikolaus Waxweiler2018-10-271-0/+1
| * | | Document using setup.cfg for src-layoutsNikolaus Waxweiler2018-10-271-0/+28
* | | | Merge pull request #1534 from xrmx/cythonvspyrexJason R. Coombs2018-10-272-17/+23
|\ \ \ \
| * | | | Document building Cython projects instead of PyrexRiccardo Magliocchetti2018-10-272-17/+23
* | | | | Merge pull request #1533 from bloomberg/dont_copy_pycJason R. Coombs2018-10-273-2/+5
|\ \ \ \ \
| * | | | | Add before_deploy checks for pyc files in TravisCIGökçen Nurlu2018-10-271-1/+3
| * | | | | Exclude .pyc in _vendor folder from sdist outputGökçen Nurlu2018-10-272-1/+2
* | | | | | Merge pull request #1539 from vitoace/content-description-doc-issue1236Paul Ganssle2018-10-272-5/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Added news fragment for PR #1539Vito2018-10-271-0/+1
| * | | | | Added minimum version info to setup.cfg metadataVito2018-10-271-5/+5
|/ / / / /
* | | | | Merge pull request #1531 from madig/skip-tests-to-be-skippedPaul Ganssle2018-10-277-12/+6
|\ \ \ \ \
| * | | | | Add changelog entry for PR #1531Nikolaus Waxweiler2018-10-271-0/+1
| * | | | | Remove pytest marker and code for Python < 2.7Nikolaus Waxweiler2018-10-272-7/+0
| * | | | | Mark Py 2/3-only tests as skip instead of xfailNikolaus Waxweiler2018-10-275-6/+6
| |/ / / /
* | | | | Update setup.cfg documentation to include data_files (#1532)DanGolding2018-10-271-4/+5
| |/ / / |/| | |
* | | | Merge pull request #1530 from madig/officially-support-py37Paul Ganssle2018-10-271-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add Python 3.7 to the classifiersNikolaus Waxweiler2018-10-271-0/+1
|/ / /
* | | Update roadmap to expand scope of declarative config goals.Jason R. Coombs2018-10-261-1/+3
* | | Bump version: 40.4.3 → 40.5.0v40.5.0Jason R. Coombs2018-10-268-7/+12
* | | Merge pull request #1526 from LaimeJesus/fix-easy-install-warning-#1525Paul Ganssle2018-10-262-1/+2
|\ \ \ | |_|/ |/| |
| * | Add changelog for PR #1526 (issue #1525)Jesus Laime2018-10-261-0/+1
| * | Fix deprecation warning in easy_install docsJesus Laime2018-10-261-1/+1
|/ /
* | Merge pull request #1335 from themiwi/patch-1Jason R. Coombs2018-10-252-1/+13
|\ \
| * | Update changelogJason R. Coombs2018-10-251-0/+1
| * | Extract patch and its purpose into a specialized function which can be exclud...Jason R. Coombs2018-10-251-9/+12
| * | Adds call to os.path.abspath() in pkg_resources.normalize_path() on CygwinMichael Wild2018-04-221-1/+9
* | | Merge pull request #1520 from ssato/data_files_2Jason R. Coombs2018-10-254-0/+31
|\ \ \ | |_|/ |/| |