| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs/easy_install.txt: remove repeated word. | stepshal | 2016-07-25 | 1 | -1/+1 |
| | | |||||
| * | docs/conf.py: remove unused boilerplate. | stepshal | 2016-07-25 | 1 | -97/+0 |
| | | |||||
| * | docs/conf.py: split multiple imports on one line. | stepshal | 2016-07-24 | 1 | -1/+2 |
| | | |||||
| * | Add docs on building docs | Jason R. Coombs | 2016-07-23 | 1 | -0/+5 |
| | | |||||
| * | Reference gitter in dev guide | Jason R. Coombs | 2016-07-22 | 1 | -2/+2 |
| | | |||||
| * | Docs must be built from docs directory and not from root now. | Jason R. Coombs | 2016-07-22 | 1 | -12/+2 |
| | | |||||
| * | Add basic tests and docs for python_requires | Xavier Fernandez | 2016-07-14 | 1 | -0/+4 |
| | | |||||
| * | Fix misspellings | stepshal | 2016-06-26 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #601 from inirudebwoy/master | Jason R. Coombs | 2016-06-06 | 1 | -1/+1 |
| |\ | | | | | Update link to Resource Management API | ||||
| | * | Update link to Resource Management API | Michael Klich | 2016-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | Bump rst.linker for RTD support | Jason R. Coombs | 2016-06-03 | 1 | -1/+1 |
| | | | |||||
| * | | Patch changelog relative to 'docs' now that docs are built in RTD | Jason R. Coombs | 2016-06-03 | 1 | -1/+1 |
| | | | |||||
| * | | Add rst.linker to docs requirements. | Jason R. Coombs | 2016-06-03 | 1 | -0/+1 |
| |/ | |||||
| * | Fix broken link | Juan Luis Cano Rodríguez | 2016-05-26 | 1 | -1/+1 |
| | | |||||
| * | Convert tabs to spaces. Fixes #489. | Jason R. Coombs | 2016-05-02 | 1 | -60/+60 |
| | | |||||
| * | Remove ez_setup.py from master branch (and packaged sdist releases). | Jason R. Coombs | 2016-04-26 | 1 | -11/+8 |
| | | |||||
| * | 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 |
| | | |||||
