1. 14 Jul, 2016 5 commits
  2. 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
  3. 12 Jul, 2016 4 commits
  4. 11 Jul, 2016 6 commits
  5. 09 Jul, 2016 2 commits
  6. 08 Jul, 2016 2 commits
  7. 07 Jul, 2016 2 commits
  8. 06 Jul, 2016 17 commits