- 07 May, 2014 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
--HG-- extra : amend_source : 1a6e3e5d0f62c1ce54c0d42ce806bd13541642ca
-
- 24 Apr, 2014 1 commit
-
-
http://stackoverflow.com/a/18790045/61505Arkadiy Shapkin authored
--HG-- extra : rebase_source : b4dced905dbe7206c15ae35ccdae9c400637efa2
-
- 07 May, 2014 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 05 May, 2014 16 commits
-
-
Jason R. Coombs authored
Just suppress the spurious IndexError when it happens. Rely on the environments where the behavior doesn't fail until the upstream issue can be resolved. Fixes #201.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
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 1 commit
-
-
Jurko Gospodnetić authored
Since paths are case-insensitive on Windows, zipped egg modules may be loaded using different but equivalent paths. Importing each such different path causes a new zipimporter to be instantiated. Removing cached zipimporter instances must then not forget about removing those created for differently spelled paths to the same replaced egg. Other missed zipimporter instances are those used to access zipped eggs stored inside zipped eggs. When clearing zipimporter instances got a given path, we need to clear all the instances related to any of its subpaths as well. --HG-- extra : rebase_source : 86aeadd1e639fbc83d27a0c551fdc2b8a68a6f85
-