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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version: 38.2.1 → 38.2.2
v38.2.2
Benoit Pierre
2017-11-27
2
-2
/
+2
*
Merge pull request #1215 from benoit-pierre/fix_wheels_namespace_packages
Benoit Pierre
2017-11-27
3
-0
/
+56
|
\
|
*
fix namespace packages handling of wheels
Benoit Pierre
2017-11-27
3
-0
/
+56
|
/
*
Bump version: 38.2.0 → 38.2.1
v38.2.1
Benoit Pierre
2017-11-26
2
-2
/
+2
*
fix encoding handling of wheels metadata
Benoit Pierre
2017-11-26
4
-5
/
+27
*
Bump version: 38.1.0 → 38.2.0
v38.2.0
Benoit Pierre
2017-11-26
2
-2
/
+2
*
update changelog
Benoit Pierre
2017-11-26
1
-0
/
+6
*
Merge pull request #1200 from benoit-pierre/wheels_support
Benoit Pierre
2017-11-26
7
-1
/
+1003
|
\
|
*
easy_install: add support for installing from wheels
Benoit Pierre
2017-11-26
7
-1
/
+1003
|
/
*
Bump version: 38.0.0 → 38.1.0
v38.1.0
Jason R. Coombs
2017-11-25
2
-2
/
+2
*
HTTPS everywhere
Jason R. Coombs
2017-11-25
1
-1
/
+1
*
Shorten message and update changelog. Ref #1209.
Jason R. Coombs
2017-11-25
2
-2
/
+9
*
Merge pull request #1209 from andy-maier/issue1208-resolution-error-msg
Jason R. Coombs
2017-11-25
1
-1
/
+3
|
\
|
*
Improved exception message of pkg_resources.ResolutionError
Andreas Maier
2017-11-22
1
-1
/
+3
*
|
Bump version: 37.0.0 → 38.0.0
v38.0.0
Jason R. Coombs
2017-11-25
2
-2
/
+2
*
|
Disallow unordered sequences for specifying install_requires. Fixes #458.
Jason R. Coombs
2017-11-25
2
-0
/
+9
*
|
Add test asserting that install_requires parameters cannot be unordered. Ref ...
Jason R. Coombs
2017-11-25
1
-14
/
+11
*
|
Add another test demonstrating that if requirements are declared in a non-det...
Jason R. Coombs
2017-11-25
1
-0
/
+14
*
|
Add two tests demonstrating that requires.txt generation is deterministic. Re...
Jason R. Coombs
2017-11-25
1
-0
/
+14
*
|
Cleanup indentation
Jason R. Coombs
2017-11-25
1
-7
/
+10
*
|
Fix NameError
Jason R. Coombs
2017-11-25
1
-1
/
+1
|
/
*
Bump version: 36.8.0 → 37.0.0
v37.0.0
Jason R. Coombs
2017-11-20
2
-2
/
+2
*
Drop support for Python 2.6 by merging the drop-py26 branch. Fixes #878.
Jason R. Coombs
2017-11-20
25
-168
/
+45
|
\
|
*
Remove reference to Python 2.6 as a supported interpreter.
drop-py26
Jason R. Coombs
2017-11-20
1
-1
/
+1
|
*
Reference to __main__ is only required for Python 2.6.
Jason R. Coombs
2017-11-20
1
-1
/
+1
|
*
Merge branch 'master' into drop-py26
Jason R. Coombs
2017-11-19
32
-559
/
+1279
|
|
\
|
*
\
Merge branch 'master' into drop-py26
Jason R. Coombs
2017-09-03
71
-1144
/
+3319
|
|
\
\
|
*
|
|
Drop support for Python 2.6, removing lots of compatibility code for a leaner...
Jason R. Coombs
2016-12-09
24
-170
/
+44
*
|
|
|
Feed the hobgoblins (delint).
Jason R. Coombs
2017-11-20
1
-2
/
+4
*
|
|
|
Disable hanging test on PyPy3. Ref #1202.
Jason R. Coombs
2017-11-20
1
-2
/
+9
*
|
|
|
PyPy3 is supported
Jason R. Coombs
2017-11-20
1
-1
/
+1
*
|
|
|
Extract Python versions as top-level factors.
Jason R. Coombs
2017-11-20
1
-9
/
+11
|
|
_
|
/
|
/
|
|
*
|
|
Bump version: 36.7.3 → 36.8.0
v36.8.0
Jason R. Coombs
2017-11-19
2
-2
/
+2
*
|
|
Update changelog. Ref #1190.
Jason R. Coombs
2017-11-19
1
-0
/
+6
*
|
|
Merge pull request #1190 from gweis/master
Jason R. Coombs
2017-11-19
1
-3
/
+8
|
\
\
\
|
*
|
|
use ssl.create_default_context and SNI if available
Gerhard Weis
2017-11-09
1
-3
/
+8
*
|
|
|
Feed the hobgoblins (delint).
Jason R. Coombs
2017-11-14
1
-15
/
+26
*
|
|
|
Update broken link. Fixes #1197.
Jason R. Coombs
2017-11-14
1
-1
/
+1
*
|
|
|
Bump version: 36.7.2 → 36.7.3
v36.7.3
Jason R. Coombs
2017-11-13
2
-2
/
+2
*
|
|
|
Update changelog. Ref #1175.
Jason R. Coombs
2017-11-13
1
-0
/
+5
*
|
|
|
Merge pull request #1175 from xoviat/build_meta
Jason R. Coombs
2017-11-13
3
-27
/
+80
|
\
\
\
\
|
*
|
|
|
BUG: look for dist-infos in subdirectories
xoviat
2017-10-19
1
-4
/
+27
|
*
|
|
|
FIX: remove the
xoviat
2017-10-16
1
-1
/
+1
|
*
|
|
|
TST: add more for build_meta
xoviat
2017-10-16
1
-16
/
+49
|
*
|
|
|
FIX: drop the more contraversial changes
xoviat
2017-10-16
1
-3
/
+0
|
*
|
|
|
FIX: setup the correct environment before loading setup.py
xoviat
2017-10-15
1
-1
/
+2
|
*
|
|
|
FIX: revert changes
xoviat
2017-10-15
1
-2
/
+0
|
*
|
|
|
dist_info: re-finalize the egg_info options
xoviat
2017-10-15
1
-0
/
+1
|
*
|
|
|
build_meta: print dist_info directories
xoviat
2017-10-15
1
-0
/
+2
|
*
|
|
|
dist_info: create the egg_info in the same location
xoviat
2017-10-15
1
-6
/
+1
[next]