| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Add upload fixture | Paul Ganssle | 2018-11-07 | 1 | -0/+45 | |
| | * | | Use an in-memory IO object instead of a temp file | Paul Ganssle | 2018-11-07 | 1 | -6/+9 | |
| | * | | Use write_field in write_pkg_file | Paul Ganssle | 2018-11-07 | 1 | -20/+26 | |
| | * | | Add test for read_pkg_file | Paul Ganssle | 2018-11-07 | 1 | -0/+96 | |
| | * | | Add changelog for PR #1576 | Paul Ganssle | 2018-11-07 | 1 | -0/+1 | |
| | * | | Use get_metadata_version in upload_file | Paul Ganssle | 2018-11-07 | 2 | -2/+1 | |
| | * | | Start patching DistributionMetadata.read_pkg_file | Paul Ganssle | 2018-11-07 | 2 | -19/+26 | |
| | * | | Store metadata version on metadata object | Paul Ganssle | 2018-11-07 | 1 | -2/+6 | |
| | * | | Add failing test for issue #1381 | Paul Ganssle | 2018-11-07 | 1 | -0/+59 | |
| | * | | Add DistributionMetadata.read_pkg_file | Paul Ganssle | 2018-11-07 | 1 | -0/+53 | |
| | * | | Add upload_file to setuptools.command.upload | Paul Ganssle | 2018-11-07 | 1 | -1/+146 | |
| * | | | Replace Roadmap with milestones. | Jason R. Coombs | 2018-11-11 | 1 | -13/+3 | |
| * | | | Add another roadmap item about pkg_resources. | Jason R. Coombs | 2018-11-11 | 1 | -0/+2 | |
| * | | | Update roadmap | Jason R. Coombs | 2018-11-11 | 1 | -0/+3 | |
| * | | | Merge pull request #1521 from uranusjr/normalize-path-normpath | Paul Ganssle | 2018-11-10 | 3 | -1/+55 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Test normalize_path on various inputs | Tzu-ping Chung | 2018-10-29 | 1 | -4/+52 | |
| | * | | Merge branch 'master' into normalize-path-normpath | Jason R. Coombs | 2018-10-25 | 6 | -1/+44 | |
| | |\ \ | ||||||
| | * | | | Describe where the behavior change is made | Paul Ganssle | 2018-10-25 | 1 | -1/+1 | |
| | * | | | Call os.path.normpath to normalize paths for comp | Tzu-ping Chung | 2018-10-25 | 3 | -1/+7 | |
| * | | | | Merge pull request #1572 from pganssle/import_futures_test_reqs | Paul Ganssle | 2018-11-04 | 3 | -2/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | Add changelog for PR #1572 | Paul Ganssle | 2018-11-02 | 1 | -0/+1 | |
| | * | | | | Add futures backport to test reqs | Paul Ganssle | 2018-11-02 | 2 | -2/+4 | |
| * | | | | | Merge pull request #1554 from shashanksingh28/egg_include_setup_py | Paul Ganssle | 2018-11-04 | 5 | -4/+98 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Test that manifest can exclude setup.py | Paul Ganssle | 2018-11-03 | 1 | -0/+21 | |
| | * | | | | Add changelog for PR #1554 | Shashank Singh | 2018-11-03 | 1 | -0/+1 | |
| | * | | | | Add setup.py to egg-info by default | Shashank Singh | 2018-11-02 | 1 | -0/+6 | |
| | * | | | | Add tests for setup.py inclusion | Shashank Singh | 2018-11-02 | 3 | -4/+70 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1564 from 0az/doc-setup-cfg-min-version | Paul Ganssle | 2018-11-01 | 2 | -10/+14 | |
| |\ \ \ \ | ||||||
| | * | | | | Add version footnote | Andrew Zhou | 2018-10-30 | 1 | -9/+12 | |
| | * | | | | Add news fragment | Andrew Zhou | 2018-10-28 | 1 | -0/+1 | |
| | * | | | | Improve setup.cfg minimum version documentation | Andrew Zhou | 2018-10-28 | 1 | -5/+5 | |
| * | | | | | Merge pull request #1560 from varunkamath18/feature/docs_clean_user_prereqs | Paul Ganssle | 2018-11-01 | 4 | -156/+234 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Change index header for Easy Install | Paul Ganssle | 2018-11-01 | 1 | -1/+1 | |
| | * | | | | | Add news fragment for PR #1560 | Varun Kamath | 2018-11-01 | 2 | -1/+1 | |
| | * | | | | | Update distribution guide and archive ez_setup doc | Varun Kamath | 2018-11-01 | 3 | -156/+234 | |
| * | | | | | | 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 | |
