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
/
setuptools
/
dist.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TypeError when no attrs were passed
1.0b2
Jason R. Coombs
2013-08-11
1
-1
/
+2
*
Officially deprecated Features functionality (per #65).
Jason R. Coombs
2013-08-11
1
-3
/
+21
*
Merge Python 3 native support from distribute
Jason R. Coombs
2013-06-18
1
-3
/
+6
|
\
|
*
Merge Vinay Sajip's unified Python 2/3 support from distribute 3
Jason R. Coombs
2013-06-18
1
-0
/
+5
|
|
\
|
*
\
Merge with upstream
Jason R. Coombs
2013-06-18
1
-1
/
+34
|
|
\
\
|
*
|
|
Changes to support 2.x and 3.x in the same codebase.
Vinay Sajip
2011-06-20
1
-3
/
+6
*
|
|
|
Merged latest changes from setuptools-0.6 branch
Jason R. Coombs
2013-05-13
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Backport experimental environment marker support from the trunk
pje
2013-05-04
1
-4
/
+4
|
*
|
|
|
Major updates and fixes include:
PJ Eby
2009-10-12
1
-6
/
+47
*
|
|
|
|
Merge dist module
Jason R. Coombs
2013-05-03
1
-9
/
+43
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Copy changes to dist.py from 1aae1efe5733
Jason R. Coombs
2013-05-03
1
-6
/
+47
|
|
/
/
/
*
|
|
|
Backed out changeset: 98a9f9dcce0e; Fixes #335.
Jason R. Coombs
2012-11-26
1
-3
/
+2
*
|
|
|
Merge
Jason R. Coombs
2012-11-24
1
-2
/
+3
|
\
\
\
\
|
*
|
|
|
Fixes and adds a regression test for #323; required adding some new keyword a...
Erik Bray
2012-09-11
1
-2
/
+3
*
|
|
|
|
Added comment and updated CHANGES
Jason R. Coombs
2012-11-24
1
-0
/
+2
*
|
|
|
|
Don't wrap sys.stdout if it's in the correct encoding already.
Gabriel
2012-11-23
1
-0
/
+3
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Print metadata in UTF-8 independent of platform. Fixes #311.
Stefan H. Holek
2012-10-08
1
-0
/
+32
|
/
/
/
*
|
/
Adds a fix for issue #318, including a regression test. This also fixes anot...
Erik Bray
2012-09-06
1
-1
/
+2
|
|
/
|
/
|
*
|
setting to_scan to [] instead of None ensures (somewhat confusingly) that fin...
Erik Bray
2011-05-23
1
-0
/
+1
*
|
backporting the API Eby added in 0.6c11
tarek
2009-11-01
1
-21
/
+11
*
|
Name changes of the parameters.
Lennart Regebro
2009-09-22
1
-3
/
+3
*
|
Support attrs is None.
Martin v. Löwis
2009-09-13
1
-1
/
+1
*
|
Deal with convert_doctests_2to3 not being set.
Martin v. Löwis
2009-09-13
1
-1
/
+1
*
|
Fix processing of convert_doctests_2to3.
Martin v. Löwis
2009-09-13
1
-0
/
+5
*
|
Add default for pop.
Martin v. Löwis
2009-09-12
1
-1
/
+1
*
|
Add src_root attribute to support installing from a copy.
Martin v. Löwis
2009-09-12
1
-0
/
+1
|
/
*
Added a warning if a namespace package is declared, but its parent
PJ Eby
2008-02-14
1
-11
/
+11
*
Backport all known 2.5-compatibility fixes
PJ Eby
2006-09-20
1
-17
/
+17
*
* Fixed ``AttributeError`` when trying to download a ``setup_requires``
PJ Eby
2006-07-14
1
-2
/
+2
*
Backport 'module' fixes to 0.6
PJ Eby
2006-04-24
1
-5
/
+5
*
Added ``test_loader`` keyword to support custom test loaders.
PJ Eby
2006-03-29
1
-9
/
+9
*
Implement dependency_links feature, courtesy of Tres Seaver's rough
PJ Eby
2006-03-29
1
-10
/
+10
*
Fix setup_requires/tests_require/etc. not using setup.cfg or other
PJ Eby
2006-02-28
1
-11
/
+11
*
When installing setup_requires/tests_require packages, use
PJ Eby
2006-02-28
1
-1
/
+1
*
Workaround for packages that think 'version' is a number.
PJ Eby
2006-02-12
1
-4
/
+4
*
First draft of shared library build support. See tests/shlib_test
PJ Eby
2006-01-05
1
-2
/
+2
*
Added the ``exclude_package_data`` keyword to ``setup()``, allowing you
PJ Eby
2005-12-15
1
-14
/
+14
*
Added ``tests_require`` keyword to ``setup()``, so that e.g. packages
PJ Eby
2005-11-19
1
-3
/
+3
*
Fixed some problems with fresh checkouts of projects that don't include
PJ Eby
2005-11-05
1
-15
/
+15
*
Minor refactoring of code that checks a distribution's contents.
PJ Eby
2005-08-14
1
-10
/
+10
*
On second thought, don't. :( Walter Doerwald's situation isn't really
PJ Eby
2005-08-14
1
-1
/
+1
*
Allow distributing an empty namespace package.
PJ Eby
2005-08-14
1
-1
/
+1
*
Got rid of the no-longer meaningful "depends" command. Consolidated the
PJ Eby
2005-08-06
1
-49
/
+8
*
Enhanced setuptools infrastructure to support distutils extensions that
PJ Eby
2005-08-06
1
-107
/
+189
*
Misc. bug fixes and doc additions. Add 'iter_entry_points()' API.
PJ Eby
2005-07-25
1
-10
/
+10
*
Implement "entry points" for dynamic discovery of drivers and plugins.
PJ Eby
2005-07-24
1
-14
/
+55
*
Fix eager resource extraction. Add eager_resources setup() argument. Add
PJ Eby
2005-07-24
1
-14
/
+55
*
Implement ``namespace_packages`` keyword to ``setup()``. Added keyword
PJ Eby
2005-07-10
1
-26
/
+67
*
Detect and handle conflicts with "unmanaged" packages when installing
PJ Eby
2005-07-10
1
-4
/
+4
*
Added support for defining command aliases in distutils configuration
PJ Eby
2005-07-08
1
-1
/
+42
[next]