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
*
Fixing #200
agroszer
2011-04-15
3
-5
/
+24
*
Refactored Cython/Pyrex optional build support to unify logic
Jason R. Coombs
2011-03-18
1
-14
/
+10
*
Applying patch provided by Didrik Pinte on #195 for Cython build_ext support
Jason R. Coombs
2011-03-18
1
-1
/
+9
*
Fix for issue192
Jason R. Coombs
2011-03-16
1
-1
/
+5
*
Use different version of py3.2 fix from Vinay Sajip
0.6.15
Toshio Kuratomi
2011-03-12
1
-6
/
+2
*
Fix for easy_install running on python-3.2
Toshio Kuratomi
2011-02-22
1
-0
/
+6
*
Remove spurious message 'install_dir'
Jonathan Ballet
2010-11-06
1
-1
/
+1
*
Adding DATA/LIB/site-packages to the list of prefixes searched in an exe file...
Robert Myers
2010-12-04
1
-1
/
+2
*
We need to make sure that the result is always a str, even if the result is a...
Lennart Regebro
2010-11-22
1
-2
/
+6
*
fixed typo - thanks to Ted Tibbets
Tarek Ziade
2010-09-21
1
-1
/
+1
*
Only do the decoding if there is something to decode.
Lennart Regebro
2010-07-24
1
-1
/
+1
*
Importing url2pathname from the correct place, so 2to3 can do it's job.
Lennart Regebro
2010-07-24
1
-3
/
+3
*
fixed the edit mode when its used by setuptools fixes #174
0.6.14
Tarek Ziade
2010-07-15
1
-1
/
+2
*
added a test for #143 now that I understand it. fixes #143
Tarek Ziade
2010-07-03
1
-0
/
+36
*
merging changes relates #142
Tarek Ziade
2010-07-03
3
-6
/
+19
|
\
|
*
BUG: Fix #142 - easy_install ignore locally installed packages.
David Cournapeau
2010-05-20
2
-5
/
+13
*
|
Fix race condition with the http server used in unittests
Toshio Kuratomi
2010-06-10
1
-1
/
+4
*
|
merge
Ronny Pfannschmidt
2010-05-25
5
-2
/
+85
|
\
\
|
*
|
Fix for python2.4
Christophe Combelles
2010-05-20
1
-2
/
+2
|
*
|
fixed issue 163 : don't include md5 when comparing two distributions, and scan
Christophe Combelles
2010-05-25
1
-0
/
+1
|
*
|
fixed issue 163 : don't include md5 when comparing two distributions, and scan
Christophe Combelles
2010-05-19
4
-9
/
+7
|
*
|
set-up infrastructure to write tests with a real http server, and reproduced ...
Christophe Combelles
2010-05-19
4
-0
/
+84
|
|
/
*
/
make HAS_USER_SITE depend on site.ENABLE_USER_SITE
Ronny Pfannschmidt
2010-05-21
2
-8
/
+7
|
/
*
merge
Ronny Pfannschmidt
2010-05-19
2
-19
/
+22
|
\
|
*
merge & adapt --user implication tests
Ronny Pfannschmidt
2010-05-07
1
-16
/
+20
|
|
\
|
|
*
add a partial test for user install umplication if installed in user-site
Ronny Pfannschmidt
2010-05-02
1
-4
/
+8
|
*
|
account for the possibility that site.ENABLE_USER_SITE may be False
Ronny Pfannschmidt
2010-05-07
1
-3
/
+2
*
|
|
added a test that is supposely breaking - refs #152
Tarek Ziade
2010-05-19
1
-0
/
+15
*
|
|
malformed urls in 2.7 are catched now - fixes #160
Tarek Ziade
2010-05-19
2
-2
/
+15
*
|
|
removed assertTrue/assertFalse occurrences
Tarek Ziade
2010-05-19
3
-52
/
+52
*
|
|
Found a public API method which is preferable to using the private attribute ...
Jason R. Coombs
2010-05-15
1
-5
/
+3
*
|
|
Updated gen_py exception to use attribute of win32com rather than infer the l...
Jason R. Coombs
2010-05-15
1
-4
/
+3
*
|
|
Merged Fix for #151
Jason R. Coombs
2010-05-15
12
-199
/
+372
|
\
|
|
|
*
|
Use assertTrue and assertFalse instead of deprecated failUnless and failIf.
0.6.12
Arfrever Frehtes Taifersar Arahesis
2010-05-06
2
-51
/
+51
|
*
|
we want any(), not all()
Tarek Ziade
2010-05-06
1
-1
/
+1
|
*
|
removed pdb
Tarek Ziade
2010-05-06
1
-5
/
+1
|
*
|
make sure all tests passes on all python versions fixes #149
Tarek Ziade
2010-05-06
7
-31
/
+47
|
*
|
respect the sys.dont_write_bytecode flag. Fixes #147
0.6.11
Tarek Ziade
2010-05-06
2
-3
/
+13
|
|
/
|
*
imply --user for install commands if installed in user-site
Ronny Pfannschmidt
2010-04-29
1
-1
/
+7
|
*
make sure we test that the directory exists before we install stuff asked by ...
Tarek Ziade
2010-04-07
2
-3
/
+22
|
*
make sure site.USER_BASE is used only if python is >=2.6
Tarek Ziade
2010-04-05
1
-4
/
+8
|
*
using a py3 marker instead of a try..except
Tarek Ziade
2010-04-05
1
-2
/
+5
|
*
proper fix to avoid a syntax error on 2.5
Tarek Ziade
2010-04-05
1
-2
/
+2
|
*
merge dance
Tarek Ziade
2010-04-05
5
-120
/
+208
|
|
\
|
|
*
merge with upstream
Ronny Pfannschmidt
2010-03-16
5
-16
/
+96
|
|
|
\
|
|
|
*
fixed spelling typo
Yannick Gingras
2010-03-15
1
-1
/
+2
|
|
|
*
updated links to the new location of the easy_install docs
Yannick Gingras
2010-03-15
1
-3
/
+4
|
|
|
*
removed unsused imports
Yannick Gingras
2010-03-15
1
-2
/
+2
|
|
*
|
move the rest of the path handling code from develop to easy_install
Ronny Pfannschmidt
2010-02-11
4
-46
/
+56
|
|
*
|
enable easy_install --user, *warning breaks tests*
Ronny Pfannschmidt
2010-02-11
4
-92
/
+147
[next]