Skip to content

Official python 3.7 support #698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Oct 19, 2018
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
515d97d
Create interop37.cs
den-run-ai Jul 5, 2018
37f6c8f
Update interop37.cs
den-run-ai Jul 5, 2018
77e4d2d
try faking minimal crypt.h
den-run-ai Jul 5, 2018
482d3fe
Merge branch 'master' into py37
filmor Jul 23, 2018
e8895bc
Update appveyor.yml
den-run-ai Aug 3, 2018
8b0145c
Update test_exceptions.py
den-run-ai Aug 6, 2018
049c7da
Update test_exceptions.py
den-run-ai Aug 6, 2018
279c91d
official python 3.7 on travis CI, but xenial with sudo
den-run-ai Aug 7, 2018
86579be
xenial support for mono and .netcore
den-run-ai Aug 7, 2018
e60d93e
Update .travis.yml
den-run-ai Aug 14, 2018
5ef579a
passing pthread support to clang
den-run-ai Aug 15, 2018
97c8245
force through posix threading support
den-run-ai Aug 15, 2018
ed14f3b
Update geninterop.py
den-run-ai Aug 15, 2018
5d39b50
temporary diagnostic build to check for nuget/msbuild errors in mono
den-run-ai Aug 15, 2018
98f4f84
trying out "detailed" verbosity to find out the issues with mono/msbu…
den-run-ai Aug 22, 2018
b3168cf
try one more verbosity level - "normal"
den-run-ai Aug 22, 2018
80c6419
Merge branch 'master' into py37
filmor Aug 30, 2018
49467dd
Update setup.py
den-run-ai Sep 11, 2018
89dff06
Merge branch 'master' into py37
den-run-ai Oct 12, 2018
5db2f27
Merge branch 'master' into py37
filmor Oct 18, 2018
c1a47a5
revert back nuget update
den-run-ai Oct 18, 2018
cea848e
Update setup.py
den-run-ai Oct 18, 2018
badb6ea
Update Python.Runtime.15.csproj
den-run-ai Oct 18, 2018
64c39f0
Update Python.Runtime.csproj
den-run-ai Oct 18, 2018
222874c
Update CHANGELOG.md
den-run-ai Oct 18, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update CHANGELOG.md
  • Loading branch information
den-run-ai authored Oct 18, 2018
commit 222874c87e90ae593ae506daf0757ae85a843a1c
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
- Implemented GetDynamicMemberNames() for PyObject to allow dynamic object members to be visible in the debugger ([#443][i443])([#690][p690])
- Incorporated reference-style links to issues and pull requests in the CHANGELOG ([#608][i608])
- Added detailed comments about aproaches and dangers to handle multi-app-domains ([#625][p625])
- Python 3.7 support, builds and testing added. Defaults changed from Python 3.6 to 3.7 ([#698][p698])

### Changed

Expand Down