1. 12 Jul, 2015 1 commit
    • Kevin Modzelewski's avatar
      Get rid of void-returning functions · fc238ed8
      Kevin Modzelewski authored
      Module-level code used to return void, but this causes some
      special-casing, so switch to having them return None.
      Also, CPython has their module code objects return None, so
      it's a small compatibility gain as well.
      fc238ed8
  2. 10 Jul, 2015 3 commits
  3. 09 Jul, 2015 6 commits
  4. 08 Jul, 2015 15 commits
  5. 07 Jul, 2015 6 commits
  6. 06 Jul, 2015 9 commits