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
...
*
Access os.environ[key], not os.environ['key']
Slavek Kabrda
2015-01-09
1
-1
/
+1
*
Wrap unpickleable exceptions in another class. Fixes #329.
Jason R. Coombs
2015-01-14
1
-5
/
+19
*
Add test capturing failure when the Exception is not pickleable. Ref #329.
Jason R. Coombs
2015-01-14
1
-0
/
+12
*
Make attributes private and remove redundant naming.
Jason R. Coombs
2015-01-14
1
-7
/
+7
*
Adding test for non-exceptional condition.
Jason R. Coombs
2015-01-14
1
-0
/
+6
*
Add tests for new ExceptionSaver
Jason R. Coombs
2015-01-14
1
-0
/
+28
*
Remove unused import
Jason R. Coombs
2015-01-14
1
-1
/
+1
*
Extract Exception saving behavior.
Jason R. Coombs
2015-01-14
1
-25
/
+45
*
Merge with 11.3.1
Jason R. Coombs
2015-01-07
4
-4
/
+4
|
\
|
*
Bumped to 11.3.2 in preparation for next release.
Jason R. Coombs
2015-01-06
1
-1
/
+1
|
*
Bumped to 11.3.1 in preparation for next release.
11.3.1
Jason R. Coombs
2015-01-06
1
-1
/
+1
|
*
Bumped to 11.4 in preparation for next release.
Jason R. Coombs
2015-01-05
1
-1
/
+1
|
*
Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed E...
11.3
Jason R. Coombs
2015-01-05
3
-3
/
+3
|
*
Bumped to 11.3 in preparation for next release.
Jason R. Coombs
2015-01-05
1
-1
/
+1
*
|
Fix failing test (now that expectation is different).
Jason R. Coombs
2015-01-04
1
-1
/
+1
*
|
Change the way string values are interpreted from build.executable - now they...
Jason R. Coombs
2015-01-04
2
-4
/
+14
*
|
Add test capturing expectation around sys.executable having spaces in the name.
Jason R. Coombs
2015-01-04
2
-3
/
+12
*
|
Allow CommandSpec to be constructed simply from a list.
Jason R. Coombs
2015-01-04
1
-0
/
+2
*
|
Add test demonstrating how a custom launch command spec that could be passed ...
Jason R. Coombs
2015-01-04
1
-1
/
+19
*
|
Remove redundant line
Jason R. Coombs
2015-01-04
1
-1
/
+0
*
|
Use CommandSpec in ScriptWriter, removing now unused methods.
Jason R. Coombs
2015-01-04
1
-33
/
+3
*
|
Use CommandSpec in get_script_header
Jason R. Coombs
2015-01-04
1
-5
/
+8
*
|
Update install_scripts to use CommandSpec for generating script headers.
Jason R. Coombs
2015-01-04
2
-7
/
+18
*
|
Added new class CommandSpec, which will be used for abstracting the command h...
Jason R. Coombs
2015-01-04
1
-8
/
+87
*
|
Extract method for handling non-ascii exe. Strip out excess whitespace from o...
Jason R. Coombs
2015-01-04
2
-19
/
+22
*
|
Extract method for parsing options.
Jason R. Coombs
2015-01-04
1
-7
/
+17
*
|
Rename _gen_args to get_args (for consistency).
Jason R. Coombs
2015-01-04
3
-7
/
+7
*
|
Deprecate and remove usage of easy_install.get_script_header.
Jason R. Coombs
2015-01-04
2
-6
/
+10
*
|
Moved get_script_header into ScriptWriter class
Jason R. Coombs
2015-01-04
2
-15
/
+24
*
|
Remove unused imports
Jason R. Coombs
2015-01-04
1
-2
/
+2
*
|
Move get_script_header into ScriptWriter
Jason R. Coombs
2015-01-04
2
-25
/
+29
*
|
Move decision logic about windows/header generation closer to install_scripts...
Jason R. Coombs
2015-01-04
3
-13
/
+18
*
|
Move trailing comment
Jason R. Coombs
2015-01-04
1
-1
/
+2
*
|
No need to pass the writer - just invoke it directly.
Jason R. Coombs
2015-01-04
1
-4
/
+4
*
|
Extract method for getting script args
Jason R. Coombs
2015-01-04
1
-5
/
+9
*
|
Reuse list2cmdline for argument quoting.
Jason R. Coombs
2015-01-04
1
-30
/
+2
|
/
*
Bumped to 11.2 in preparation for next release.
Jason R. Coombs
2015-01-04
1
-1
/
+1
*
Test the report method
Jason R. Coombs
2015-01-04
1
-4
/
+1
*
Remove try/except/fail - Exceptions are failures by default.
Jason R. Coombs
2015-01-04
3
-29
/
+9
*
Skip integration tests when one of the packages under test is already install...
Jason R. Coombs
2015-01-04
1
-0
/
+11
*
Use except/as, now supported by Python 2.6
Jason R. Coombs
2015-01-04
9
-43
/
+23
*
It appears as if Python 2.6 gets its warnings on a different pipe.
Jason R. Coombs
2015-01-03
1
-2
/
+6
*
Remove dependence of the script on its own file, but instead generate the nec...
Jason R. Coombs
2015-01-03
1
-6
/
+12
*
Rewrite comment
Jason R. Coombs
2015-01-03
1
-3
/
+2
*
Extract variable for clearer assertion.
Jason R. Coombs
2015-01-03
1
-5
/
+2
*
Pull logic out of the context
Jason R. Coombs
2015-01-03
1
-7
/
+8
*
Use contexts.quiet for stdout/stderr trapping
Jason R. Coombs
2015-01-03
1
-8
/
+5
*
Use mock to patch sys.platform
Jason R. Coombs
2015-01-03
1
-3
/
+1
*
Use mock to patch sys.modules
Jason R. Coombs
2015-01-03
1
-9
/
+2
*
Test is passing when LC_CTYPE isn't present. According to the original ticket...
Jason R. Coombs
2015-01-03
1
-1
/
+1
[prev]
[next]