| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Add missing word to sentence in docs (#1552) | Jon Dufresne | 2018-11-01 | 2 | -1/+2 | |
| |/ / / / | ||||||
| * | | | | Document that rpmbuild is required for bdist_rpm (#1547) | Riccardo Magliocchetti | 2018-10-30 | 2 | -0/+5 | |
| * | | | | Merge pull request #1541 from smenon8/deprecate-requires | Paul Ganssle | 2018-10-29 | 3 | -1/+39 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' into deprecate-requires | Sreejith Menon | 2018-10-28 | 5 | -45/+83 | |
| | |\ \ \ \ | | |/ / / | ||||||
| | * | | | | Add changelog for PR #1541 | Sreejith Menon | 2018-10-27 | 1 | -0/+1 | |
| | * | | | | Deprecate the requires keyword | Sreejith Menon | 2018-10-27 | 2 | -1/+37 | |
| * | | | | | Merge pull request #1545 from robinjhuang/custom-deprecation-warnings | Paul Ganssle | 2018-10-29 | 11 | -13/+84 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Add unit tests for setuptools deprecation warnings | robinjhuang | 2018-10-28 | 3 | -3/+25 | |
| | * | | | | Add unit tests for PkgResourcesDeprecationWarning | robinjhuang | 2018-10-28 | 1 | -1/+10 | |
| | * | | | | Add a changelog for PR #1545 | robinjhuang | 2018-10-28 | 1 | -0/+1 | |
| | * | | | | Add custom deprecation warning classes | Junhan Huang | 2018-10-28 | 6 | -9/+48 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1561 from shashanksingh28/fix_readme_links | Jason R. Coombs | 2018-10-28 | 1 | -4/+0 | |
| |\ \ \ \ | ||||||
| | * | | | | remove private and redundant link | Shashank Singh | 2018-10-28 | 1 | -4/+0 | |
| |/ / / / | ||||||
| * | | | | Inline variable | Jason R. Coombs | 2018-10-28 | 1 | -4/+1 | |
| * | | | | Extract _get_option function for getting an option from getter or attribute. | Jason R. Coombs | 2018-10-28 | 1 | -9/+14 | |
| * | | | | Remove ez_setup from documentation (#1553) | Varun Kamath | 2018-10-28 | 2 | -12/+7 | |
| * | | | | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-10-28 | 1 | -6/+11 | |
| * | | | | Merge pull request #1550 from pypa/bugfix/1549-cython-recommended | Jason R. Coombs | 2018-10-28 | 1 | -10/+19 | |
| |\ \ \ \ | ||||||
| | * | | | | fix typo | Paul Ganssle | 2018-10-28 | 1 | -1/+1 | |
| | * | | | | Update recommendation. Fixes #1549. | Jason R. Coombs | 2018-10-28 | 1 | -10/+19 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #1537 from madig/doc-setup.cfg-src-layout | Jason R. Coombs | 2018-10-28 | 2 | -0/+30 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Edit wording | Nikolaus Waxweiler | 2018-10-28 | 1 | -4/+5 | |
| | * | | | Correct typo | Nikolaus Waxweiler | 2018-10-27 | 1 | -1/+1 | |
| | * | | | Add changelog entry | Nikolaus Waxweiler | 2018-10-27 | 1 | -0/+1 | |
| | * | | | Document using setup.cfg for src-layouts | Nikolaus Waxweiler | 2018-10-27 | 1 | -0/+28 | |
| * | | | | Merge pull request #1534 from xrmx/cythonvspyrex | Jason R. Coombs | 2018-10-27 | 2 | -17/+23 | |
| |\ \ \ \ | ||||||
| | * | | | | Document building Cython projects instead of Pyrex | Riccardo Magliocchetti | 2018-10-27 | 2 | -17/+23 | |
| * | | | | | Merge pull request #1533 from bloomberg/dont_copy_pyc | Jason R. Coombs | 2018-10-27 | 3 | -2/+5 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add before_deploy checks for pyc files in TravisCI | Gökçen Nurlu | 2018-10-27 | 1 | -1/+3 | |
| | * | | | | | Exclude .pyc in _vendor folder from sdist output | Gökçen Nurlu | 2018-10-27 | 2 | -1/+2 | |
| * | | | | | | Merge pull request #1539 from vitoace/content-description-doc-issue1236 | Paul Ganssle | 2018-10-27 | 2 | -5/+6 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Added news fragment for PR #1539 | Vito | 2018-10-27 | 1 | -0/+1 | |
| | * | | | | | Added minimum version info to setup.cfg metadata | Vito | 2018-10-27 | 1 | -5/+5 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1531 from madig/skip-tests-to-be-skipped | Paul Ganssle | 2018-10-27 | 7 | -12/+6 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add changelog entry for PR #1531 | Nikolaus Waxweiler | 2018-10-27 | 1 | -0/+1 | |
| | * | | | | | Remove pytest marker and code for Python < 2.7 | Nikolaus Waxweiler | 2018-10-27 | 2 | -7/+0 | |
| | * | | | | | Mark Py 2/3-only tests as skip instead of xfail | Nikolaus Waxweiler | 2018-10-27 | 5 | -6/+6 | |
| | |/ / / / | ||||||
| * | | | | | Update setup.cfg documentation to include data_files (#1532) | DanGolding | 2018-10-27 | 1 | -4/+5 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge pull request #1530 from madig/officially-support-py37 | Paul Ganssle | 2018-10-27 | 1 | -0/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Add Python 3.7 to the classifiers | Nikolaus Waxweiler | 2018-10-27 | 1 | -0/+1 | |
| |/ / / | ||||||
| * | | | Update roadmap to expand scope of declarative config goals. | Jason R. Coombs | 2018-10-26 | 1 | -1/+3 | |
| * | | | Bump version: 40.4.3 → 40.5.0v40.5.0 | Jason R. Coombs | 2018-10-26 | 8 | -7/+12 | |
| * | | | Merge pull request #1526 from LaimeJesus/fix-easy-install-warning-#1525 | Paul Ganssle | 2018-10-26 | 2 | -1/+2 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | Add changelog for PR #1526 (issue #1525) | Jesus Laime | 2018-10-26 | 1 | -0/+1 | |
| | * | | Fix deprecation warning in easy_install docs | Jesus Laime | 2018-10-26 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #1335 from themiwi/patch-1 | Jason R. Coombs | 2018-10-25 | 2 | -1/+13 | |
| |\ \ | ||||||
| | * | | Update changelog | Jason R. Coombs | 2018-10-25 | 1 | -0/+1 | |
| | * | | Extract patch and its purpose into a specialized function which can be exclud... | Jason R. Coombs | 2018-10-25 | 1 | -9/+12 | |
| | * | | Adds call to os.path.abspath() in pkg_resources.normalize_path() on Cygwin | Michael Wild | 2018-04-22 | 1 | -1/+9 | |
| * | | | Merge pull request #1520 from ssato/data_files_2 | Jason R. Coombs | 2018-10-25 | 4 | -0/+31 | |
| |\ \ \ | |_|/ |/| | | ||||||
