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
*
Fixed two issues for Python 2.4 compatibility. Tests now run again on Python 2.4
0.6.26
Jason R. Coombs
2012-04-08
2
-2
/
+3
*
Removed bind_and_activate parameters (not compatible with Python 2.4
Jason R. Coombs
2012-04-08
1
-8
/
+4
*
Removed unused import
Jason R. Coombs
2012-04-08
1
-1
/
+0
*
Converted new tests in test_easy_install to use call-back functions instead o...
Jason R. Coombs
2012-04-08
1
-29
/
+54
*
Merged fix for issue 227. All tests pass on Python 2.7.
Jason R. Coombs
2012-04-07
2
-0
/
+31
|
\
|
*
Updated CHANGES.txt
Jason R. Coombs
2012-03-31
1
-0
/
+3
|
*
Backout changes to dist.py from 488cc8a13f66
Jason R. Coombs
2012-03-30
1
-2
/
+1
|
*
Yet another approach - invoking setopt directly prior to invoking a new setup...
Jason R. Coombs
2012-03-30
1
-15
/
+27
|
*
Put the setopt directives before bdist_egg
Jason R. Coombs
2012-03-29
1
-18
/
+16
|
*
Another attempt at a fix that uses setopt instead of hacking easy_install
Jason R. Coombs
2012-03-29
1
-10
/
+8
|
*
Merge with default
Jason R. Coombs
2012-03-29
33
-334
/
+518
|
|
\
|
*
|
Fix unintended addition of newline
Erik Bray
2011-08-30
1
-1
/
+1
|
*
|
First stab at a fix. The hack that allows it to work is that it allows the ea...
Erik Bray
2011-08-30
3
-3
/
+24
*
|
|
Add requests to the instance, so it's always available even if no requests we...
Jason R. Coombs
2012-04-07
1
-0
/
+1
*
|
|
Make sure to un-monkey-patch the Distribution class when running test_no_setu...
Jason R. Coombs
2012-04-07
1
-1
/
+2
*
|
|
Added another context to reset the _setup_stop_context
Jason R. Coombs
2012-04-07
1
-5
/
+20
*
|
|
Set the argv context so that easy_install.main invokes the command as if it h...
Jason R. Coombs
2012-04-07
1
-5
/
+12
*
|
|
Test now constructs the tarfile completely in memory (avoiding accidentally w...
Jason R. Coombs
2012-04-07
1
-10
/
+12
*
|
|
Improved the MockServer so it now more effectively handles multiple requests ...
Jason R. Coombs
2012-04-07
2
-9
/
+11
*
|
|
Create the sdist using tarfile and the code is much simpler
Jason R. Coombs
2012-04-07
1
-48
/
+8
*
|
|
We expect easy_install to raise a SystemExit
Jason R. Coombs
2012-04-07
1
-5
/
+3
*
|
|
Expanded TestSetupRequires so it actually stages the installation of an sdist...
Jason R. Coombs
2012-04-07
1
-14
/
+81
*
|
|
Add test to capture issue 227
Jason R. Coombs
2012-04-01
2
-0
/
+60
*
|
|
Started work on a Mock server that doesn't require a file system to back it.
Jason R. Coombs
2012-04-01
1
-0
/
+17
*
|
|
Cleaned up simulated index server, expanding documentation.
Jason R. Coombs
2012-04-01
1
-11
/
+18
*
|
|
Reorganized imports and cleaned up whitespace
Jason R. Coombs
2012-04-01
1
-7
/
+10
*
|
|
Cleaned up excess whitespace
Jason R. Coombs
2012-04-01
1
-34
/
+3
*
|
|
Reorganized imports
Jason R. Coombs
2012-04-01
2
-76
/
+78
*
|
|
Slightly nicer generation of trove classifiers without having to resort to li...
Jason R. Coombs
2012-04-01
1
-14
/
+14
|
|
/
|
/
|
*
|
Updated CHANGES.txt
Jason R. Coombs
2012-03-23
1
-0
/
+6
*
|
Include symlinks when extracting source dist. Fixes #183.
Toshio Kuratomi
2012-03-23
1
-13
/
+16
*
|
Converted have_pyrex into a function
Jason R. Coombs
2012-03-10
1
-13
/
+19
*
|
Refactored Extension class so that __init__ is always called, but patched beh...
Jason R. Coombs
2012-03-10
1
-11
/
+9
*
|
Reorganized imports
Jason R. Coombs
2012-03-10
1
-7
/
+9
*
|
Indent with spaces
Jason R. Coombs
2012-03-10
1
-7
/
+7
*
|
Bumped to 0.6.26 in preparation for next release.
Jason R. Coombs
2012-03-09
5
-8
/
+8
*
|
Fix release script to not include deleted files.
Jason R. Coombs
2012-03-09
1
-3
/
+6
*
|
Added tag 0.6.25 for changeset 6124053afb5c
Jason R. Coombs
2012-03-09
1
-0
/
+1
*
|
Now load legacy scripts wrappers from templates in the package, which get con...
0.6.25
Jason R. Coombs
2012-02-08
4
-16
/
+31
*
|
Fix #272 - TypeError when namespace_package is unicode
Jason R. Coombs
2012-02-06
2
-0
/
+5
*
|
Updated DEVGUIDE to match current approach.
Jason R. Coombs
2012-01-21
1
-12
/
+6
*
|
Remove grody hack for later versions of Python where it is no longer necessar...
Jason R. Coombs
2012-01-20
2
-4
/
+16
*
|
Removed broken reference to 'Administrator Installation'.
Jason R. Coombs
2012-01-09
1
-16
/
+13
*
|
Update EasyInstall 'Custom Installation' documentation to be conscious of PEP...
Marcus Smith
2012-01-08
1
-173
/
+44
*
|
Updated release script to make sure bump happens in the right place
Jason R. Coombs
2011-12-01
1
-0
/
+3
*
|
Fix issue #262 - package_index.open_with_auth no longer throws LookupError on...
Jason R. Coombs
2011-12-01
2
-1
/
+20
*
|
distribute_setup.py now accepts the --user argument for installing to the use...
Jason R. Coombs
2011-11-29
2
-3
/
+14
*
|
replaced the changelog where it belongs
Tarek Ziade
2011-11-17
1
-1
/
+6
*
|
workaround a cache issue refers #258
Tarek Ziade
2011-11-17
2
-0
/
+5
*
|
Removing release.sh, replaced by release.py
Jason R. Coombs
2011-10-17
1
-24
/
+0
[next]