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
*
Merge feature/issue-229
19.3b1
Jason R. Coombs
2016-01-04
38
-273
/
+1154
|
\
|
*
Use six in pkg_resources.
Jason R. Coombs
2016-01-04
2
-25
/
+11
|
*
Move six to pkg_resources for use there.
Jason R. Coombs
2016-01-04
7
-9
/
+6
|
*
Extract variable for extant name. Add comment about the hack.
Jason R. Coombs
2016-01-02
1
-3
/
+9
|
*
Add some docstrings
Jason R. Coombs
2016-01-02
1
-0
/
+13
|
*
Based on experimentation, the canonical module name needs to be in sys.module...
Jason R. Coombs
2016-01-02
1
-1
/
+4
|
*
Combine separate VendorImporters into a single one in pkg_resources.extern
Jason R. Coombs
2016-01-02
3
-45
/
+2
|
*
Pop the module off the stack, preventing the 'Version' class from having a di...
Jason R. Coombs
2016-01-02
2
-4
/
+2
|
*
Make VendorImporter more generic
Jason R. Coombs
2016-01-02
2
-26
/
+40
|
*
Create a PEP 302 importer for managing conditional import of vendored package...
Jason R. Coombs
2016-01-02
4
-90
/
+84
|
*
Move extern.packaging into a package to enable package-relative imports to re...
Jason R. Coombs
2016-01-01
1
-0
/
+0
|
*
Use the same technique in pkg_resources, relying on an 'extern' module to res...
Jason R. Coombs
2015-12-31
7
-15
/
+53
|
*
Make the technique even more generic
Jason R. Coombs
2015-12-31
1
-7
/
+6
|
*
Modeling after Astropy's technique for bundling libraries, the imports are no...
Jason R. Coombs
2015-12-31
27
-160
/
+77
|
*
Update vendoring technique to match that used for packaging. Ref #229.
Jason R. Coombs
2015-12-31
34
-68
/
+1036
|
*
Merge with master. Ref #229.
Jason R. Coombs
2015-12-31
68
-1538
/
+2973
|
|
\
|
|
/
|
/
|
*
|
Bumped to 19.3 in preparation for next release.
Jason R. Coombs
2015-12-25
1
-1
/
+1
*
|
Added tag 19.2 for changeset 5d24cf9d1ced
Jason R. Coombs
2015-12-25
1
-0
/
+1
*
|
Bumped to 19.2 in preparation for next release.
19.2
Jason R. Coombs
2015-12-25
1
-1
/
+1
*
|
Update changelog
Jason R. Coombs
2015-12-25
1
-0
/
+2
*
|
Merged in viraptor/setuptools (pull request #162)
Jason R. Coombs
2015-12-25
1
-2
/
+2
|
\
\
|
*
|
Fix multiline strings with missing spaces
Stanislaw Pitucha
2015-12-07
1
-2
/
+2
*
|
|
Merge with alternate implementation, preferring DirList approach.
Jason R. Coombs
2015-12-25
0
-0
/
+0
|
\
\
\
|
*
|
|
Separate _find_egg_info_files into two methods, one for each of the needed ou...
Jason R. Coombs
2015-12-25
1
-4
/
+7
*
|
|
|
Wrap the result in a DirList to avoid tuple unpacking and unused variables
Jason R. Coombs
2015-12-25
1
-3
/
+8
|
/
/
/
*
|
|
Merged pull request #151 - prep work for issue #450.
Jason R. Coombs
2015-12-25
2
-23
/
+74
|
\
\
\
|
*
|
|
Added test to ensure that egg_info applies MANIFEST.in
Luke Plant
2015-10-19
1
-2
/
+17
|
*
|
|
Pulled out some test code for re-use.
Luke Plant
2015-10-19
1
-12
/
+14
|
*
|
|
Added test utility for building files quickly.
Luke Plant
2015-10-19
2
-11
/
+44
|
*
|
|
Corrected instructions for running tests.
Luke Plant
2015-10-19
1
-1
/
+1
*
|
|
|
Update changelog
Jason R. Coombs
2015-12-25
1
-0
/
+6
*
|
|
|
Merged in nakatoio/setuptools/get_command_list (pull request #163)
Jason R. Coombs
2015-12-25
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
Add get_command_list to dist and process distutils.commands entry points
Sachi King
2015-12-07
1
-0
/
+8
|
*
|
|
|
Created new branch get_command_list
Sachi King
2015-12-07
0
-0
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Prevent exception in atexit handlers when cert store's tempfile
Erik Bray
2015-12-24
1
-0
/
+6
*
|
|
|
Fix failing test on Windows due to path formatting bugs
Erik Bray
2015-12-24
1
-3
/
+8
*
|
|
|
Fix failing test on Windows due to path separator
Erik Bray
2015-12-23
1
-1
/
+1
*
|
|
|
Bumped to 19.1.2 in preparation for next release.
Jason R. Coombs
2015-12-16
1
-1
/
+1
*
|
|
|
Added tag 19.1.1 for changeset 0a2a3d89416e
Jason R. Coombs
2015-12-16
1
-0
/
+1
*
|
|
|
Bumped to 19.1.1 in preparation for next release.
19.1.1
Jason R. Coombs
2015-12-16
1
-1
/
+1
*
|
|
|
Prefer locals to vars
Jason R. Coombs
2015-12-16
1
-1
/
+1
*
|
|
|
Explicitly quote strings rather than relying on repr. Fixes #477.
Jason R. Coombs
2015-12-16
2
-1
/
+4
*
|
|
|
In resolve version, always cast to a string (avoiding Unicode on Python 2). F...
Jason R. Coombs
2015-12-16
2
-1
/
+8
*
|
|
|
Bumped to 19.2 in preparation for next release.
Jason R. Coombs
2015-12-16
1
-1
/
+1
*
|
|
|
Added tag 19.1 for changeset 834782ce4915
Jason R. Coombs
2015-12-16
1
-0
/
+1
*
|
|
|
Update changelog to reference ticket
19.1
Jason R. Coombs
2015-12-16
1
-1
/
+2
*
|
|
|
Now that bootstrap script automatically installs the latest published version...
Jason R. Coombs
2015-12-16
1
-28
/
+0
*
|
|
|
Update changelog
Jason R. Coombs
2015-12-16
1
-0
/
+1
*
|
|
|
Fixes #475: correct a typo in metadata environment marker evaluation
lsenta
2015-12-16
1
-1
/
+1
*
|
|
|
Update changelog
Jason R. Coombs
2015-12-15
1
-0
/
+8
[next]