Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
filmor merged 25 commits intomasterfrompy37
Oct 19, 2018
Merged
Changes from1 commit
Commits
Show all changes
25 commits
Select commitHold shift + click to select a range
515d97d
Create interop37.cs
den-run-aiJul 5, 2018
37f6c8f
Update interop37.cs
den-run-aiJul 5, 2018
77e4d2d
try faking minimal crypt.h
den-run-aiJul 5, 2018
482d3fe
Merge branch 'master' into py37
filmorJul 23, 2018
e8895bc
Update appveyor.yml
den-run-aiAug 3, 2018
8b0145c
Update test_exceptions.py
den-run-aiAug 6, 2018
049c7da
Update test_exceptions.py
den-run-aiAug 6, 2018
279c91d
official python 3.7 on travis CI, but xenial with sudo
den-run-aiAug 7, 2018
86579be
xenial support for mono and .netcore
den-run-aiAug 7, 2018
e60d93e
Update .travis.yml
den-run-aiAug 14, 2018
5ef579a
passing pthread support to clang
den-run-aiAug 15, 2018
97c8245
force through posix threading support
den-run-aiAug 15, 2018
ed14f3b
Update geninterop.py
den-run-aiAug 15, 2018
5d39b50
temporary diagnostic build to check for nuget/msbuild errors in mono
den-run-aiAug 15, 2018
98f4f84
trying out "detailed" verbosity to find out the issues with mono/msbu…
den-run-aiAug 22, 2018
b3168cf
try one more verbosity level - "normal"
den-run-aiAug 22, 2018
80c6419
Merge branch 'master' into py37
filmorAug 30, 2018
49467dd
Update setup.py
den-run-aiSep 11, 2018
89dff06
Merge branch 'master' into py37
den-run-aiOct 12, 2018
5db2f27
Merge branch 'master' into py37
filmorOct 18, 2018
c1a47a5
revert back nuget update
den-run-aiOct 18, 2018
cea848e
Update setup.py
den-run-aiOct 18, 2018
badb6ea
Update Python.Runtime.15.csproj
den-run-aiOct 18, 2018
64c39f0
Update Python.Runtime.csproj
den-run-aiOct 18, 2018
222874c
Update CHANGELOG.md
den-run-aiOct 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
PrevPrevious commit
NextNext commit
revert back nuget update
  • Loading branch information
@den-run-ai
den-run-ai authoredOct 18, 2018
commitc1a47a545f99e37f8ba2a0f2cc8e90a7fabe8056
2 changes: 1 addition & 1 deletionsetup.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -325,7 +325,7 @@ def _install_packages(self):
if DEVTOOLS == "Mono":
nuget = "mono {0}".format(nuget)

cmd = "{0} update -self -Version 4.6".format(nuget)
cmd = "{0} update -self".format(nuget)
self.debug_print("Updating NuGet: {0}".format(cmd))
subprocess.check_call(cmd, shell=use_shell)

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp