Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfixes: del-, try-except-, and import-as-syntax #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 4, 2013

  1. Added test for the first fix: getting del to work

    gemoe100 committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    5bb4132 View commit details
    Browse the repository at this point in the history
  2. Fixed the bug concerning the del keyword

    gemoe100 committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    b347e63 View commit details
    Browse the repository at this point in the history
  3. Added test for the next fix: try-except

    gemoe100 committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    ede1926 View commit details
    Browse the repository at this point in the history
  4. Fixed the bug concerning the try-except-syntax

    gemoe100 committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    4b892fa View commit details
    Browse the repository at this point in the history
  5. Added a test for the "import ... as ..."-syntax

    gemoe100 committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    151b88f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4375bbc View commit details
    Browse the repository at this point in the history