- 27 Apr, 2017 5 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Use a different method to lookup base classes on Jython
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Make _get_mro private; Swap logic to put preferred behavior at top level; Update docstring to reference issue.
-
Nick Douma authored
Jython seems to implement inspect.getmro differently, which causes any classes with the same name as a class lower in the MRO not to be returned. This patch offloads the MRO lookup to a separate function, which implements different logic for Jython only. Ref #1024
-
- 19 Apr, 2017 1 commit
-
-
Jason R. Coombs authored
Rewrite tests to test the actual matching rather than making assertions about the regular expressions. Fixes #1015.
-
- 18 Apr, 2017 6 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
This reverts commit 1955e5b0.
-
Pi Delport authored
This test is also a regression test for issue #1016.
-
- 16 Apr, 2017 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
This reverts commit b50fdf49.
-
- 15 Apr, 2017 5 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
addresses #436: Updating MANIFEST.in does not correctly update the package sdist creates
-
Jason R. Coombs authored
Docs: notes on setup.cfg and ez_setup
-
- 13 Apr, 2017 1 commit
-
-
Stefano Miccoli authored
-
- 12 Apr, 2017 1 commit
-
-
Igor Starikov authored
(see # 1006)
-
- 10 Apr, 2017 8 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fixes for Visual Studio 2017
-
Jason R. Coombs authored
-
JGoutin authored
-
JGoutin authored
- VCRuntimeRedist new path since VS2017. - Use always last Windows SDK and UCRT SDK when more than one version are available. - Minors docstrings changes. Tested with "Visual Studio 2017 Community" and "Visual Studio Build Tools 2017".
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 08 Apr, 2017 11 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
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fixes #999: support python_requires and py_modules in configuration files
-
Jason R. Coombs authored
-