| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update rationale for the zip_safe flag | ncoghlan | 2016-04-12 | 1 | -1/+2 |
| | | | | | | | | Importing from a zip file no longer significantly reduces the number of stat calls during import, and may even slow imports down if too many archives are added to sys.path. The outdated rationale was noted by Thomas Güttler on distutils-sig | ||||
| * | Rename CHANGES and README files for nicer rendering on Github. | Jason R. Coombs | 2016-04-01 | 3 | -3/+3 |
| | | |||||
| * | Recognize semver versions with v prefix in rst.linker config | Jason R. Coombs | 2016-03-29 | 1 | -1/+1 |
| | | |||||
| * | Follow semver to the letter for simplicity. | Jason R. Coombs | 2016-03-29 | 1 | -4/+1 |
| | | |||||
| * | Attempting a new streamlined, Travis-powered release process. | Jason R. Coombs | 2016-03-29 | 1 | -17/+10 |
| | | |||||
| * | Just render the date and not the time of tagged releases in the changelog.20.5 | Jason R. Coombs | 2016-03-29 | 1 | -1/+1 |
| | | |||||
| * | Update most bitbucket references to point to Github now. Fixes #422. | Jason R. Coombs | 2016-03-29 | 3 | -19/+18 |
| | | |||||
| * | Merged in koterpillar/setuptools (pull request #183) | Jason R. Coombs | 2016-03-20 | 1 | -55/+43 |
| |\ | | | | | | | Remove CVS and Subversion references in include_package_data docs | ||||
| | * | Point towards SCM plugins for including source files | Alexey Kotlyarov | 2016-03-20 | 1 | -7/+21 |
| | | | |||||
| | * | Remove CVS and Subversion references in include_package_data docs | Alexey Kotlyarov | 2016-03-17 | 1 | -61/+35 |
| | | | |||||
| * | | Update documentation for ``Requirement``. | Steve Kowalik | 2016-03-18 | 1 | -14/+13 |
| |/ | |||||
| * | Add timestamps to changelog. | Jason R. Coombs | 2016-02-19 | 1 | -0/+4 |
| | | |||||
| * | Add hyperlinks to PEPs in changelog. | Jason R. Coombs | 2016-02-19 | 1 | -0/+4 |
| | | |||||
| * | Override upload command to load passwords from keyring when available and ↵20.1 | Jason R. Coombs | 2016-02-11 | 1 | -0/+16 |
| | | | | | not otherwise specified. | ||||
| * | Replace upload docs with a reference to distutils docs, as | Jason R. Coombs | 2016-02-11 | 1 | -48/+3 |
| | | | | | setuptools no longer provides an upload command. | ||||
| * | Merged in rbtcollins/setuptools (pull request #156) | Jason R. Coombs | 2015-11-27 | 1 | -1/+1 |
| |\ | | | | | | | Fix EBNF for package specifications. | ||||
| | * | Fix EBNF for package specifications. | Robert Collins | 2015-11-05 | 1 | -1/+1 |
| | | | |||||
| * | | Add a bit more detail about the setup script and what to expect. Fixes #466. | Jason R. Coombs | 2015-11-27 | 1 | -2/+8 |
| | | | |||||
| * | | Update tox tests so they run the full suite of tests using the canonical ↵ | Jason R. Coombs | 2015-11-25 | 1 | -1/+2 |
| | | | | | | | | | technique. Include .tox in norecursedirs to avoid testing all the dependencies and environment. Update docs to reflect findings (https://bitbucket.org/spookylukey/setuptools/commits/88339d2e4af661a60a42bc14c4ff3e68cd19fa21#comment-2558164). | ||||
| * | | Update docs to reflect preferred usage with latest pytest-runner. | Jason R. Coombs | 2015-11-21 | 1 | -1/+1 |
| |/ | |||||
| * | Remove cruft from Subclassing section | Jason R. Coombs | 2015-09-05 | 1 | -3/+1 |
| | | |||||
| * | Update documentation to reflect no integrated SCM support. | Jason R. Coombs | 2015-09-05 | 1 | -2/+2 |
| | | |||||
| * | Remove documentation on merge, now relevant only for posterity (reference in ↵ | Jason R. Coombs | 2015-09-05 | 3 | -203/+0 |
| | | | | | the source tree). | ||||
| * | Update python3 docs to indicate that 2to3 is mildly deprecated, and removing ↵ | Jason R. Coombs | 2015-09-05 | 1 | -52/+22 |
| | | | | | legacy details. | ||||
| * | Link packaging versions to CHANGELOG in packaging project. Fixes #416. | Jason R. Coombs | 2015-08-19 | 1 | -0/+4 |
| | | |||||
| * | fix typo: "a a" | vrutsky | 2015-07-02 | 1 | -1/+1 |
| | | |||||
| * | Bump packaging version to 15.1 | Jason R. Coombs | 2015-04-15 | 1 | -0/+4 |
| | | |||||
| * | Formally describe the supported documentation build process. Fixes #354. | Jason R. Coombs | 2015-02-26 | 2 | -1/+17 |
| | | |||||
| * | Use rst.linker for generating linked changelog | Jason R. Coombs | 2015-02-24 | 1 | -1/+48 |
| | | |||||
| * | Remove docs on 'using', which only describe the no longer necessary ↵ | Jason R. Coombs | 2015-01-22 | 2 | -14/+0 |
| | | | | | bootstrapping technique. Ref #336. | ||||
| * | Update copyright | Jason R. Coombs | 2014-12-30 | 1 | -1/+1 |
| | | |||||
| * | Moved linkify logic to documentation builder as Sphinx extension. | Jason R. Coombs | 2014-12-30 | 1 | -1/+1 |
| | | |||||
| * | Add change history to docs | Jason R. Coombs | 2014-12-30 | 2 | -0/+9 |
| | | |||||
| * | Update docs about bootstrap script. | Jason R. Coombs | 2014-12-28 | 1 | -0/+18 |
| | | |||||
| * | Update documentation to reflect new function.8.4 | Jason R. Coombs | 2014-12-26 | 1 | -0/+6 |
| | | |||||
| * | Update docs to reflect new behavior. | Jason R. Coombs | 2014-12-26 | 1 | -1/+1 |
| | | |||||
| * | Update documentation on release frequency. | Jason R. Coombs | 2014-12-25 | 1 | -0/+19 |
| | | |||||
| * | Correct syntax error in docs. | Jason R. Coombs | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into use-packaging | Donald Stufft | 2014-11-19 | 2 | -1/+4 |
| |\ | | | | | | | | | | | | | | | | | Conflicts: .hgtags CHANGES.txt ez_setup.py setuptools.egg-info/requires.txt setuptools/version.py | ||||
| | * | Add link to project home page. Fixes #224. | Jason R. Coombs | 2014-11-16 | 1 | -0/+3 |
| | | | |||||
| | * | Update style in example for PEP-8 as suggested in PR #86. | Jason R. Coombs | 2014-10-11 | 1 | -1/+1 |
| | | | |||||
| * | | Implement PEP 440 by using the packaging library | Donald Stufft | 2014-09-25 | 1 | -49/+17 |
| |/ | |||||
| * | For the sake of expedience, I'm going to accept this and tweak it further. ↵ | Jason R. Coombs | 2014-08-17 | 1 | -4/+7 |
| |\ | | | | | | | In the future, it's better to have a ticket and reference that ticket in the pull request and commits for better visibility to the changes and issues that it creates. I also suggest providing better commit messages. "Fix docs to work" is barely better than "changed things". The commit message should attempt to communicate the why and the how of the change at a high level. Something like "Added path in sphinx docs to allow setup.py to be imported when docs are built from docs directory." | ||||
| | * | Update conf.py to place it below original docstring. | ericholscher | 2014-08-17 | 1 | -6/+5 |
| | | | |||||
| | * | Add comment to explain code. | ericholscher | 2014-08-16 | 1 | -2/+3 |
| | | | |||||
| | * | conf.py edited online with Bitbucket | ericholscher | 2014-08-02 | 1 | -1/+0 |
| | | | |||||
| | * | Fix docs to work | ericholscher | 2014-08-02 | 1 | -0/+4 |
| | | | |||||
| * | | Correct syntax in gui_scripts. Fixes #238. | Jason R. Coombs | 2014-08-04 | 1 | -1/+1 |
| |/ | |||||
| * | Spell check documentation | Martin Geisler | 2014-06-29 | 5 | -13/+13 |
| | | |||||
| * | Fixed capitalization of "Bitbucket" | Martin Geisler | 2014-06-29 | 2 | -2/+2 |
| | | | | | Bitbucket is normally spelled with exactly one capital "b". | ||||
