index
:
delta/python-setuptools-bitbucket.git
0.7-maintenance
AbsoluteMSTR/adds-257-pip-style-version-1441051798003
BB-268_make_VersionConflict_report_who_required_package_3
BB-270_fix_VersionConflict_test_failure_2
DistributionNotFound_list_requirers
Setuptools-Distribute_merge
baserock/master
baserock/richardipsum/pip
baserock/richardipsum/pip-7.0-rebase
bdist_wininst_gui_scripts
bugfix-277
develop
distribute
distribute-legacy
docs_update_for_requires
feature/issue-229
fix-type-error-skip-reason
get_command_list
master
ncoghlan/setuppy-edited-online-with-bitbucket-1401023748153
no-normalize-warning
patch1
postproc
put_setup_requires_egg_in_cache_dir_4
setuptools
setuptools-0.6
single-codebase
svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145
sync_certifi
zip_path
bitbucket.org: Obsolete (use python-setuptools-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg_resources
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged in embray/setuptools (pull request #167)
Jason R. Coombs
2016-01-16
1
-6
/
+54
|
\
|
*
Sort __path__ entries for namespace packages according to their order
Erik Bray
2016-01-06
1
-0
/
+34
|
*
Fixes the original root cause of #231, and re-enables the test when the tempd...
Erik Bray
2015-12-31
1
-6
/
+20
*
|
Always use Python 3 version of map
Jason R. Coombs
2016-01-16
2
-1
/
+5
|
/
*
Use six in pkg_resources.
feature/issue-229
Jason R. Coombs
2016-01-04
1
-3
/
+2
*
Use the same technique in pkg_resources, relying on an 'extern' module to res...
Jason R. Coombs
2015-12-31
1
-2
/
+1
*
Update vendoring technique to match that used for packaging. Ref #229.
Jason R. Coombs
2015-12-31
1
-3
/
+1
*
Merge with master. Ref #229.
Jason R. Coombs
2015-12-31
1
-1
/
+3
|
\
|
*
Merge with master
Jason R. Coombs
2015-01-03
1
-1
/
+3
*
|
Add test for regression on Python 3 when LANG=C and there is non-ascii in the...
Jason R. Coombs
2015-12-01
1
-1
/
+5
*
|
Rewrite test to use distutils' install_egg_info to generate the metadata.
Jason R. Coombs
2015-11-28
1
-10
/
+11
*
|
Rewrite test to simply create the egg_info.
Jason R. Coombs
2015-11-28
1
-80
/
+35
*
|
Rename test to match intention.
Jason R. Coombs
2015-11-28
1
-1
/
+1
*
|
Move test into pkg_resources tests
Jason R. Coombs
2015-11-28
1
-0
/
+96
*
|
Add test capturing possible violation in expectation due to new Python 2.7.10...
Jason R. Coombs
2015-06-07
1
-0
/
+16
*
|
Backed out changeset 6e045b2724d0 and 56d7ea3d42b2. Ref #307.
Jason R. Coombs
2015-03-20
1
-10
/
+0
*
|
Add test capturing failure to parse package names with hyphens. Ref #307
Jason R. Coombs
2015-03-20
1
-0
/
+10
*
|
Use pytest.raises for brevity and clarity of purpose.
Jason R. Coombs
2015-01-06
1
-3
/
+2
*
|
Use pytests parametrize to create separate tests for each spec
Jason R. Coombs
2015-01-06
1
-6
/
+6
*
|
Refactor for clarity
Jason R. Coombs
2015-01-06
1
-3
/
+2
*
|
Equal signs are now allowed in entry point names.
Jason R. Coombs
2015-01-06
1
-1
/
+1
*
|
Restore support for printable characters in the entry point name. Fixes #327.
Jason R. Coombs
2015-01-06
1
-0
/
+11
*
|
Fix test failure on Python 2
Jason R. Coombs
2015-01-04
1
-0
/
+2
*
|
Add test capturing expectation when dependencies conflict during resolve. Fix...
Jason R. Coombs
2015-01-04
1
-0
/
+25
*
|
Normalize whitespace
Jason R. Coombs
2015-01-04
1
-4
/
+6
*
|
Test the report method
Jason R. Coombs
2015-01-04
1
-3
/
+3
*
|
Add test for WorkingSet.find() when a conflict occurs.
Jason R. Coombs
2015-01-04
1
-0
/
+16
*
|
Add another assertion on the exception.
Jason R. Coombs
2015-01-04
1
-1
/
+4
*
|
Extract variable
Jason R. Coombs
2015-01-04
1
-4
/
+2
*
|
Remove try/except/fail - Exceptions are failures by default.
Jason R. Coombs
2015-01-04
1
-4
/
+2
|
/
*
Moved test_resources and test_pkg_resources to pkg_resources package.
Jason R. Coombs
2015-01-03
3
-0
/
+719