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
/
CHANGES.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update changelog
2.1.2
Jason R. Coombs
2014-02-05
1
-0
/
+7
*
Merge fix with master
Jason R. Coombs
2014-02-05
1
-0
/
+7
|
\
*
|
Correct RST syntax
Jason R. Coombs
2014-01-07
1
-1
/
+1
*
|
Update changelog
Jason R. Coombs
2014-01-06
1
-3
/
+5
*
|
Fix Python 3 failure when constructing an egg_fetcher. Fixes #131.
Jason R. Coombs
2014-01-05
1
-0
/
+6
*
|
Update changelog
2.0.2
Jason R. Coombs
2013-12-29
1
-0
/
+1
*
|
Fix NameError during installation with Python implementations (e.g. Jython) n...
Arfrever Frehtes Taifersar Arahesis
2013-12-20
1
-0
/
+7
*
|
Correct regression in upload_docs in syntax adjustment. Fixes #124.
Jason R. Coombs
2013-12-15
1
-0
/
+6
*
|
Exempt lib2to3 pickled grammars from the DirectorySandboxing. Fixes #121.
2.0
Jason R. Coombs
2013-12-07
1
-0
/
+1
*
|
Merge with 1.4.2
Jason R. Coombs
2013-12-01
1
-0
/
+7
|
\
\
|
*
|
Corrected a TypeError when reading a local package index on Python 3. Fixes #...
archive/bootstrap-py24
1.4.2
bootstrap-py24
Jason R. Coombs
2013-12-01
1
-0
/
+7
*
|
|
Use pkgutil namespace. Still export get_importer as it's referenced in __all__.
Jason R. Coombs
2013-12-01
1
-0
/
+2
*
|
|
Remove easy_install.HAS_USER_SITE and just defer to site.ENABLE_USER_SITE.
Jason R. Coombs
2013-11-27
1
-0
/
+3
*
|
|
Drop support for Python 2.5 and Python 2.4. Fixes #41.
Jason R. Coombs
2013-11-24
1
-0
/
+7
|
/
/
*
|
Update changelog. Fixes #105 and Fixes #113.
Jason R. Coombs
2013-11-23
1
-0
/
+23
*
|
Use sys.getfilesystemencoding for decoding bdist_wininst config. Fixes #114.
Jason R. Coombs
2013-11-23
1
-0
/
+7
*
|
Issue #108: Make a note about current limitations of setuptools wheels.
1.4
Jason R. Coombs
2013-11-17
1
-1
/
+4
*
|
Update changelog for Pull Request #21.
Jason R. Coombs
2013-11-14
1
-0
/
+2
*
|
Updated changelog
Jason R. Coombs
2013-11-14
1
-0
/
+7
*
|
Correct changelog entry. Fixes #104.
Jason R. Coombs
2013-11-13
1
-1
/
+1
*
|
Update changelog. Fixes #99.
1.3.2
Jason R. Coombs
2013-11-09
1
-0
/
+6
*
|
Updated changelog
Jason R. Coombs
2013-11-07
1
-0
/
+6
*
|
Update changelog
1.3
Jason R. Coombs
2013-11-03
1
-0
/
+1
*
|
Update changelog
Jason R. Coombs
2013-11-03
1
-0
/
+10
*
|
Update changelog
1.2
Jason R. Coombs
2013-11-02
1
-0
/
+3
*
|
Update changelog
Jason R. Coombs
2013-10-30
1
-0
/
+7
*
|
Skip test when file system encoding is not suitable. Fixes #55 and Distribute...
1.1.7
Toshio Kuratomi
2013-04-11
1
-0
/
+2
*
|
Update changelog
Jason R. Coombs
2013-09-23
1
-0
/
+9
*
|
execfile now opens target in binary mode for better compatibility. Fixes Dist...
1.1.6
Jason R. Coombs
2013-09-18
1
-0
/
+7
*
|
Update changelog
1.1.5
Jason R. Coombs
2013-09-12
1
-0
/
+6
*
|
Merge
1.1.4
Jason R. Coombs
2013-09-07
1
-0
/
+6
|
\
\
*
|
|
Add the import, omitted from the previous commit.
1.1.3
Jason R. Coombs
2013-09-06
1
-0
/
+6
*
|
|
Update changelog
1.1.2
Jason R. Coombs
2013-09-06
1
-0
/
+7
*
|
|
Correct AttributeError in upload command on Python 2.4. Fixes #76
Jason R. Coombs
2013-09-03
1
-3
/
+4
|
/
/
*
|
Merge update to ez_setup.py
Jason R. Coombs
2013-08-31
1
-0
/
+7
|
\
\
|
*
|
ez_setup.py now takes a --insecure argument to bypass the secure downloaders....
Jason R. Coombs
2013-08-31
1
-0
/
+7
*
|
|
Update reference to distribute.
Jason R. Coombs
2013-08-26
1
-1
/
+1
|
/
/
*
|
Nest try/except/finally for use on Python 2.4. Fixes #72.
1.1
Jason R. Coombs
2013-08-26
1
-0
/
+1
*
|
Updated changelog entry to reference the pertinent issue.
Jason R. Coombs
2013-08-25
1
-8
/
+8
*
|
Updated error message reported when `--allow-hosts` blocks a link to provide ...
Jason R. Coombs
2013-08-25
1
-0
/
+7
*
|
Corrected title formatting and hyperlink to correct Sphinx errors
Jason R. Coombs
2013-08-17
1
-3
/
+4
*
|
Removed the --delete-conflicting and --ignore-conflicts-at-my-risk options, w...
1.0
Jason R. Coombs
2013-08-17
1
-0
/
+2
*
|
Changed the launcher relevant environment variable to SETUPTOOLS_LAUNCHER and...
Jason R. Coombs
2013-08-17
1
-2
/
+4
*
|
Updated changelog once more to provide a re-assuring narrative about the back...
Jason R. Coombs
2013-08-17
1
-1
/
+5
*
|
Updated changelog to highlight backward-incompatible changes
Jason R. Coombs
2013-08-17
1
-7
/
+10
*
|
Restored tunnel (proxy) support in SSL connections. Fixes #52.
Jason R. Coombs
2013-08-11
1
-0
/
+2
*
|
Officially deprecated Features functionality (per #65).
Jason R. Coombs
2013-08-11
1
-0
/
+1
*
|
Updated changelog. Fixes #63.
1.0b1
Jason R. Coombs
2013-08-10
1
-0
/
+4
*
|
Issue 60: Implemented experimental opt-in support for using native launchers ...
Jason R. Coombs
2013-08-10
1
-0
/
+7
*
|
Replaced overly-specific error messages with more general ones for improved c...
Jason R. Coombs
2013-08-09
1
-0
/
+2
[next]