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: charlesweir/BrickPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: charlesweir/BrickPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 23, 2014

  1. Finished release 0.4.

    Charles Weir committed Mar 23, 2014
    Configuration menu
    Copy the full SHA
    6f23134 View commit details
    Browse the repository at this point in the history
  2. Added latest changes to README.rst

    Charles Weir committed Mar 23, 2014
    Configuration menu
    Copy the full SHA
    180d133 View commit details
    Browse the repository at this point in the history
  3. Added explanation and warning to runbp

    Charles Weir committed Mar 23, 2014
    Configuration menu
    Copy the full SHA
    e3d2e15 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. Made UltrasonicSensor default to MAX_VALUE, not zero.

    Charles Weir committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    5821906 View commit details
    Browse the repository at this point in the history
  2. Minor refactor of UltrasonicSensor

    Charles Weir committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    bf2b73f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2014

  1. cw: Reimplemented Scheduler to use threads beneath the generator

    coroutines.
    Charles Weir committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    5f12170 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2014

  1. cw: Fixed problem of process not exiting.

    Charles Weir committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    7f04783 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2014

  1. cw: new Coroutine class

    Charles Weir committed Apr 20, 2014
    Configuration menu
    Copy the full SHA
    e002023 View commit details
    Browse the repository at this point in the history
  2. Improved Coroutine implementation.

    Charles Weir committed Apr 20, 2014
    Configuration menu
    Copy the full SHA
    84555db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c616647 View commit details
    Browse the repository at this point in the history
  4. cw: Added withTimeout to Coroutine

    Charles Weir committed Apr 20, 2014
    Configuration menu
    Copy the full SHA
    2cf0c87 View commit details
    Browse the repository at this point in the history
  5. cw: Got tests running (though issues with directories)

    Charles Weir committed Apr 20, 2014
    Configuration menu
    Copy the full SHA
    e649184 View commit details
    Browse the repository at this point in the history
  6. cw: Got all tests running correctly.

    Charles Weir committed Apr 20, 2014
    Configuration menu
    Copy the full SHA
    98c3f3c View commit details
    Browse the repository at this point in the history
  7. Finished feature threadCoroutines.

    Charles Weir committed Apr 20, 2014
    Configuration menu
    Copy the full SHA
    08830ce View commit details
    Browse the repository at this point in the history
Loading