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
path:
root
/
setuptools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed #80: test_develop fails with Python 3.1. I don't understand why the mod...
tarek
2009-11-15
2
-1
/
+7
*
unknown setuptools version can be added in the working set, refs #90
tarek
2009-11-11
1
-9
/
+6
*
backporting the API Eby added in 0.6c11
tarek
2009-11-01
1
-21
/
+11
*
make sure USER_SITE is listed as a sitedir in easy_install
tarek
2009-10-27
3
-2
/
+9
*
now develop supports the --user option fixes #58
tarek
2009-10-27
2
-1
/
+168
*
removed empty lines
tarek
2009-10-27
1
-31
/
+0
*
Generated scripts now wraps their call in a __main__ section. Fixes #11
tarek
2009-10-27
2
-5
/
+41
*
removed PJE-style white lines
tarek
2009-10-27
1
-35
/
+3
*
Issue 21: Allow PackageIndex.open_url to gracefully handle all cases of a htt...
Hanno Schlichting
2009-10-24
1
-0
/
+6
*
Reversing patch for 64-bit Windows script launcher, applied PJE's simpler sol...
agronholm
2009-10-20
7
-3
/
+2
*
removing windows EOL lines
tarek
2009-10-14
1
-137
/
+137
*
an error is raised when installing a 0.7 setuptools with distribute
Reinout van Rees
2009-10-14
1
-4
/
+15
*
Distribute no longer shadows setuptools if we require a 0.7-series
Reinout van Rees
2009-10-14
1
-2
/
+22
*
fixed the parsed api when dealing with setuptools name
tarek
2009-10-13
1
-11
/
+11
*
fix a hole in sandboxing allowing builtin file to write outside of the sandbox
Philip Jenvey
2009-10-12
1
-0
/
+6
*
Added a upload_docs command to upload project documentation to PyPI's package...
Jannis Leidel
2009-10-07
2
-1
/
+154
*
Changed file() calls to open() calls
agronholm
2009-09-27
2
-2
/
+2
*
Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs (htt...
agronholm
2009-09-25
7
-2
/
+3
*
Wrong file mode when creating bdists under Python 3.1.
Lennart Regebro
2009-09-22
1
-1
/
+1
*
Name changes of the parameters.
Lennart Regebro
2009-09-22
4
-14
/
+10
*
merge dance
tarek
2009-09-20
15
-36
/
+172
|
\
|
*
Fixed a daft bug (my fault).
Lennart Regebro
2009-09-19
1
-2
/
+3
|
*
Works with zope.interface now.
Lennart Regebro
2009-09-18
3
-8
/
+28
|
*
Only decode HTML pages in 3.x.
Martin v. Löwis
2009-09-13
1
-2
/
+3
|
*
Support attrs is None.
Martin v. Löwis
2009-09-13
1
-1
/
+1
|
*
Merge with upstream
Martin v. Löwis
2009-09-13
1
-0
/
+2
|
|
\
|
|
*
Convert HTML pages to text.
Martin v. Löwis
2009-09-13
1
-0
/
+2
|
*
|
Deal with convert_doctests_2to3 not being set.
Martin v. Löwis
2009-09-13
1
-1
/
+1
|
*
|
Merge upstream changes.
Martin v. Löwis
2009-09-13
2
-1
/
+21
|
|
\
\
|
|
|
/
|
|
*
Merge upstream changes.
Martin v. Löwis
2009-09-13
2
-1
/
+21
|
|
|
\
|
*
|
|
Fix processing of convert_doctests_2to3.
Martin v. Löwis
2009-09-13
2
-2
/
+12
|
*
|
|
Add convert_doctests_2to3.
Martin v. Löwis
2009-09-13
1
-8
/
+15
|
*
|
|
Provide registry for fixer packages.
Martin v. Löwis
2009-09-13
2
-4
/
+7
|
*
|
|
Fix running 2to3.
Martin v. Löwis
2009-09-13
1
-3
/
+3
|
*
|
|
Move initialization of updated_files into finalize_options
Martin v. Löwis
2009-09-13
1
-1
/
+1
|
*
|
|
Support running 2to3 on build_py.
Martin v. Löwis
2009-09-13
2
-1
/
+52
|
|
/
/
|
*
|
Work around distutils 3.1 breaking ext_map.
Martin v. Löwis
2009-09-13
1
-0
/
+5
|
*
|
Open svn externals file in text mode.
Martin v. Löwis
2009-09-13
1
-1
/
+1
|
*
|
Open zipsafe file in text mode.
Martin v. Löwis
2009-09-12
1
-1
/
+1
|
*
|
Redirect stderr as well.
Martin v. Löwis
2009-09-12
1
-2
/
+2
|
*
|
Add default for pop.
Martin v. Löwis
2009-09-12
1
-1
/
+1
|
*
|
Remove sdist3 command again.
Martin v. Löwis
2009-09-12
2
-36
/
+1
|
*
|
Implement isascii.
Martin v. Löwis
2009-09-12
1
-1
/
+13
|
*
|
Port writing text files to 3.x.
Martin v. Löwis
2009-09-12
1
-2
/
+9
|
*
|
Replace os.path.walk with os.walk.
Martin v. Löwis
2009-09-12
1
-2
/
+4
|
*
|
Explicitly encode data as UTF-8 before writing to a binary file.
Martin v. Löwis
2009-09-12
1
-2
/
+7
|
*
|
Add src_root attribute to support installing from a copy.
Martin v. Löwis
2009-09-12
2
-3
/
+6
|
*
|
Conditionalize _file processing.
Martin v. Löwis
2009-09-11
1
-4
/
+10
|
*
|
Shortcut User-agent computation, as 2to3 won't
Martin v. Löwis
2009-09-11
1
-1
/
+1
|
*
|
Work around apparent 3.x limitation wrt. variables
Martin v. Löwis
2009-09-11
1
-3
/
+4
[prev]
[next]