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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1477 from gaborbernat/no-sdist-wheel
Jason R. Coombs
2018-09-16
2
-6
/
+11
|
\
|
*
build_meta.get_requires_for_build_sdist does not include wheel
Bernat Gabor
2018-09-13
2
-6
/
+11
*
|
Remove use of compatibility shim six.binary_type
Jon Dufresne
2018-09-14
2
-10
/
+7
*
|
Add tests for setuptools.glob
Jon Dufresne
2018-09-14
1
-0
/
+35
|
/
*
Delint
Jason R. Coombs
2018-08-21
1
-26
/
+34
*
Use unicode literals in test_easy_install.
Jason R. Coombs
2018-08-21
1
-11
/
+13
*
Delint
Jason R. Coombs
2018-08-21
1
-1
/
+3
*
Reindent to avoid hanging indent.
Jason R. Coombs
2018-08-21
1
-44
/
+46
*
Adapt test to only run on Python 2, as it's redundant on Python 3.
Jason R. Coombs
2018-08-21
1
-2
/
+3
*
Use unicode literals throughout.
Jason R. Coombs
2018-08-21
1
-1
/
+3
*
Merge pull request #1466 from pfmoore/pep517_fix
Jason R. Coombs
2018-08-21
2
-1
/
+23
|
\
|
*
Add a test for a Unicode metadata directory
Paul Moore
2018-08-21
1
-0
/
+9
|
*
PEP 517 hook arguments are unicode, not str (and distutils objects to that)
Paul Moore
2018-08-20
1
-1
/
+14
*
|
setuptools: fix regression with `egg_info` command
Benoit Pierre
2018-08-21
2
-8
/
+24
|
/
*
Added test for scripts with unicode
Daniele Esposti
2018-08-17
1
-0
/
+52
*
Support scripts with unicode content
Daniele Esposti
2018-08-17
1
-4
/
+4
*
Merge pull request #1451 from hugovk/upgrade-appdirs
Paul Ganssle
2018-08-17
1
-1
/
+1
|
\
|
*
Upgrade vendored appdirs from 1.4.0 to 1.4.3
Hugo
2018-08-17
1
-1
/
+1
*
|
Merge pull request #1450 from hugovk/upgrade-pyparsing
Paul Ganssle
2018-08-17
1
-15
/
+39
|
\
\
|
|
/
|
/
|
|
*
Upgrade vendored pyparsing from 2.1.10 to 2.2.0
Hugo
2018-08-09
1
-15
/
+39
*
|
Rename find_namepaces_ns to find_namespace_packages (#1423)
Carsten Klein
2018-08-17
5
-18
/
+94
|
/
*
Remove spurious executable permissions
Miro HronĨok
2018-07-27
16
-0
/
+0
*
Merge pull request #1416 from pganssle/use_six
Paul Ganssle
2018-07-20
3
-4
/
+6
|
\
|
*
Switch over to using six.PY{2,3} when possible
Paul Ganssle
2018-07-10
3
-4
/
+6
*
|
Relax overfitted test. Fixes #1425.
Jason R. Coombs
2018-07-13
1
-2
/
+2
*
|
Extract name/version functionality from egg_info to be re-used by a dist-info...
Jason R. Coombs
2018-07-13
1
-26
/
+35
*
|
Merge pull request #1312 from coldrye-collaboration/gh-97
Paul Ganssle
2018-07-11
2
-11
/
+26
|
\
\
|
*
|
Add find_packages_ns()
Carsten Klein
2018-07-04
1
-1
/
+10
|
*
|
Add tests for find_packages_ns()
Carsten Klein
2018-07-04
1
-10
/
+16
*
|
|
Fix "Microsoft Visual C++ Build Tools" link
JGoutin
2018-07-10
1
-2
/
+1
|
|
/
|
/
|
*
|
Tests for deprecation warnings
Dustin Ingram
2018-07-08
2
-0
/
+86
*
|
Deprecate upload and register commands
Dustin Ingram
2018-07-08
2
-3
/
+22
|
/
*
Merge pull request #1398 from wimglenn/wimglenn-patch-1
Jason R. Coombs
2018-06-25
1
-1
/
+2
|
\
|
*
Avoid resource warning from dev scripts installed editable
wim glenn
2018-06-25
1
-1
/
+2
*
|
Add test and adjust match. Fixes #1366.
Jason R. Coombs
2018-06-06
1
-2
/
+9
*
|
Remove stale comment, added in 8cc0d5c2 and made meaningless in 26eee297.
Jason R. Coombs
2018-06-03
1
-1
/
+0
*
|
Use raw strings for regexes
Jason R. Coombs
2018-06-03
1
-3
/
+3
*
|
Use Python 3 syntax for new-style clasess
Jason R. Coombs
2018-06-03
16
-19
/
+53
*
|
Split test into two and parameterize
Jason R. Coombs
2018-06-03
1
-27
/
+40
*
|
Extract _convert_metadata. install_as_egg is almost comprehensible now.
Jason R. Coombs
2018-06-03
1
-3
/
+8
*
|
Extract method for _move_data_entries
Jason R. Coombs
2018-06-03
1
-2
/
+6
*
|
Extract method for fixing namespace packages
Jason R. Coombs
2018-06-03
1
-2
/
+5
*
|
Avoid hanging indents
Jason R. Coombs
2018-06-03
1
-15
/
+26
*
|
Remove redundant 'list'
Jason R. Coombs
2018-06-03
1
-2
/
+2
*
|
Use the new breathing room to consolidate lines
Jason R. Coombs
2018-06-03
1
-6
/
+3
*
|
Extract method to save indentation
Jason R. Coombs
2018-06-03
1
-89
/
+92
*
|
Feed the hobgoblins (delint).
Jason R. Coombs
2018-06-03
1
-8
/
+17
*
|
Make it clear this compat module provides no public members
Hugo
2018-05-24
1
-0
/
+2
*
|
Remove redundant Python 3.1 code
Hugo
2018-05-24
2
-15
/
+2
*
|
Drop support for EOL Python 3.3
Hugo
2018-05-24
9
-21
/
+9
[next]