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
*
Add support for Mercurial URLs.
Paulo Koch
2011-10-11
1
-0
/
+11
*
Add support for git URLs.
Paulo Koch
2011-10-11
1
-0
/
+11
*
Make this test less chatty
Erik Bray
2012-09-11
1
-0
/
+7
*
Remove missing import (since b62968cd2666)
Erik Bray
2012-09-11
1
-1
/
+1
*
merge
Erik Bray
2012-09-11
5
-19
/
+134
|
\
|
*
Updated changelog
Jason R. Coombs
2012-09-05
1
-0
/
+2
|
*
Extract argument parsing as a separate function
Jason R. Coombs
2012-09-05
1
-9
/
+18
|
*
Merged in pmcnr/distribute (pull request #18)
Jason R. Coombs
2012-09-05
1
-10
/
+20
|
|
\
|
|
*
New command line option to enable downloading the distribute package from an ...
Pedro Romano
2012-08-30
1
-1
/
+5
|
|
*
Use 'optparse' module to parse command line arguments.
Pedro Romano
2012-08-30
1
-9
/
+15
|
*
|
Updated changelog
Jason R. Coombs
2012-09-05
1
-0
/
+3
|
*
|
Merged in embray/distribute/fix-sdist (pull request #4)
Jason R. Coombs
2012-09-05
3
-7
/
+98
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Add a note about how this fix relates to include_package_data. Although still...
Erik Bray
2012-09-05
1
-7
/
+11
|
|
*
adds a test for pr #4
Erik Bray
2012-09-05
1
-0
/
+79
|
|
*
This allows the sdist command to ensure that any files listed in package_data...
Erik Bray
2012-02-13
1
-0
/
+8
*
|
|
Adds a fix for issue #318, including a regression test. This also fixes anot...
Erik Bray
2012-09-06
4
-29
/
+88
|
/
/
*
|
impractical to support _markerlib on Python < 2.6 (no compile(ast))
Daniel Holth
2012-08-27
4
-144
/
+7
*
|
Python < 2.5 doesn't support tuple arguments to .endswith()
Daniel Holth
2012-08-26
1
-1
/
+1
*
|
move _markerlib test into setuptools/test
Daniel Holth
2012-08-25
1
-6
/
+14
*
|
add markerlib as _markerlib
Daniel Holth
2012-08-25
6
-7
/
+342
*
|
use frozenset; 'empty marker' heuristic
Daniel Holth
2012-07-23
1
-3
/
+4
*
|
Oups.
Lennart Regebro
2012-08-24
1
-1
/
+1
*
|
Merge.
Lennart Regebro
2012-08-24
4
-33
/
+1
|
\
\
|
*
|
Delete redundant tests.
Arfrever Frehtes Taifersar Arahesis
2012-08-22
3
-32
/
+0
|
*
|
Fix a typo in a comment.
Arfrever Frehtes Taifersar Arahesis
2012-08-22
1
-1
/
+1
*
|
|
Issue #310: Non-ascii characters in a namespace __init__.py causes errors.
Lennart Regebro
2012-08-22
3
-8
/
+18
|
/
/
*
|
Issue 315:
Lennart Regebro
2012-08-22
1
-0
/
+4
*
|
Issue #314: test_local_index() would fail an OS X.
Lennart Regebro
2012-08-22
2
-1
/
+3
*
|
Got rid of deprecated assert_ and assertEquals.
Lennart Regebro
2012-08-22
7
-81
/
+81
*
|
Issue #313: Support for sdist subcommands (Python 2.7)
Lennart Regebro
2012-08-22
2
-1
/
+12
*
|
Merged the two lists of acceptable names of README.txt
Lennart Regebro
2012-08-22
1
-4
/
+5
*
|
Issue #307: Prints the full path when .svn/entries is broken.
Lennart Regebro
2012-08-22
2
-1
/
+2
*
|
Tests run under Python 3.3 now.
Lennart Regebro
2012-08-22
2
-0
/
+13
*
|
Issue #306: Even if 2to3 is used, we build in-place under Python 2.
Lennart Regebro
2012-08-22
3
-3
/
+4
*
|
The error message changed in Python 3.3.
Lennart Regebro
2012-08-22
1
-1
/
+1
*
|
Python 3.3b2's importlib doesn't like sys.paths that dissappear. By having a ...
Lennart Regebro
2012-08-22
1
-1
/
+1
*
|
Documentation updates.
Lennart Regebro
2012-08-21
2
-0
/
+12
*
|
Added fix for the develop command, #299.
Lennart Regebro
2012-08-21
4
-14
/
+45
*
|
Added failing test for #299.
Lennart Regebro
2012-08-21
2
-13
/
+37
*
|
Once the test is correctly setup, the problem actually goes away.
Lennart Regebro
2012-08-21
1
-5
/
+9
*
|
Add failing test for #301.
Lennart Regebro
2012-08-21
2
-1
/
+114
*
|
And Python 2.7, of course.
Lennart Regebro
2012-08-20
2
-1
/
+10
*
|
I guess nobody uses test.sh anymore, since it's unmaintained. Updated anyway.
Lennart Regebro
2012-08-20
1
-9
/
+10
*
|
Fix #231, second try.
iElectric
2012-08-15
1
-0
/
+1
*
|
Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3.
Arfrever Frehtes Taifersar Arahesis
2012-07-25
2
-5
/
+8
*
|
Bumped to 0.6.29 in preparation for next release.
Jason R. Coombs
2012-07-22
6
-70
/
+70
*
|
Added tag 0.6.28 for changeset fc379e63586a
Jason R. Coombs
2012-07-22
1
-0
/
+1
*
|
Check that Sphinx is installed before proceeding
0.6.28
Jason R. Coombs
2012-07-22
1
-0
/
+12
*
|
Don't raise when exception is caught
Jason R. Coombs
2012-07-22
1
-0
/
+1
*
|
Merge
Jason R. Coombs
2012-07-22
1
-7
/
+6
|
\
\
[next]