Skip to content
  1. Apr 11, 2013
  2. Nov 27, 2012
  3. May 23, 2012
  4. May 15, 2012
  5. May 11, 2012
  6. Dec 22, 2011
  7. Dec 20, 2011
  8. Dec 08, 2011
  9. 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
  10. Aug 31, 2011
  11. Aug 26, 2011
  12. Aug 18, 2011
  13. Jul 25, 2011
  14. Jun 28, 2011
  15. 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
  16. Jun 22, 2011
  17. May 17, 2011
  18. May 16, 2011