Skip to content
  1. May 29, 2014
  2. May 10, 2014
  3. Apr 13, 2014
  4. Feb 19, 2014
  5. 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
  6. Jan 26, 2014
  7. Jan 25, 2014
  8. Jan 02, 2014
  9. Nov 28, 2013
  10. Oct 12, 2013
  11. Jul 30, 2013
  12. Jul 24, 2013
  13. Jul 22, 2013
  14. Jul 11, 2013
  15. Jul 03, 2013
  16. Jul 01, 2013
  17. Jun 28, 2013
  18. Jun 18, 2013
  19. Jun 14, 2013
  20. Jun 13, 2013
  21. Jun 11, 2013