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