Skip to content
Snippets Groups Projects
  1. Nov 01, 2011
  2. Oct 31, 2011
  3. Oct 27, 2011
  4. Oct 26, 2011
  5. Oct 25, 2011
  6. Oct 24, 2011
  7. Oct 21, 2011
  8. Oct 20, 2011
  9. Oct 18, 2011
  10. Oct 17, 2011
  11. Oct 13, 2011
  12. Oct 12, 2011
    • Iustin Pop's avatar
      Rename filter and filter_ to qfilter · 2e5c33db
      Iustin Pop authored
      
      We currently use 'filter' as the OpCode, QueryRequest and RAPI field
      name for representing a query filter. However, since 'filter' is a
      built-in function, we actually have to use filter_ throughout the code
      in order to not override the built-in function.
      
      This patch simply goes and does a global sed over the code. Due to the
      fact that the RAPI interface already exposed this field, we add
      compatibility code for now which handles both forms.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      2e5c33db
  13. Oct 05, 2011
  14. Oct 04, 2011
  15. Sep 30, 2011
  16. Sep 29, 2011
  17. Sep 28, 2011
  18. Sep 27, 2011
  19. Sep 26, 2011
  20. Sep 23, 2011
    • Michael Hanselmann's avatar
      serializer: Fail if dictionary uses invalid keys · fd0351ae
      Michael Hanselmann authored
      
      JSON only supports a very restricted set of types for dictionary keys,
      among them strings, booleans and “null”. Integers and floats are
      converted to strings. Since this can cause a lot of confusion in Python,
      this check raises an exception if a caller tries to use such types.
      
      Since the pre-Python 2.6 “simplejson” module doesn't support overriding
      the function where the conversion takes place this check can only be
      done for the newer “json” module.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
      fd0351ae
  21. Sep 20, 2011
  22. Sep 16, 2011
  23. Sep 14, 2011
Loading