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
...
*
* Fixed ``AttributeError`` when trying to download a ``setup_requires``
PJ Eby
2006-07-14
4
-4
/
+15
*
Fix doubled --tag-build help display (backport from trunk)
PJ Eby
2006-07-11
1
-1
/
+1
*
Bump version #
PJ Eby
2006-07-11
5
-6
/
+8
*
Fix doc typo
PJ Eby
2006-07-11
1
-1
/
+1
*
Simplify release process using new egg_info options
PJ Eby
2006-07-11
2
-6
/
+3
*
Suppressed warning message about possibly-misspelled project name, if an egg
PJ Eby
2006-07-11
2
-13
/
+16
*
Merge updated index api docs from the trunk.
PJ Eby
2006-07-11
1
-0
/
+95
*
Reduce screenscraping required for a package index. Homepage and
PJ Eby
2006-07-11
2
-25
/
+70
*
Allow ``file://`` URLs to be used as a package index. URLs that refer to
PJ Eby
2006-07-10
2
-28
/
+32
*
Fix not recognizing HTML 404 pages from package indexes.
PJ Eby
2006-07-10
2
-2
/
+4
*
Fix ``sys.path_importer_cache`` not being updated when an existing zipfile
PJ Eby
2006-07-10
2
-9
/
+12
*
Fixed redundant warnings about missing ``README`` file(s); it should now
PJ Eby
2006-07-10
3
-5
/
+49
*
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
[prev]
[next]