Skip to content
  1. Jun 27, 2013
    • Sébastien Luttringer's avatar
      Deep refactoring · 084ed9b5
      Sébastien Luttringer authored
      - 2 new packages (image and repository).
      - Split big modules into little one under packages.
      - Replace full module import by needed objects
      - Avoid wildcard imports
      - Fix a lot of pylint error and warnings on modules
      084ed9b5
  2. Jun 19, 2013
  3. Apr 11, 2013
  4. Nov 27, 2012
  5. May 23, 2012
  6. May 15, 2012
  7. May 11, 2012
  8. Dec 22, 2011
  9. Dec 20, 2011
  10. Dec 08, 2011
  11. Oct 18, 2011
    • Sebastien Luttringer's avatar
      add --no-color option to is · ce07794a
      Sebastien Luttringer authored
      This allow displaying to be done without coloration
      ce07794a
    • Sebastien Luttringer's avatar
      Fix issue with utf8 encoding in author · 99eb38c6
      Sebastien Luttringer authored
      => Image debian-generic v4 loaded
      Error: 'ascii' codec can't encode character u'\xe9' in position 27: ordinal not in range(128)
      Traceback (most recent call last):
        File "/usr/bin/is", line 482, in <module>
          error(e)
        File "/usr/bin/is", line 480, in <module>
          args.func(p_main, args)
        File "/usr/bin/is", line 242, in c_list
          img, repo = select_image(o, repoman, args.best)
        File "/usr/bin/is", line 64, in select_image
          return repoman.get(image, version, best)
        File "/usr/lib/python2.6/dist-packages/installsystems/repository.py", line 616, in get
          return repo.get(name, version), repo
        File "/usr/lib/python2.6/dist-packages/installsystems/repository.py", line 399, in get
          pkg = PackageImage(path, fileobj=memfile, md5name=True)
        File "/usr/lib/python2.6/dist-packages/installsystems/image.py", line 458, in __init__
          arrow("Author: %s" % self.author, 1)
        File "/usr/lib/python2.6/dist-packages/installsystems/printer.py", line 107, in arrow
          out(" #light##yellow#=>#reset# %s" % message)
        File "/usr/lib/python2.6/dist-packages/installsystems/printer.py", line 55, in out
          fd.write("%s%s" % (message, endl))
      UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 27: ordinal not in range(128)
      99eb38c6
  12. Aug 31, 2011
  13. Aug 26, 2011
  14. Aug 18, 2011
  15. Jul 25, 2011
  16. Jun 28, 2011
  17. Jun 24, 2011
    • Seblu's avatar
      Improve arrow and printer · 8273db6b
      Seblu authored
      Arrow is now relative this allow to pass context of arrow
      no more verbose mode. Soft is verbose except in quiet mode
      8273db6b
  18. Jun 22, 2011
  19. May 17, 2011
  20. May 16, 2011