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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge with 0.7.4
0.8b2
Jason R. Coombs
2013-06-19
6
-4
/
+667
|
\
|
*
Bumped to 0.7.5 in preparation for next release.
Jason R. Coombs
2013-06-19
6
-10
/
+10
|
*
Added tag 0.7.4 for changeset 85640475dda0
Jason R. Coombs
2013-06-19
1
-0
/
+1
|
*
Reference parsed svn version variable instead of the whole of the data. Fixes...
0.7.4
Jason R. Coombs
2013-06-19
2
-1
/
+7
|
*
Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). eg...
Jason R. Coombs
2013-06-19
4
-3
/
+659
*
|
Added tag 0.8b1 for changeset 74c6c1226805
Jason R. Coombs
2013-06-18
1
-0
/
+1
*
|
Merge 0.7.3 release
0.8b1
Jason R. Coombs
2013-06-18
4
-4
/
+3
|
\
\
|
|
/
|
*
Update version to indicate a range of versions when discussing upgrade from D...
Jason R. Coombs
2013-06-18
1
-1
/
+1
|
*
Bumped to 0.7.4 in preparation for next release.
Jason R. Coombs
2013-06-18
7
-17
/
+17
|
*
Added tag 0.7.3 for changeset d212e48e0cef
Jason R. Coombs
2013-06-18
1
-0
/
+1
|
*
Backed out changeset: 7292c3a723e3
0.7.3
Jason R. Coombs
2013-06-18
2
-3
/
+1
*
|
Updated changelog
Jason R. Coombs
2013-06-18
1
-0
/
+7
*
|
Bumped to 0.8 in preparation for next release.
Jason R. Coombs
2013-06-18
6
-11
/
+11
*
|
Update release script to run under Python 3
Jason R. Coombs
2013-06-18
1
-6
/
+18
*
|
Merge Python 3 native support from distribute
Jason R. Coombs
2013-06-18
37
-370
/
+515
|
\
\
|
|
/
|
/
|
|
*
Fix Python3 compatibility issue in filterfalse
Jason R. Coombs
2013-06-17
2
-2
/
+5
|
*
Use unicode from compat module
Jason R. Coombs
2013-06-17
1
-2
/
+2
|
*
Re-save test modules with UTF-8 encoding
Jason R. Coombs
2013-06-17
1
-6
/
+6
|
*
Update exceptions for Python 3 compatibility
Jason R. Coombs
2013-06-17
1
-4
/
+8
|
*
Remove unused import
Jason R. Coombs
2013-06-18
1
-4
/
+4
|
*
Merge Vinay Sajip's unified Python 2/3 support from distribute 3
Jason R. Coombs
2013-06-18
47
-399
/
+1276
|
|
\
|
*
|
Fixed some resource leaks.
Vinay Sajip
2012-10-10
5
-26
/
+45
|
*
|
Updated win_script_wrapper to run on Python 2 and Python 3
Jason R. Coombs
2013-06-18
1
-31
/
+46
|
*
|
Minor fix previously fixed in a merge
Jason R. Coombs
2013-06-18
2
-2
/
+4
|
*
|
Post-merge fixes for Python 3.
Vinay Sajip
2012-10-10
7
-12
/
+19
|
*
|
Merge with upstream
Jason R. Coombs
2013-06-18
59
-658
/
+2234
|
|
\
\
|
*
|
|
Fixed execfile in pkg_resources.
Vinay Sajip
2011-06-21
1
-1
/
+5
|
*
|
|
Fixed execfile in compat.py.
Vinay Sajip
2011-06-21
1
-1
/
+6
|
*
|
|
Fixed some bugs, tests now also all pass on 2.7 and 3.2.
Vinay Sajip
2011-06-21
2
-2
/
+2
|
*
|
|
Fixed some bugs - tests now all pass under Python 3.3.
Vinay Sajip
2011-06-21
3
-7
/
+7
|
*
|
|
Changes to support 2.x and 3.x in the same codebase.
Vinay Sajip
2011-06-20
28
-200
/
+332
*
|
|
|
Use new sysconfig module with Python 2.7 or >=3.2.
Arfrever Frehtes Taifersar Arahesis
2013-06-12
5
-18
/
+42
*
|
|
|
Issue #1: Disable installation of Windows-specific files on non-Windows systems.
Arfrever Frehtes Taifersar Arahesis
2013-06-12
2
-1
/
+7
*
|
|
|
Rename DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT environment variable ...
Arfrever Frehtes Taifersar Arahesis
2013-06-11
2
-1
/
+8
*
|
|
|
Update some URLs (packages.python.org -> pythonhosted.org).
Arfrever Frehtes Taifersar Arahesis
2013-06-11
4
-7
/
+7
*
|
|
|
Update some URLs.
Arfrever Frehtes Taifersar Arahesis
2013-06-11
9
-21
/
+21
*
|
|
|
Add __init__.py to the list of 'files with versions'
Jason R. Coombs
2013-06-09
1
-0
/
+1
*
|
|
|
Bump version so it's reported correctly
Jason R. Coombs
2013-06-09
1
-1
/
+1
*
|
|
|
Merge with setuptools-0.6 (null merge as local implementation treats imports ...
Jason R. Coombs
2013-06-09
0
-0
/
+0
|
\
\
\
\
|
*
|
|
|
Fix missing import
pje
2013-06-03
1
-1
/
+1
*
|
|
|
|
Bumped to 0.7.3 in preparation for next release.
Jason R. Coombs
2013-06-09
5
-10
/
+10
*
|
|
|
|
Added tag 0.7.2 for changeset d04c05f035e3
Jason R. Coombs
2013-06-09
1
-0
/
+1
*
|
|
|
|
Fix 'set_versions'
0.7.2
Jason R. Coombs
2013-06-09
1
-1
/
+1
*
|
|
|
|
Added sections on upgrading
Jason R. Coombs
2013-06-09
1
-1
/
+25
*
|
|
|
|
Linked FAQ
Jason R. Coombs
2013-06-09
1
-0
/
+5
*
|
|
|
|
Add heading
Jason R. Coombs
2013-06-09
1
-0
/
+3
*
|
|
|
|
Reformatted faq for RST
Jason R. Coombs
2013-06-09
1
-12
/
+21
*
|
|
|
|
Adding merge FAQ as part of the project docs.
Jason R. Coombs
2013-06-09
1
-0
/
+44
*
|
|
|
|
Moved MERGE.txt into the setuptools documentation.
Jason R. Coombs
2013-06-09
3
-1
/
+8
*
|
|
|
|
Allow uploading the docs
Jason R. Coombs
2013-06-09
1
-1
/
+1
[next]