Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: QuantConnect/pythonnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Sdoof/pythonnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 28, 2017

  1. Implements System.Decimal support

    Convertes System.Decimal to decimal.decimal and vice-versa
    AlexCatarino committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    a4af945 View commit details
    Browse the repository at this point in the history
  2. Implements System.DateTime support

    Converts System.DateTime and System.TimeSpan to datetime.datetime and datetime.timedelta and vice-versa
    AlexCatarino committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    f7cc869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0cd40f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78b644b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d21bc31 View commit details
    Browse the repository at this point in the history
Loading