1. 17 Nov, 2016 1 commit
  2. 03 Nov, 2016 1 commit
  3. 02 Nov, 2016 2 commits
    • Boxiang Sun's avatar
      [WIP]test · 3e0cf473
      Boxiang Sun authored
      3e0cf473
    • Boxiang Sun's avatar
      [WIP]Change PyArg_Parse to PyArg_ParseTuple. · c84ce20d
      Boxiang Sun authored
      The original ml_flag of MM_push is METH_OLDARGS, which should use
      PyArg_Parse. But Pyston cannot support METH_OLDARGS properly. Will
      create an issue when squash this commit and last commit.
      
      Due to the PyArg_Parse, the src is a tuple, which will cause the
      self->data become something like: [({}, ), ({}, )]. The correct format
      should be: [{}, {}].
      c84ce20d
  4. 31 Oct, 2016 1 commit
  5. 06 Oct, 2016 1 commit