index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into drop-py26
Jason R. Coombs
2017-11-19
1
-46
/
+46
|
\
|
*
Docs proofreading
John T. Wodder II
2017-09-14
1
-46
/
+46
*
|
Merge branch 'master' into drop-py26
Jason R. Coombs
2017-09-03
9
-277
/
+203
|
\
\
|
|
/
|
*
Add long_description_content_type to metadata table
Dustin Ingram
2017-08-28
1
-21
/
+22
|
*
Update docs with a file list usage example
Sviatoslav Sydorenko
2017-08-28
1
-2
/
+2
|
*
Use bump2version for releases so that annotated tags are employed.
Jason R. Coombs
2017-06-01
1
-1
/
+1
|
*
Update release process to give guidance on updating the changelog prior to re...
Jason R. Coombs
2017-06-01
1
-1
/
+11
|
*
Remove section on bootstrap branch, no longer relevant.
Jason R. Coombs
2017-06-01
1
-15
/
+0
|
*
Docs: notes on setup.cfg and ez_setup
Igor Starikov
2017-04-12
1
-0
/
+7
|
*
Fixes #999: support python_requires, py_modules in configuration files
Marcel Bargull
2017-04-07
1
-0
/
+2
|
*
Although bootstrap.py is installing the deps, it removes them as well, so doc...
Jason R. Coombs
2017-03-31
1
-0
/
+2
|
*
Constrain hack to the RTD environment. Rely on bootstrap routine to make depe...
Jason R. Coombs
2017-03-31
2
-7
/
+8
|
*
Hack must genuflect to the arbitrory invocation location
Jason R. Coombs
2017-03-31
1
-1
/
+3
|
*
Make sure bootstrap finishes before continuing, and ensure that jaraco.packag...
Jason R. Coombs
2017-03-30
1
-2
/
+2
|
*
Remove excess hack
Jason R. Coombs
2017-03-30
1
-1
/
+0
|
*
Try running bootstrap in subprocess in order to be in the project root.
Jason R. Coombs
2017-03-30
1
-0
/
+3
|
*
Add hack to invoke bootstrap script so that setup.py --version can be invoked.
Jason R. Coombs
2017-03-30
1
-0
/
+5
|
*
Require a late version of setuptools to allow the docs to invoke setup.py
Jason R. Coombs
2017-03-30
1
-0
/
+2
|
*
Update docs to use jaraco.packaging.sphinx to grab metadata from the package.
Jason R. Coombs
2017-03-30
2
-49
/
+20
|
*
Dropped support for classifiers subsection handling in setup.cfg (see #952).
idle sign
2017-02-04
1
-5
/
+5
|
*
Require sphinx 1.4 for autosectionlabel plugin. Ref #957.
Jason R. Coombs
2017-02-03
1
-0
/
+1
|
*
Added autosectionlabel Sphinx extension and replaced some obsolete links.
smheidrich
2017-02-02
3
-11
/
+8
|
*
Remove installation instructions from the README and instead refer to the Pyt...
Jason R. Coombs
2017-01-15
1
-0
/
+38
|
*
Fix broken link in docs/developer-guide.txt
Elvis Stansvik
2017-01-08
1
-5
/
+5
|
*
Remove documentation for upload_docs command, deprecated in v27.
Jason R. Coombs
2017-01-07
1
-62
/
+0
|
*
Merge pull request #910 from plannigan/master
Jason R. Coombs
2017-01-07
1
-0
/
+34
|
|
\
|
|
*
Document use of install_requires with corrected PEP
Patrick Lannigan
2017-01-02
1
-7
/
+7
|
|
*
Have documentation link to referenced PEP.
Patrick Lannigan
2017-01-02
1
-1
/
+3
|
|
*
Document use of environment markers in extras_require
Patrick Lannigan
2017-01-02
1
-0
/
+32
|
*
|
Remove documentation about tag-svn-revision. Ref #619.
Jason R. Coombs
2017-01-02
1
-95
/
+7
|
*
|
Remove references to SVN sandbox.
Jason R. Coombs
2017-01-02
1
-8
/
+0
|
|
/
|
*
Drop support for 'tag_svn_version' distribution option. Fixes #619.
Jason R. Coombs
2017-01-01
1
-0
/
+4
|
*
Merge pull request #868 from wjt/doc-tweaks
Jason R. Coombs
2016-12-10
2
-4
/
+4
|
|
\
|
|
*
docs: reorder table of contents
Will Thompson
2016-12-05
1
-3
/
+3
|
|
*
docs: update stray links to Bitbucket repo
Will Thompson
2016-12-05
1
-1
/
+1
|
*
|
Implemented find() configuration support for `packages`.
idle sign
2016-12-10
1
-3
/
+17
|
*
|
`read_configuration()` now accepts `ignore_option_errors`.
idle sign
2016-12-10
1
-1
/
+7
*
|
|
Drop support for Python 2.6, removing lots of compatibility code for a leaner...
Jason R. Coombs
2016-12-09
4
-24
/
+10
|
/
/
*
|
Docs update.
idle sign
2016-12-05
1
-0
/
+185
|
/
*
Update docs to reflect supported interface. Ref #859.
Jason R. Coombs
2016-12-03
1
-7
/
+4
*
Make Entrypoint methods docs up to date.
Liao Penghui
2016-11-25
1
-0
/
+6
*
Fix quantity of blank lines.
stepshal
2016-10-18
1
-2
/
+0
*
Run tests with tox
Jason R. Coombs
2016-10-14
1
-5
/
+3
*
Follow PEP8 for keyword arguments syntax in setup
Peter Bittner
2016-10-14
1
-45
/
+44
*
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
[next]