1. 19 Jul, 2016 1 commit
  2. 14 Jul, 2016 12 commits
  3. 13 Jul, 2016 2 commits
    • Boxiang Sun's avatar
      Add argument check for PyDict_Next · 2190118b
      Boxiang Sun authored
      In PyDict_Next, the 3rd argument `pkey` and 4th argument pvalue could be
      NULL. lxml will try to call it by PyDict_Next(kwdict, &pos, &key, 0).
      And a check like CPython did.
      2190118b
    • Boxiang Sun's avatar
      loose the dummy code object check · c7640dc8
      Boxiang Sun authored
      Cython try to store argcount, nlocals, and varnames through PyCode_New.
      But Pyston don't do anything with those or support getting them back
      out.
      c7640dc8
  4. 12 Jul, 2016 4 commits
  5. 11 Jul, 2016 6 commits
  6. 09 Jul, 2016 2 commits
  7. 08 Jul, 2016 2 commits
  8. 07 Jul, 2016 2 commits
  9. 06 Jul, 2016 9 commits