1. 20 Jul, 2016 7 commits
  2. 19 Jul, 2016 4 commits
  3. 18 Jul, 2016 4 commits
  4. 15 Jul, 2016 4 commits
  5. 14 Jul, 2016 20 commits
  6. 13 Jul, 2016 1 commit
    • 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