- 05 May, 2014 3 commits
-
-
Jason R. Coombs authored
Merge pkg_resources.Environment.__getitem__() code cleanup (pull request #47 and subsequent changes).
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Correct sort order by using list.sort with support for 'key' and 'reverse'. This method is less efficient, but allows the tests to pass.
-
- 04 May, 2014 6 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Restore install._install with a comment to capture its requirement on earlier NumPy versions. Fixes #199. --HG-- extra : amend_source : a76d060c98e0048506e5aadddd675151db9d273c
-
Jason R. Coombs authored
-
- 03 May, 2014 8 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
--HG-- extra : amend_source : 4efa6b87d3acaefebdfcc953e78a452ffc1f160d
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 02 May, 2014 1 commit
-
-
Jason R. Coombs authored
-
- 30 Apr, 2014 1 commit
-
-
Jason R. Coombs authored
--HG-- extra : amend_source : 20ab7547c8478eb084767fe701e627bdd462ba16
-
- 15 Apr, 2014 4 commits
-
-
Jurko Gospodnetić authored
Better commented the code, especially the result caching & lazy distribution list sorting strategies implemented there. Added several TODO comments indicating things to look into there in the future. General code cleanup: - stopped reusing the project_name variable for different purposes - added an assertion to detect corrupt distribution list caches --HG-- extra : source : 86ef8f59ef4e1fc253c155b9ca0856497455372d
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 13 Apr, 2014 1 commit
-
-
Martin Froehlich authored
--HG-- extra : source : 32166eed1174dc565d903c81b9d99c292357aecc
-
- 21 Mar, 2014 1 commit
-
-
yyfeng88625@gmail.com authored
--HG-- extra : source : ab82442e2205a4ab1016711e482388590688fa15
-
- 11 Apr, 2014 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 07 Apr, 2014 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Arfrever Frehtes Taifersar Arahesis authored
-
- 06 Apr, 2014 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 30 Mar, 2014 5 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Skip this test because it now fails under Python 3.3 and earlier apparently due to a bug in the inspect module. Since the test passes under Python 3.4 and later, that should still serve as a suitable regression test.
-
Jason R. Coombs authored
Extract the resolution of loader/runner classes. Allows None value to pass-through to unittest.main. Fixes #180.
-