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
...
*
|
|
|
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
*
|
|
|
No longer need to specify a version in the test run.
Jason R. Coombs
2015-12-15
1
-1
/
+3
*
|
|
|
release script no longer mutates ez_setup.py
Jason R. Coombs
2015-12-15
1
-3
/
+1
*
|
|
|
Restore Python 2.7 compatibility
Jason R. Coombs
2015-12-15
1
-1
/
+5
*
|
|
|
Use contextlib.closing for the response
Jason R. Coombs
2015-12-15
1
-1
/
+2
*
|
|
|
Just use the indicated version directly.
Jason R. Coombs
2015-12-15
1
-7
/
+1
*
|
|
|
ez_setup now loads latest version using metadata
Jason R. Coombs
2015-12-15
1
-2
/
+27
*
|
|
|
Bumped to 19.1 in preparation for next release.
Jason R. Coombs
2015-12-15
2
-2
/
+2
*
|
|
|
Added tag 19.0 for changeset cc41477ecf92
Jason R. Coombs
2015-12-15
1
-0
/
+1
*
|
|
|
Bumped to 19.0 in preparation for next release.
19.0
Jason R. Coombs
2015-12-15
2
-2
/
+2
*
|
|
|
Use RawConfigParser instead of SafeConfigParser in PyPIConfig class. Interpol...
Jason R. Coombs
2015-12-14
3
-6
/
+5
*
|
|
|
Use SafeConfigParser in PyPIConfig file. Allows percent signs to be specified...
Jason R. Coombs
2015-12-14
3
-3
/
+11
*
|
|
|
Use the modern name for the configparser module
Jason R. Coombs
2015-12-14
4
-11
/
+11
*
|
|
|
Add test capturing InterpolationSyntaxError on Python 3. Ref #442
Jason R. Coombs
2015-12-14
1
-1
/
+1
*
|
|
|
Add test capturing InterpolationSyntaxError on Python 3 and KeyError on Python 2
Jason R. Coombs
2015-12-14
1
-0
/
+21
*
|
|
|
Prefer setdefault to hasattr/setattr
Jason R. Coombs
2015-12-14
1
-2
/
+1
*
|
|
|
Bumped to 18.8.2 in preparation for next release.
Jason R. Coombs
2015-12-13
2
-2
/
+2
*
|
|
|
Added tag 18.8.1 for changeset fbf06fa35f93
Jason R. Coombs
2015-12-13
1
-0
/
+1
*
|
|
|
Bumped to 18.8.1 in preparation for next release.
18.8.1
Jason R. Coombs
2015-12-13
2
-2
/
+2
*
|
|
|
Always import for SandboxViolation so it's pickleable. Ref #440.
Jason R. Coombs
2015-12-13
1
-0
/
+1
*
|
|
|
Add another test capturing violated expectation that SandboxViolation would b...
Jason R. Coombs
2015-12-13
1
-0
/
+21
*
|
|
|
caught is a better name here
Jason R. Coombs
2015-12-13
1
-2
/
+2
*
|
|
|
Prevent infinite recursion when UnpickleableException occurs in a sandbox con...
Jason R. Coombs
2015-12-13
2
-2
/
+13
*
|
|
|
Refine test to not make additional references to exceptions in setuptools.san...
Jason R. Coombs
2015-12-13
1
-4
/
+12
*
|
|
|
Add test capturing infinite recursion. Ref #440.
Jason R. Coombs
2015-12-13
1
-0
/
+10
*
|
|
|
Bumped to 18.9 in preparation for next release.
Jason R. Coombs
2015-12-11
2
-2
/
+2
*
|
|
|
Added tag 18.8 for changeset c811801ffa1d
Jason R. Coombs
2015-12-11
1
-0
/
+1
*
|
|
|
Bumped to 18.8 in preparation for next release.
18.8
Jason R. Coombs
2015-12-11
2
-2
/
+2
*
|
|
|
Also use map from the future
Jason R. Coombs
2015-12-11
1
-1
/
+1
*
|
|
|
Reclaim space from hanging indents
Jason R. Coombs
2015-12-11
1
-5
/
+5
*
|
|
|
Replace nested for loop with dual-for generator expression.
Jason R. Coombs
2015-12-11
1
-4
/
+8
[prev]
[next]