- 24 Jan, 2016 1 commit
-
-
Jason R. Coombs authored
-
- 23 Jan, 2016 5 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Merged in svetlyak40wt/setuptools/svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145 (pull request #171) Make 19.4 same level header as other version numbers.
-
Jason R. Coombs authored
Invoke import on importlib.machinery directly. Access an attribute to force import in delayed-import environments. Fixes #487.
-
- 19 Jan, 2016 1 commit
-
-
Alexander Artemenko authored
--HG-- branch : svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145
-
- 18 Jan, 2016 1 commit
-
-
Alexander Artemenko authored
The problem was that restructured text considered 19.4 is a sibtitle to "CHANGES". --HG-- branch : svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145
-
- 16 Jan, 2016 20 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
-
Jason R. Coombs authored
Possible fix for #207
-
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
-
- 06 Jan, 2016 2 commits
-
-
Erik Bray authored
in sys.path. This ensures that lookups in __path__ will be the same as sys.path resolution. This also adds a replace argument to Distribution.insert_on meant to be used with the replace argumen to WorkingSet.add. This ensures that new sys.path entries added via WorkingSet.add are inserted at the beginning, rather than appended to the end. This is necessary for consistency with the above change, and kind of makes more sense anyways. This means that if a Distribution is added to a WorkingSet, that replaces a different version of that Distribution, the new version of that Distribution will have its location first on sys.path.
-
Jason R. Coombs authored
-
- 05 Jan, 2016 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
--HG-- branch : feature/issue-229
-
Jason R. Coombs authored
--HG-- branch : feature/issue-229
-
- 02 Jan, 2016 6 commits
-
-
Jason R. Coombs authored
--HG-- branch : feature/issue-229
-
Jason R. Coombs authored
--HG-- branch : feature/issue-229
-
Jason R. Coombs authored
Based on experimentation, the canonical module name needs to be in sys.modules on Python prior to 3.3, but must be omitted on Python 3.3 and later. --HG-- branch : feature/issue-229
-
Jason R. Coombs authored
--HG-- branch : feature/issue-229
-
Jason R. Coombs authored
Pop the module off the stack, preventing the 'Version' class from having a different manifestation in packaging than in pkg_resources. --HG-- branch : feature/issue-229
-
Jason R. Coombs authored
--HG-- branch : feature/issue-229
-