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
*
Bumped to 10.1 in preparation for next release.
Jason R. Coombs
2014-12-30
1
-1
/
+1
*
Bumped to 10.0 in preparation for next release.
10.0
Jason R. Coombs
2014-12-30
1
-1
/
+1
*
Merge with remove-svn
Jason R. Coombs
2014-12-30
39
-2739
/
+9
|
\
|
*
Merge with master
Jason R. Coombs
2014-12-28
2
-26
/
+129
|
|
\
|
*
|
Bumped to 9.0 in preparation for next release.
9.0b1
Jason R. Coombs
2014-12-25
1
-1
/
+1
|
*
|
Merge master with remove-svn
Jason R. Coombs
2014-12-25
1
-1
/
+1
|
|
\
\
|
*
|
|
Removing test data
Jason R. Coombs
2014-12-25
32
-1470
/
+0
|
*
|
|
Removed svn support from setuptools. Ref #313.
Jason R. Coombs
2014-12-24
7
-1269
/
+9
*
|
|
|
Merge with master
Jason R. Coombs
2014-12-30
3
-90
/
+91
|
\
\
\
\
|
*
|
|
|
Please don't feign a monkey patch when one isn't used.
Jason R. Coombs
2014-12-30
1
-6
/
+2
|
*
|
|
|
Slice the iterable rather than converting to a list and slicing that.
Jason R. Coombs
2014-12-30
1
-1
/
+3
|
*
|
|
|
Reindent for clarity
Jason R. Coombs
2014-12-30
1
-3
/
+6
|
*
|
|
|
Remove unused import
Jason R. Coombs
2014-12-30
1
-1
/
+0
|
*
|
|
|
Remove reset_setup_stop_context and reindent.
Jason R. Coombs
2014-12-30
1
-27
/
+12
|
*
|
|
|
reset_setup_stop_context is apparently no longer needed.
Jason R. Coombs
2014-12-30
1
-4
/
+3
|
*
|
|
|
Reindent
Jason R. Coombs
2014-12-30
1
-10
/
+7
|
*
|
|
|
Extract script variable for clarity
Jason R. Coombs
2014-12-30
1
-4
/
+6
|
*
|
|
|
Extract common operation of dedent and left strip
Jason R. Coombs
2014-12-30
1
-8
/
+16
|
*
|
|
|
Remove spurious reference to self. Remove debugging code.
Jason R. Coombs
2014-12-30
1
-2
/
+1
|
*
|
|
|
Try without self, as methods are set on the instance. Also include parameters...
Jason R. Coombs
2014-12-30
1
-3
/
+4
|
*
|
|
|
Include __enter__ in shim
Jason R. Coombs
2014-12-30
1
-1
/
+2
|
*
|
|
|
Add compatibility shim for tarfile.open
Jason R. Coombs
2014-12-30
2
-1
/
+15
|
*
|
|
|
Rewrite file operations using context managers.
Jason R. Coombs
2014-12-30
1
-17
/
+9
|
*
|
|
|
Rewrite test to remove Windows-specific handling and instead capture the unde...
Jason R. Coombs
2014-12-30
1
-4
/
+3
|
*
|
|
|
Extract variable for clarity of reading
Jason R. Coombs
2014-12-30
1
-4
/
+8
|
*
|
|
|
Indent script for clarity
Jason R. Coombs
2014-12-30
1
-18
/
+18
*
|
|
|
|
Reindent
Jason R. Coombs
2014-12-29
1
-2
/
+2
*
|
|
|
|
Make sure to monkey-patch the easy_install module in the setup context. Fixes...
Jason R. Coombs
2014-12-29
1
-0
/
+24
*
|
|
|
|
Catch, save, and restore any exceptions across the save_modules context. This...
Jason R. Coombs
2014-12-29
1
-11
/
+32
*
|
|
|
|
Backed out changeset: 40cc1fbecb1c
Jason R. Coombs
2014-12-29
1
-3
/
+1
|
/
/
/
/
*
|
|
|
Use pytest to capture exception
Jason R. Coombs
2014-12-29
1
-2
/
+4
*
|
|
|
Remove unused import
Jason R. Coombs
2014-12-29
1
-1
/
+0
*
|
|
|
Extract _patch_usage and re-implement as a context manager.
Jason R. Coombs
2014-12-29
1
-23
/
+27
*
|
|
|
Reindent using textwrap
Jason R. Coombs
2014-12-29
1
-4
/
+4
*
|
|
|
Rename variable for clarity.
Jason R. Coombs
2014-12-29
1
-2
/
+2
*
|
|
|
Remove duplicate import
Jason R. Coombs
2014-12-29
1
-1
/
+0
*
|
|
|
Remove unused import
Jason R. Coombs
2014-12-29
1
-1
/
+0
*
|
|
|
Bumped to 9.2 in preparation for next release.
Jason R. Coombs
2014-12-29
1
-1
/
+1
*
|
|
|
Bumped to 9.1 in preparation for next release.
9.1
Jason R. Coombs
2014-12-29
1
-1
/
+1
*
|
|
|
Bumped to 9.0.2 in preparation for next release.
Jason R. Coombs
2014-12-29
1
-1
/
+1
*
|
|
|
Bumped to 9.0.1 in preparation for next release.
9.0.1
Jason R. Coombs
2014-12-29
1
-1
/
+1
*
|
|
|
Bumped to 9.1 in preparation for next release.
Jason R. Coombs
2014-12-28
1
-1
/
+1
*
|
|
|
Bumped to 9.0 in preparation for next release.
9.0
Jason R. Coombs
2014-12-28
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Disable purging of distutils/setuptools during sandbox operations. Ref #315.
Jason R. Coombs
2014-12-28
1
-1
/
+3
*
|
|
Rename function to match intention.
Jason R. Coombs
2014-12-28
1
-7
/
+7
*
|
|
Correct docstring
Jason R. Coombs
2014-12-28
1
-5
/
+5
*
|
|
Include distutils in modules hidden
Jason R. Coombs
2014-12-28
1
-1
/
+3
*
|
|
Extract function for _clear_modules, encapsulating the need for the module na...
Jason R. Coombs
2014-12-28
1
-5
/
+10
*
|
|
Remove setuptools modules from sys.modules before invoking setup script. Fixe...
Jason R. Coombs
2014-12-28
1
-0
/
+27
*
|
|
Extract sandboxing context as a series of encapsulated contexts.
Jason R. Coombs
2014-12-27
1
-26
/
+87
[next]