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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``
PJ Eby
2006-07-10
3
-25
/
+126
*
Fix ``register`` not obeying name/version set by ``egg_info`` command, if
PJ Eby
2006-07-10
4
-0
/
+16
*
Include more detailed version ranges spec, and make Requirement.specs a
PJ Eby
2006-07-10
2
-0
/
+28
*
Fix broken error message for socket error during upload.
PJ Eby
2006-07-10
1
-1
/
+1
*
Fix ``ftp://`` directory listing URLs from causing a crash when used in
PJ Eby
2006-06-20
2
-1
/
+4
*
Implement detection of non-Python scripts, as described in
PJ Eby
2006-06-15
2
-5
/
+49
*
Bump version # to 0.6b4 - although it might really be 0.6c1
PJ Eby
2006-06-15
5
-5
/
+5
*
syntax error
PJ Eby
2006-06-09
1
-1
/
+1
*
0.6b3 brown bag fix; update release script to remove revision tags
PJ Eby
2006-06-09
2
-3
/
+6
*
0.6b3 release
PJ Eby
2006-06-09
3
-9
/
+8
*
Allow .py files found by the include_package_data option to be
PJ Eby
2006-06-09
2
-9
/
+14
*
Fix mysterious errors during initial setuptools install, caused by
PJ Eby
2006-06-09
2
-2
/
+6
*
Fix sometimes not detecting local packages installed outside of "site"
PJ Eby
2006-06-09
2
-1
/
+4
*
Fix local --find-links eggs not being copied except with --always-copy.
PJ Eby
2006-06-07
2
-11
/
+14
*
Bump version to 0.6b3
PJ Eby
2006-06-07
5
-5
/
+5
*
Fix bdist_egg not including files in .egg-info subdirectories.
PJ Eby
2006-06-07
2
-19
/
+22
*
Clarify the limitations of get_provider(packagename)
PJ Eby
2006-06-07
1
-4
/
+10
*
Fixed a duplicate path insertion problem on case-insensitive
PJ Eby
2006-06-07
2
-11
/
+55
*
0.6b2 MD5's
PJ Eby
2006-06-01
1
-0
/
+2
*
Add missing 0.6b2 release note
PJ Eby
2006-06-01
1
-0
/
+2
*
Construct ``.pth`` file paths in such a way that installing an egg whose
PJ Eby
2006-05-30
2
-3
/
+6
*
Don't make things warnings that aren't; update info text for
PJ Eby
2006-05-26
1
-6
/
+6
*
Oops; doc needs to go under 0.6b2, not 0.6b1
PJ Eby
2006-05-23
1
-4
/
+5
*
Don't install or update a ``site.py`` patch when installing to a
PJ Eby
2006-05-23
2
-5
/
+7
*
Bump version for development of 0.6b2
PJ Eby
2006-05-23
5
-5
/
+5
*
Updated for 0.6b1 release MD5 signatures
PJ Eby
2006-05-12
1
-26
/
+6
*
Document 0.6b1 fixes
PJ Eby
2006-05-12
3
-5
/
+23
*
Better ambiguity management: accept #egg name/version even if processing
PJ Eby
2006-05-12
1
-7
/
+7
*
Backport doc fixes and 2.4-only -m safety check to 0.6 branch
PJ Eby
2006-04-28
2
-6
/
+4
*
Fix entry point parsing when a standalone module name has whitespace
PJ Eby
2006-04-27
2
-5
/
+5
*
Backport 'module' fixes to 0.6
PJ Eby
2006-04-24
3
-16
/
+16
*
Recognize 'U' as a valid read-only mode for open()
PJ Eby
2006-04-21
1
-1
/
+1
*
Ignore bdist_dumb distributions when looking at download URLs
PJ Eby
2006-04-21
1
-7
/
+7
*
Backport support for file:// directory URLs in --find-links to 0.6
PJ Eby
2006-04-19
1
-7
/
+7
*
Split ``get_platform()`` into ``get_supported_platform()`` and
PJ Eby
2006-04-18
3
-12
/
+27
*
Backport absolute path trapping to the 0.6 branch.
PJ Eby
2006-04-15
1
-18
/
+18
*
Correct version # in release notes
PJ Eby
2006-04-14
1
-1
/
+1
*
Make docs & PyPI list separate locations for 0.6 and 0.7 development
PJ Eby
2006-04-14
1
-1
/
+4
*
Creating a branch for the "stable" 0.6 development line of setuptools,
PJ Eby
2006-04-14
6
-3
/
+79
*
Added automatic retry for Sourceforge mirrors. The new download process is
PJ Eby
2006-04-09
2
-12
/
+55
*
Bump version to 0.6a12dev... but hopefully it will in fact be 0.6b1.
PJ Eby
2006-03-30
3
-3
/
+3
*
Misc. doc formatting/phrasing corrections
PJ Eby
2006-03-30
2
-6
/
+10
*
0.6a11 release
PJ Eby
2006-03-29
1
-0
/
+6
*
Fix typo
PJ Eby
2006-03-29
1
-1
/
+1
*
Added ``test_loader`` keyword to support custom test loaders.
PJ Eby
2006-03-29
5
-41
/
+65
*
More docs for .py#egg and ``dependency_links``
PJ Eby
2006-03-29
2
-0
/
+52
*
Added ``setuptools.file_finders`` entry point group to allow implementing
PJ Eby
2006-03-29
4
-12
/
+79
*
Added ``--identity`` option to ``upload`` command.
PJ Eby
2006-03-29
2
-1
/
+17
*
Added ``ExtractionError`` and ``ResourceManager.extraction_error()`` so that
PJ Eby
2006-03-29
2
-43
/
+154
*
Fix a problem with the test loader finding the bundled doctest's
PJ Eby
2006-03-29
1
-4
/
+4
[next]