Skip to content
Snippets Groups Projects
  1. Feb 24, 2018
  2. Feb 23, 2018
  3. Jan 14, 2018
  4. Jan 07, 2018
  5. Feb 19, 2017
  6. Feb 03, 2016
  7. Feb 01, 2016
  8. Jan 28, 2016
  9. Jan 25, 2016
  10. Jan 22, 2015
  11. Jun 28, 2014
  12. Jun 24, 2014
  13. May 08, 2014
  14. May 04, 2014
  15. May 03, 2014
  16. Apr 27, 2014
  17. Mar 18, 2014
  18. Nov 02, 2013
    • Sebastien Helleu's avatar
      Major code cleanup, full PEP8 compliance, replace %-formatting with .format() · a45423d7
      Sebastien Helleu authored
      All changes:
      - import the print function
      - replace the %-formatting with .format()
      - full PEP8 compliance
      - fix problem when latest string in file has a plural form (this last
        translation was ignored)
      - use codecs module to unescape strings (faster with python 3)
      - display full exception in case of problem when reading file
      - add short option synonym '-P' for '--pwl'
      - add short option synonym '-e' for '--extract'
      - rename some long names for command line options:
          --compile         -->  --no-compile
          --lines           -->  --no-lines
          --punct           -->  --no-punct
          --whitespace      -->  --no-whitespace
          --onlymisspelled  -->  --only-misspelled
      - major code cleanup: add comments, move checking/error functions from
        class PoMessage to class PoFile
      a45423d7
  19. Sep 21, 2013
  20. Sep 15, 2013
  21. Jul 02, 2013
  22. Jul 01, 2013
  23. Jun 30, 2013
  24. Jun 29, 2013
  25. Jan 02, 2013
Loading