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

Rebase with master#2

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
AlexCatarino merged 332 commits intoQuantConnect:masterfromAlexCatarino:quantconnect
Jun 1, 2017
Merged

Rebase with master#2

AlexCatarino merged 332 commits intoQuantConnect:masterfromAlexCatarino:quantconnect
Jun 1, 2017

Conversation

@AlexCatarino
Copy link
Member

No description provided.

vmuriartand others added30 commitsJanuary 31, 2017 13:44
* Remove unsupported entry points* Adds reference to Python.Test by default for all tests* Remove redundant add_reference* Avoid some implicit AddReferences that were being doneNot all tests added reference to Python.Test consistently. Solve this by making `run_test` the only supported method.
Remove six.u(...), six.b(...)Not needed since dropped older python versions
- Fix py2/py3 range/zip behavior  - Ensure same functions being used- Fix Exception/System.Exception name clashes
test_exceptions: Add exc_info test & fix Exception nameclash
Fix max min nameclash
- Replace type(()) with tuple to clarify intent
Can mess with test discovery
Checks whether an error occurred and in case it has throws aPythonException.
In particular in Py.Import.
*.cs linelength 120Allman
Runtime.cs section headers got changed to docs.
vmuriartand others added27 commitsMarch 4, 2017 21:49
Can't start at dev1 as bumpversion breaks if we add a minimum start version for dev.
Ensure that new binaries are generated for releases which are usually not from pull_requests.Using APPVEYOR_REPO_TAG_NAME because yields shorter syntaxbecause it's undefined (ie false) when not a tagand APPVEYOR_REPO_TAG has to be compared to lowercase `true` insteadof `True` like everything else.Definitions:APPVEYOR_REPO_TAG_NAME - contains tag name for builds started by tag; otherwise this variable is undefined;APPVEYOR_REPO_TAG - true if build has started by pushed tag; otherwise false;https://www.appveyor.com/docs/environment-variables/
* Fix numpy array and README exampleGeneric Lists were falling through and being classified as `typecode.Object`To solve this, adding a specific processing branch for `Generic Lists` onlyto avoid breaking the changes from471673aClosespythonnet#249* Update syntax
* Update AUTHORS.md* Update CHANGELOG.md* Update setup.py* Update bld.bat
* Support clr.GetClrType() - as in IronPythonImplementspythonnet#432* Tests for clr.GetClrType()* clr.GetClrType test: ensure bad type raises ArgumentException* clr.GetClrType - added xml doc comment, updated AUTHORS.md and CHANGELOG.md* Simplified implementation of clr.GetClrType (taken from IronPython)
* Fixing setup.py with mono 5.0* Go back to xbuild* Trying to figure out the error cause. Apparently xbuild cannot process the Copy section of the pdb file in the projects.I have commented them out for now, but this is not a real soltion since they are needed in debug versions. Just to se if it fixes the CI.
…thonnet#461)* Added python "with" construction* Added some unit tests for new With method* Renamed With tests for easier grouping* Support for named arguments to invoke python methods* Named argument tests cosmetic changed* Fixed failing test in python 2.7* Reset line endings in csproj to LF
@AlexCatarinoAlexCatarino merged commit1aa6e4c intoQuantConnect:masterJun 1, 2017
Martin-Molinero pushed a commit that referenced this pull requestFeb 4, 2021
Martin-Molinero pushed a commit that referenced this pull requestApr 26, 2022
Reworked `ManagedType` to not keep python references to self
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

10 participants

@AlexCatarino@vmuriart@filmor@dmitriyse@yagweb@fractus@christopherpow@vivainio@dhirschfeld@dsuarezv

[8]ページ先頭

©2009-2025 Movatter.jp