1. 18 Feb, 2016 1 commit
    • Kevin Modzelewski's avatar
      Call PyType_Modified() in add_operators · 9efb4351
      Kevin Modzelewski authored
      Sometimes we started filling in the method-cache before calling add_operators.
      add_operators directly modifies the class objects, so it needs to signal that
      the cache is now invalid.
      
      I think CPython avoids needing this since they never call add_operators
      after doing any type lookups, but we are a bit more flexible with our initialization.
      9efb4351
  2. 17 Feb, 2016 2 commits
  3. 15 Feb, 2016 2 commits
  4. 13 Feb, 2016 6 commits
  5. 12 Feb, 2016 3 commits
    • Marius Wachtler's avatar
      add the cPickle module · f354f1c4
      Marius Wachtler authored
      the module is much faster than the python implementation
      But I had to change the code a little bit because of our GC and more importantly because some of our types have different names etc...
      I also noticed that we failed to to set capifunc.__module__ in a lot of cases which made pickle error
      f354f1c4
    • Marius Wachtler's avatar
      enable sax test · fab69cb7
      Marius Wachtler authored
      fab69cb7
    • Marius Wachtler's avatar
      add the _locale module · 214c8571
      Marius Wachtler authored
      The static variables should be fine because this is compiled as shared object which we the GC will automatically scan.
      214c8571
  6. 11 Feb, 2016 3 commits
  7. 10 Feb, 2016 5 commits
  8. 09 Feb, 2016 6 commits
  9. 08 Feb, 2016 5 commits
  10. 07 Feb, 2016 3 commits
  11. 05 Feb, 2016 2 commits
  12. 04 Feb, 2016 1 commit
  13. 03 Feb, 2016 1 commit