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
...
|
*
|
Fix a typo: compatibilty -> compatibility
Felix Yan
2017-06-06
1
-1
/
+1
*
|
|
Merge pull request #1070 from benoit-pierre/tests_releated_fixes_and_tweaks
Jason R. Coombs
2017-07-13
5
-6
/
+8
|
\
\
\
|
*
|
|
travis: fix ASCII builds
Benoit Pierre
2017-07-13
1
-2
/
+2
|
*
|
|
tests: mark test_unicode_filename_in_sdist with fail_on_ascii
Benoit Pierre
2017-07-13
1
-0
/
+2
|
*
|
|
tests: fix `fail_on_ascii` fixture
Benoit Pierre
2017-07-13
1
-2
/
+2
|
*
|
|
tests: move py.test report arguments to pytest.ini
Benoit Pierre
2017-07-13
2
-2
/
+2
|
*
|
|
tox: add xpassed tests to the report
Benoit Pierre
2017-07-13
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Move clean install test to tests dir.
Jason R. Coombs
2017-07-13
2
-1
/
+1
*
|
|
Add comment explaining additional needs for this test.
Jason R. Coombs
2017-07-13
1
-0
/
+7
*
|
|
Merge pull request #1050 from alexwlchan/clean-install
Jason R. Coombs
2017-07-13
2
-0
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix bash syntax error
Alex Chan
2017-06-01
1
-1
/
+3
|
*
|
Add a test that setuptools can be installed in a clean environment
Alex Chan
2017-06-01
2
-0
/
+21
*
|
|
Bump version: 36.1.0 → 36.1.1
v36.1.1
Jason R. Coombs
2017-07-13
2
-2
/
+2
*
|
|
Confusingly, the issue was fixed in a larger point release on Python 3.3 than...
Jason R. Coombs
2017-07-13
1
-2
/
+2
*
|
|
Correct bounds and boolean selector.
Jason R. Coombs
2017-07-13
1
-4
/
+4
*
|
|
Restrict use of os.makedirs to those with the security patch introduced in Py...
Jason R. Coombs
2017-07-13
1
-4
/
+9
*
|
|
Use unicode_literals in bootstrap script
Jason R. Coombs
2017-07-13
1
-0
/
+2
*
|
|
Correctly honor exist_ok. Ref #1083.
Jason R. Coombs
2017-07-13
2
-1
/
+8
*
|
|
Use makedirs with future compatibility throughout setuptools. Ref #1083.
Jason R. Coombs
2017-07-13
4
-10
/
+11
*
|
|
Bump version: 36.0.1 → 36.1.0
v36.1.0
Jason R. Coombs
2017-07-13
2
-2
/
+2
*
|
|
Avoid race condition in ensure_directory. Ref #1083.
Jason R. Coombs
2017-07-13
3
-2
/
+23
*
|
|
Limit the scope of deprecation of the upload_docs command.
Jason R. Coombs
2017-06-06
2
-1
/
+13
|
|
/
|
/
|
*
|
Use io.open when saving entry_points.
Jason R. Coombs
2017-06-04
1
-1
/
+2
*
|
Use bump2version for releases so that annotated tags are employed.
Jason R. Coombs
2017-06-01
1
-1
/
+1
*
|
Update release process to give guidance on updating the changelog prior to re...
Jason R. Coombs
2017-06-01
1
-1
/
+11
|
/
*
Remove section on bootstrap branch, no longer relevant.
Jason R. Coombs
2017-06-01
1
-15
/
+0
*
Bump version: 36.0.0 → 36.0.1
v36.0.1
Jason R. Coombs
2017-06-01
2
-2
/
+2
*
Update changelog. Ref #1043.
Jason R. Coombs
2017-06-01
1
-0
/
+7
*
Merge pull request #1043 from alex/patch-1
Jason R. Coombs
2017-06-01
1
-1
/
+1
|
\
|
*
fixed #1042 -- corrected an import
Alex Gaynor
2017-05-31
1
-1
/
+1
|
/
*
Remove now unnecessary before_deploy step
Jason R. Coombs
2017-05-31
1
-2
/
+0
*
Bump version: 35.0.2 → 36.0.0
v36.0.0
Jason R. Coombs
2017-05-30
2
-2
/
+2
*
Update changelog
Jason R. Coombs
2017-05-30
1
-0
/
+11
*
Merge branch 'master' into feature/re-vendor-sadface
Jason R. Coombs
2017-05-30
29
-214
/
+565
|
\
|
*
Temporarily pin backports.unittest_mock to 1.2 to bypass the issue reported i...
Jason R. Coombs
2017-05-21
1
-1
/
+2
|
*
Just use class in its namespace
Jason R. Coombs
2017-05-21
1
-4
/
+3
|
*
Implement AbstractSandbox as a context manager.
Jason R. Coombs
2017-05-21
2
-17
/
+18
|
*
Use new style format strings and expand args to variables for better clarity ...
Jason R. Coombs
2017-05-21
1
-2
/
+3
|
*
Expand test to cover string rendering of SandboxViolation
Jason R. Coombs
2017-05-21
1
-0
/
+4
|
*
Use dedent and left strip to store the template inside the class.
Jason R. Coombs
2017-05-21
1
-8
/
+13
|
*
Remove extraneous whitespace and empty comment
Jason R. Coombs
2017-05-21
1
-3
/
+0
|
*
Merge pull request #1033 from techtonik/patch-1
Jason R. Coombs
2017-05-17
1
-1
/
+1
|
|
\
|
|
*
Document -s to run single test
anatoly techtonik
2017-05-16
1
-1
/
+1
|
|
/
|
*
Merge pull request #1029 from pjdelport/tox-maintenance
Jason R. Coombs
2017-05-11
2
-0
/
+7
|
|
\
|
|
*
Add the pytest cache directory to .gitignore
Pi Delport
2017-05-11
1
-0
/
+1
|
|
*
Add snippet for running Tox against all supported Pythons
Pi Delport
2017-05-11
1
-0
/
+4
|
|
*
Add bootstrap instructions to tox.ini
Pi Delport
2017-05-11
1
-0
/
+2
|
*
|
Remove another reference to rwt. Ref #1018.
Jason R. Coombs
2017-05-11
1
-1
/
+1
|
|
/
|
*
Remove stale references to rwt. Ref #1018.
Jason R. Coombs
2017-05-11
2
-3
/
+3
|
*
Bump version: 35.0.1 → 35.0.2
v35.0.2
Jason R. Coombs
2017-04-27
2
-2
/
+2
[prev]
[next]