Skip to content
  1. Feb 20, 2020
  2. Feb 12, 2020
  3. Oct 27, 2019
  4. Feb 24, 2019
  5. Feb 23, 2019
  6. Dec 29, 2018
  7. Jun 19, 2017
  8. Jan 08, 2017
  9. Feb 12, 2016
  10. Feb 11, 2016
  11. Nov 28, 2014
    • Konubinix's avatar
      Allow ResultsCondition to compare timedelta · bd7891f2
      Konubinix authored
      The user may now use conditions on durations (from the audio and the video
      capabilities) in repl applications.
      
      The documentation has been updated to take this change into account.
      bd7891f2
  12. Oct 11, 2014
  13. Oct 10, 2014
    • Laurent Bachelier's avatar
      pep8 fixes, modernizations · 6161a0aa
      Laurent Bachelier authored
      autopep8 -a -r -i --select E711,E712,W601,W602,W603,W604,W690,E304,E401,E502 .
      Also includes some manual reindentations (many are left after the print()
      changes).
      Manually checked, some modernizations not commited here.
      6161a0aa
  14. Oct 08, 2014
  15. Oct 06, 2014
  16. Sep 26, 2014
  17. Jun 20, 2014
  18. Feb 19, 2014
  19. Jan 08, 2014
  20. Dec 16, 2013
  21. Aug 12, 2013
  22. Aug 02, 2013
  23. Jul 27, 2013
  24. Mar 09, 2013
  25. Feb 12, 2013
  26. Mar 14, 2012
    • Laurent Bachelier's avatar
      PEP8 style fixes and other small style fixes · 006e97a8
      Laurent Bachelier authored
      I used autopep8 on some files and did carefully check the changes.
      I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at
      least E501 on any autopep8 run.
      
      Other style fixes not related to PEP8:
      * Only use new-style classes. I don't think the usage of old-style
        classes was voluntary. Old-style classes are removed in Python 3.
      * Convert an if/else to a one-liner in mediawiki, change docstring style
        change to a comment something that wasn't really appropriate for a
        docstring.
      * Unneeded first if condition in meteofrance
      006e97a8
  27. Mar 03, 2012
  28. Feb 06, 2012
  29. May 08, 2011
  30. May 03, 2011