index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
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/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
/
config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Feed the hobgoblins (delint).
Jason R. Coombs
2019-01-08
1
-1
/
+3
*
Feed the hobgoblins (delint).
Jason R. Coombs
2019-01-08
1
-5
/
+6
*
Merge pull request #1620 from scop/spelling
Paul Ganssle
2019-01-01
1
-1
/
+1
|
\
|
*
Spelling fixes
Ville Skyttä
2018-12-29
1
-1
/
+1
*
|
Disallow files for license inputs
rajdeep
2018-12-29
1
-2
/
+20
|
/
*
Merge branch 'master' into deprecate-requires
Sreejith Menon
2018-10-28
1
-19
/
+27
|
\
|
*
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
|
*
Feed the hobgoblins (delint).
Jason R. Coombs
2018-10-28
1
-6
/
+11
*
|
Deprecate the requires keyword
Sreejith Menon
2018-10-27
1
-1
/
+20
|
/
*
Add data_files support in setup.cfg with test case
Satoru SATOH
2018-10-24
1
-0
/
+8
*
Rename find_namepaces_ns to find_namespace_packages (#1423)
Carsten Klein
2018-08-17
1
-4
/
+12
*
Use Python 3 syntax for new-style clasess
Jason R. Coombs
2018-06-03
1
-1
/
+4
*
Fix attr: with package_dirs
Jeremy Bowman
2018-05-15
1
-7
/
+27
*
Support loading version from a file
Jeremy Bowman
2018-05-15
1
-0
/
+13
*
Prefer implied tuple.
Jason R. Coombs
2018-02-10
1
-1
/
+1
*
Support PEP 345 Project-URL metadata
Jeremy Stanley
2017-11-22
1
-0
/
+2
*
Merge branch 'master' into drop-py26
Jason R. Coombs
2017-09-03
1
-40
/
+93
|
\
|
*
Need to perform the local assertion before checking for existence.
Jason R. Coombs
2017-08-28
1
-7
/
+6
|
*
Use proper reference.
Jason R. Coombs
2017-08-28
1
-1
/
+1
|
*
Correct typo
Jason R. Coombs
2017-08-28
1
-1
/
+1
|
*
Extract method for reading local file. Now return results directly instead of...
Jason R. Coombs
2017-08-28
1
-16
/
+17
|
*
Using generator comprehension, avoid casting filepath to bytes on Python 2
Jason R. Coombs
2017-08-28
1
-5
/
+2
|
*
Convert path to str, which is needed under Py 2
Sviatoslav Sydorenko
2017-08-28
1
-0
/
+1
|
*
Support list of files passed to `file:` directive
Sviatoslav Sydorenko
2017-08-28
1
-11
/
+19
|
*
Allow adding few files @ metadata.long_description
Sviatoslav Sydorenko
2017-08-28
1
-3
/
+3
|
*
Merge branch 'master' into feature/re-vendor-sadface
Jason R. Coombs
2017-05-30
1
-0
/
+1
|
|
\
|
|
*
Fixes #999: support python_requires, py_modules in configuration files
Marcel Bargull
2017-04-07
1
-0
/
+1
|
*
|
Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"
Jason R. Coombs
2017-02-24
1
-1
/
+1
|
|
/
|
*
Dropped support for classifiers subsection handling in setup.cfg (see #952).
idle sign
2017-02-04
1
-11
/
+0
|
*
Strip out vendored packages and require them instead. Ref #581.
Jason R. Coombs
2017-01-01
1
-1
/
+1
|
*
Proper finalization for `read_configuration()`.
idle sign
2016-12-10
1
-9
/
+11
|
*
Implemented find() configuration support for `packages`.
idle sign
2016-12-10
1
-2
/
+31
|
*
`read_configuration()` now accepts `ignore_option_errors`.
idle sign
2016-12-10
1
-7
/
+33
*
|
Drop support for Python 2.6, removing lots of compatibility code for a leaner...
Jason R. Coombs
2016-12-09
1
-1
/
+1
|
/
*
`read_configuration` now chdirs and tests for file.
idle sign
2016-12-07
1
-1
/
+12
*
`strict_mode` removed to improve forward compatibility.
idle sign
2016-12-05
1
-9
/
+1
*
Added API functions.
idle sign
2016-12-05
1
-0
/
+78
*
Tests and docstrings update.
idle sign
2016-12-05
1
-3
/
+3
*
`file:` directive sandboxed.
idle sign
2016-12-05
1
-1
/
+11
*
_parse_attr() factored out.
idle sign
2016-12-04
1
-24
/
+39
*
`metadata` aliases update.
idle sign
2016-12-04
1
-1
/
+1
*
Added `metadata` section aliases.
idle sign
2016-12-04
1
-2
/
+20
*
Section names now dot-separated to mimic .toml table names.
idle sign
2016-12-04
1
-1
/
+1
*
Future package imported.
idle sign
2016-12-04
1
-0
/
+1
*
`dependency_links` as section not supported.
idle sign
2016-12-04
1
-8
/
+0
*
Implemented proper dangling option values support.
idle sign
2016-12-04
1
-2
/
+2
*
Added ConfigHandler.strict_mode.
idle sign
2016-12-04
1
-2
/
+19
*
Added config module.
idle sign
2016-11-26
1
-0
/
+367