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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test to exercise the basic functionality of _vcs_split_rev_from_url
Jason R. Coombs
2013-07-24
1
-0
/
+9
*
Make PackageIndex._vcs_split_rev_from_url a static method (as it doesn't have...
Jason R. Coombs
2013-07-24
1
-1
/
+2
*
Import urlsplit and urlunsplit from compat module. Fixes #53.
Jason R. Coombs
2013-07-24
1
-1
/
+1
*
Add 'urlsplit' and 'urlunsplit' to compat module
Jason R. Coombs
2013-07-24
1
-2
/
+5
*
Replace import * with explicit imports, allowing linter to detect the missing...
Jason R. Coombs
2013-07-24
1
-1
/
+5
*
Normalize whitespace in package_index.py
Jason R. Coombs
2013-07-24
1
-77
/
+2
*
Re-indent several function signatures to reduce linter warnings
Jason R. Coombs
2013-07-24
1
-15
/
+20
*
Clean up imports in package_index
Jason R. Coombs
2013-07-24
1
-1
/
+6
*
Remove unused imports
Jason R. Coombs
2013-07-24
1
-3
/
+2
*
Bumped to 0.9.8 in preparation for next release.
Jason R. Coombs
2013-07-22
1
-1
/
+1
*
Update test to reflect the copy of the hash name stored because pypy doesn't ...
Jason R. Coombs
2013-07-22
1
-5
/
+1
*
package_index.py : fix hash_name
Daniel Holth
2013-07-22
1
-17
/
+3
*
add _-separated keys to environment markers
Daniel Holth
2013-07-20
1
-0
/
+4
*
Bumped to 0.9.7 in preparation for next release.
Jason R. Coombs
2013-07-17
1
-1
/
+1
*
Add compatibility for Python 2.4 when querying the hash name. Fixes #44
0.9.6
Jason R. Coombs
2013-07-17
2
-2
/
+31
*
Bumped to 0.9.6 in preparation for next release.
Jason R. Coombs
2013-07-15
1
-1
/
+1
*
Merge github pull request
Jason R. Coombs
2013-07-15
1
-1
/
+8
|
\
|
*
Fix backported ssl_match_hostname for http://bugs.python.org/issue17980
Toshio Kuratomi
2013-07-15
1
-1
/
+8
*
|
Bumped to 0.9.5 in preparation for next release.
Jason R. Coombs
2013-07-15
1
-1
/
+1
|
/
*
Bumped to 0.9.4 in preparation for next release.
Jason R. Coombs
2013-07-15
1
-1
/
+1
*
Use 'is_valid' instead of simply 'valid' or 'check', which are less clear abo...
0.9.3
Jason R. Coombs
2013-07-15
2
-6
/
+6
*
Bumped to 0.9.3 in preparation for next release.
Jason R. Coombs
2013-07-15
1
-1
/
+1
*
Added a couple of additional tests, including one capturing #42.
Jason R. Coombs
2013-07-15
1
-0
/
+14
*
Added a test to prove the basic usage of content checks
Jason R. Coombs
2013-07-15
1
-0
/
+11
*
Extracted hash-checking functionality into its own classes. Hashes are no lon...
Jason R. Coombs
2013-07-15
1
-26
/
+73
*
Bumped to 0.9.2 in preparation for next release.
Jason R. Coombs
2013-07-13
1
-1
/
+1
*
Bumped to 0.9.1 in preparation for next release.
Jason R. Coombs
2013-07-13
1
-1
/
+1
*
Allow other arguments and kwargs to os.open when in the sandbox. Fixes Distri...
Jason R. Coombs
2013-07-13
1
-3
/
+3
*
Bumped to 0.10 in preparation for next release.
Jason R. Coombs
2013-07-13
1
-1
/
+1
*
Enable using any guarenteed hash as a hash function
Donald Stufft
2013-07-09
1
-14
/
+20
*
Add a shim for python 2.4 compatability with hashlib
Donald Stufft
2013-07-09
1
-0
/
+6
*
Add the pure python sha implementations from PyPy to handle Python 2.4
Donald Stufft
2013-07-09
5
-0
/
+1053
*
Bumped to 0.9 in preparation for next release.
Jason R. Coombs
2013-07-05
1
-1
/
+1
*
Merge fix for #21
Jason R. Coombs
2013-06-19
1
-5
/
+6
|
\
|
*
Restore Python 2.4 compatibility in test_easy_install. Fixes #21
Jason R. Coombs
2013-06-19
1
-5
/
+6
*
|
Merged in vinay.sajip/setuptools/single-codebase (pull request #5)
Jason R. Coombs
2013-06-19
10
-17
/
+33
|
\
\
|
*
|
Tidied up imports.
Vinay Sajip
2013-06-19
2
-7
/
+1
|
*
|
Add back accidentally deleted import.
Vinay Sajip
2013-06-19
1
-0
/
+1
|
*
|
More post-merge fixes.
Vinay Sajip
2013-06-19
4
-5
/
+3
|
*
|
Post-merge fixes.
Vinay Sajip
2013-06-19
1
-2
/
+2
|
*
|
Merged upstream changes.
Vinay Sajip
2013-06-19
22
-119
/
+118
|
|
\
\
|
*
|
|
Misc. updates following 2to3 checks.
Vinay Sajip
2013-06-17
10
-12
/
+19
|
*
|
|
Updated to fix errors on 2.5.
Vinay Sajip
2013-06-15
2
-2
/
+2
|
*
|
|
Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...
Vinay Sajip
2013-06-15
27
-189
/
+318
*
|
|
|
Merge with 0.7.4
0.8b2
Jason R. Coombs
2013-06-19
3
-3
/
+659
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Bumped to 0.7.5 in preparation for next release.
Jason R. Coombs
2013-06-19
1
-1
/
+1
|
*
|
Reference parsed svn version variable instead of the whole of the data. Fixes...
0.7.4
Jason R. Coombs
2013-06-19
1
-1
/
+1
|
*
|
Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). eg...
Jason R. Coombs
2013-06-19
3
-2
/
+658
|
*
|
Bumped to 0.7.4 in preparation for next release.
Jason R. Coombs
2013-06-18
1
-1
/
+1
|
|
/
*
|
Bumped to 0.8 in preparation for next release.
Jason R. Coombs
2013-06-18
1
-1
/
+1
[next]