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

Commits on Aug 29, 2014

  1. automatically translate coffee scripts to javascript and inline them …

    …in the output html.
    hartsantler committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    919e08a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2014

  1. improved new syntax keyword.

    hartsantler committed Aug 30, 2014
    Configuration menu
    Copy the full SHA
    1dc78a8 View commit details
    Browse the repository at this point in the history
  2. fixed JS(" new XXX")

    hartsantler committed Aug 30, 2014
    Configuration menu
    Copy the full SHA
    db92530 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2014

  1. fixed new XXX tab space before new.

    hartsantler committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    628d2a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2014

  1. new backend Gopherjs

    hartsantler committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    c7a7744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    276b5f7 View commit details
    Browse the repository at this point in the history
  3. Go backend: fixed select on channel

    hartsantler committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    c1a088b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2014

  1. function expressions are now the default function type (hoisted funct…

    …ions are not default anymore)
    
    this breaks some of the regtests that were prototypes for auto async transform using functions like `sleep`.
    hartsantler committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    284180b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2014

  1. fixed array slice a[:0]

    hartsantler committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    de044f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2014

  1. Go backend: subclasses, methods can over-ride the parents, but not ex…

    …tend.
    hartsantler committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    027a3a8 View commit details
    Browse the repository at this point in the history
  2. documentation for the Go backend

    hartsantler committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    4f39bd5 View commit details
    Browse the repository at this point in the history
  3. Go backend: fixed subclasses without __init__.

    hartsantler committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    1bc0b9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09c5f68 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2014

  1. fixed yield generator functions.

    hartsantler committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    3b12597 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2014

  1. go backend: multidimensional array [][]

    hartsantler committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    d9f143f View commit details
    Browse the repository at this point in the history
  2. go backend: support go.make

    hartsantler committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    2dd3235 View commit details
    Browse the repository at this point in the history
  3. go backend: fixed go.make extra arguments.

    hartsantler committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    591a80a View commit details
    Browse the repository at this point in the history
Loading