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
/
tests
/
test_resources.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Setuptools now uses the 'packaging' package from pkg_resources, unifying the ...
Jason R. Coombs
2014-12-24
1
-4
/
+2
*
Move vendored packaging module into pkg_resources._vendor, restoring independ...
Jason R. Coombs
2014-12-24
1
-3
/
+3
*
Define a __hash__ on the packaging.version.Version subclasses
Donald Stufft
2014-12-15
1
-0
/
+10
*
Add more compatability shims to SetuptoolsVersion
Donald Stufft
2014-12-14
1
-0
/
+21
*
Restore iterating over Version objects for compat with buildout
Donald Stufft
2014-12-13
1
-0
/
+19
*
Fix the use of pacakging.version.Specifier
Donald Stufft
2014-11-19
1
-1
/
+1
*
Always use the vendored copy of packaging
Donald Stufft
2014-11-19
1
-6
/
+3
*
Prefer packaging library if available.
Jason R. Coombs
2014-09-27
1
-2
/
+8
*
Implement PEP 440 by using the packaging library
Donald Stufft
2014-09-25
1
-22
/
+12
*
frozenset is available in Python 2.6
Jason R. Coombs
2014-07-12
1
-5
/
+0
*
Disable test_two_levels_deep when /tmp is a symlink. The results it is return...
Jason R. Coombs
2014-07-12
1
-0
/
+3
*
More simple asserts
Jason R. Coombs
2014-07-12
1
-3
/
+5
*
Use simple asserts. pytest handles this nicely. Removes broken _assertIn.
Jason R. Coombs
2014-07-12
1
-9
/
+2
*
Use PY3 and PY2 throughout
Jason R. Coombs
2014-05-17
1
-3
/
+2
*
Added test to capture behavior expected behavior on Windows with spaces in th...
Jason R. Coombs
2013-08-09
1
-0
/
+4
*
Fixed test_get_script_header failures on Windows when Python is in a director...
Jason R. Coombs
2013-08-09
1
-3
/
+6
*
Remove import *
Jason R. Coombs
2013-08-09
1
-18
/
+22
*
Spruce up syntax to to address linter warnings
Jason R. Coombs
2013-08-09
1
-42
/
+26
*
Clean up imports
Jason R. Coombs
2013-08-09
1
-3
/
+13
*
Merge Python 3 native support from distribute
Jason R. Coombs
2013-06-18
1
-8
/
+9
|
\
|
*
Merge Vinay Sajip's unified Python 2/3 support from distribute 3
Jason R. Coombs
2013-06-18
1
-17
/
+13
|
|
\
|
*
\
Merge with upstream
Jason R. Coombs
2013-06-18
1
-26
/
+57
|
|
\
\
|
*
|
|
Changes to support 2.x and 3.x in the same codebase.
Vinay Sajip
2011-06-20
1
-8
/
+9
*
|
|
|
Merged latest changes from setuptools-0.6 branch
Jason R. Coombs
2013-05-13
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Fix spurious test breakage on 2.7
pje
2013-04-25
1
-4
/
+4
*
|
|
|
|
Updated a couple more references from Distribute to Setuptools
Jason R. Coombs
2013-03-19
1
-2
/
+2
*
|
|
|
|
Removed tests relevant to the co-existence of distribute and setuptools; reta...
Jason R. Coombs
2013-03-19
1
-37
/
+6
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Backed out changeset: d0a8d1a83053
Jason R. Coombs
2013-02-16
1
-17
/
+3
*
|
|
|
Disable workaround for Jython scripts on Linux systems.
Arfrever Frehtes Taifersar Arahesis
2012-11-27
1
-0
/
+10
|
|
_
|
/
|
/
|
|
*
|
|
Got rid of deprecated assert_ and assertEquals.
Lennart Regebro
2012-08-22
1
-21
/
+21
*
|
|
Issue #208: fixing parse_version and post-release tags
guyroz
2011-09-17
1
-3
/
+17
*
|
|
Issue #237: fixing test on Python2.3
guyroz
2011-09-16
1
-2
/
+19
|
|
/
|
/
|
*
|
Update the child's __path__ in declare_namespace, even if the parent is
Aurelien Bompard
2011-06-01
1
-5
/
+32
*
|
Don't try to import the parent of a namespace package in declare_namespace --...
Aurelien Bompard
2011-05-17
1
-1
/
+27
*
|
removed assertTrue/assertFalse occurrences
Tarek Ziade
2010-05-19
1
-19
/
+19
*
|
Use assertTrue and assertFalse instead of deprecated failUnless and failIf.
0.6.12
Arfrever Frehtes Taifersar Arahesis
2010-05-06
1
-19
/
+19
*
|
avoid running test_get_script_header_jython_workaround undr some py3 environm...
tarek
2009-12-11
1
-0
/
+4
*
|
unknown setuptools version can be added in the working set, refs #90
tarek
2009-11-11
1
-9
/
+6
*
|
an error is raised when installing a 0.7 setuptools with distribute
Reinout van Rees
2009-10-14
1
-4
/
+15
*
|
Distribute no longer shadows setuptools if we require a 0.7-series
Reinout van Rees
2009-10-14
1
-2
/
+22
*
|
fixed the parsed api when dealing with setuptools name
tarek
2009-10-13
1
-11
/
+11
*
|
Redirect stderr as well.
Martin v. Löwis
2009-09-12
1
-2
/
+2
|
/
*
Backport fix for http://bugs.python.org/setuptools/issue27
PJ Eby
2008-09-24
1
-7
/
+47
*
chmod/test cleanups and Jython compatibility (backport from trunk)
PJ Eby
2008-01-18
1
-11
/
+9
*
Get rid of 'sets' module usage under Python 2.4+, so that no warnings
PJ Eby
2007-02-23
1
-3
/
+5
*
Fix "dev" versions being considered newer than release candidates.
PJ Eby
2006-09-25
1
-0
/
+1
*
Fix entry point parsing when a standalone module name has whitespace
PJ Eby
2006-04-27
1
-4
/
+4
*
``safe_name()`` now allows dots in project names, and there is a new
PJ Eby
2006-01-10
1
-1
/
+1
*
Make it clearer that Requirement.parse() is the only way for users
PJ Eby
2006-01-03
1
-11
/
+11
*
Changed ``parse_version()`` to remove dashes before pre-release tags, so
PJ Eby
2005-12-06
1
-3
/
+3
[next]