Thanks to visit codestin.com
Credit goes to github.com

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: CybOXProject/python-cybox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CybOXProject/python-cybox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: xs
Choose a head ref
  • 7 commits
  • 35 files changed
  • 1 contributor

Commits on Sep 5, 2013

  1. TypedFields do not now have to be subclasses of Entity.

    This will allow for things like automated conversion to bool, str, etc.
    gtback committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    074b2b4 View commit details
    Browse the repository at this point in the history
  2. First cut at an "xs" module.

    Updated common to use these.
    
    [ci skip]
    gtback committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    eba4b51 View commit details
    Browse the repository at this point in the history
  3. Use __new__ magic method.

    gtback committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    3daf72a View commit details
    Browse the repository at this point in the history
  4. Add types to all typed fields in objects being tested.

    There are definitely some other Object types that need to be fixed.
    gtback committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    8f4b73d View commit details
    Browse the repository at this point in the history
  5. Add types to all TypedFields.

    gtback committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    a83a121 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2013

  1. Configuration menu
    Copy the full SHA
    ef721d4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into xs

    gtback committed Sep 6, 2013
    Configuration menu
    Copy the full SHA
    278e97a View commit details
    Browse the repository at this point in the history
Loading