Skip to content
  1. Dec 04, 2015
  2. Dec 03, 2015
  3. Dec 02, 2015
  4. Dec 01, 2015
  5. Nov 30, 2015
  6. Nov 25, 2015
  7. Nov 24, 2015
  8. Nov 23, 2015
  9. Nov 22, 2015
  10. Nov 21, 2015
  11. Nov 20, 2015
  12. Nov 18, 2015
    • Brad Bishop's avatar
      Python cleanup · 5baa96f5
      Brad Bishop authored
      CherryPy won't be used so remove it.
      Use wsgi and email that comes with python.
      Remove wsgi and email standalone recipes.
      Update bottle and rocket to use new packages.
      5baa96f5
    • Brad Bishop's avatar
      python-dbus dbus.Byte.__str__ produces broken utf8 · 3579dc63
      Brad Bishop authored
      Byte to string simply copied the byte, which isn't valid
      utf8 for non ascii values.  Since dbus.byte is an int subclass,
      should just be using int's __str__  implementation anyway.
      3579dc63
  13. Nov 17, 2015
  14. Nov 16, 2015
  15. Nov 13, 2015
Loading