Skip to content
  1. Nov 07, 2014
  2. Oct 26, 2014
  3. Oct 21, 2014
  4. Oct 17, 2014
  5. Oct 03, 2014
  6. Sep 26, 2014
  7. Sep 12, 2014
  8. Aug 26, 2014
  9. Jul 16, 2014
  10. Jul 06, 2014
  11. Jul 04, 2014
  12. May 29, 2014
  13. May 10, 2014
  14. Apr 13, 2014
  15. Feb 19, 2014
  16. 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
  17. Jan 26, 2014
  18. Jan 25, 2014
  19. Jan 02, 2014