Skip to content
  1. Sep 12, 2014
  2. Aug 26, 2014
  3. Jul 16, 2014
  4. Jul 06, 2014
  5. Jul 04, 2014
  6. May 29, 2014
  7. May 10, 2014
  8. Apr 13, 2014
  9. Feb 19, 2014
  10. Feb 18, 2014
    • Andreas Klöckner's avatar
      Pickling fix for primitives.If · 0a258931
      Andreas Klöckner authored
      0a258931
    • Andreas Klöckner's avatar
      Fix pickling · 936e1403
      Andreas Klöckner authored
      This fixes two issues.
      
      - First, __getinitargs__ does not actually get called for new-style
        classes. Whoops. Only __getstate__ and __setstate__ do. This
        introduces a version of these methods that relies on a new class
        attribute init_arg_names and the existing __getinitargs__ methods
        to provide pickling.
      
      - The default implementation of __getstate__ would pickle up the cached
        hash_value, which will likely be different in a new interpreter.
        Bad idea, fixed as above.
      936e1403
    • Andreas Klöckner's avatar
      Move documentation into docstrings · ad04892c
      Andreas Klöckner authored
      ad04892c
  11. Jan 26, 2014
  12. Jan 25, 2014
  13. Jan 02, 2014
  14. Nov 28, 2013
  15. Oct 12, 2013
  16. Jul 30, 2013
  17. Jul 24, 2013
  18. Jul 22, 2013
  19. Jul 11, 2013
  20. Jul 03, 2013
  21. Jul 01, 2013
  22. Jun 28, 2013
  23. Jun 18, 2013
Loading