Skip to content
  1. Sep 04, 2014
  2. Sep 03, 2014
  3. Jul 05, 2014
  4. May 19, 2014
  5. Jan 16, 2014
  6. Jan 08, 2014
  7. Aug 04, 2013
  8. Aug 03, 2013
  9. Aug 02, 2013
  10. Jul 27, 2013
  11. Mar 26, 2013
  12. Mar 13, 2013
  13. Feb 12, 2013
  14. Jan 25, 2013
  15. Oct 28, 2012
  16. May 04, 2012
  17. Apr 03, 2012
  18. Mar 14, 2012
  19. Mar 13, 2012
    • Laurent Bachelier's avatar
      Make Collection more safe and sane · b4b71829
      Laurent Bachelier authored
      * Remove callbacks in Collection object
        Make Collection a "dumb" object (and also a base object,
        though it isn't very useful for now)
      * Rename Path to WorkingPath, because it is more about managing state
        than being a single path.
      * Rewrite almost all WorkingPath, because the code was overly
        complicated for no reason (I tried some special cases and it turned
        out that fromstring didn't handle them, and that the
        quote-escape-unquote was just unecessary). I also rewrote it to be
        more pythonic (no more lambdas and maps) and added tests.
      * Require the full split path when creating a Collection. Because, come to
        think of it, an object needs an unique identifier; in the case of
        Collections, it is the full path, not only its last part.
        I might even replace the id by the full split path in the future.
      * There is now only one way to get items of a Collection: calling
        iter_resources().
      * Rewrite flatten_resources to iter_resources_flat(), which just calls
        ite...
      b4b71829
  20. Mar 09, 2012
  21. Feb 05, 2012
  22. Oct 10, 2011
  23. Jul 05, 2011
  24. May 08, 2011
  25. May 03, 2011
  26. Apr 21, 2011
  27. Apr 08, 2011
  28. Apr 04, 2011
  29. Mar 09, 2011
  30. Mar 01, 2011
  31. Jan 14, 2011