Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to Python3 and TelepathyGLib #13

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Jul 9, 2020

  1. Port To TelepathyGLib

    Creatune authored and mseegan committed Jul 9, 2020
    Copy the full SHA
    8a38358 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b35a0c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Fix PyGIWarning for TelepathyGLib

    PyGIWarning: TelepathyGLib was imported without specifying a version
    Saumya-Mishra9129 committed Jul 16, 2020
    Copy the full SHA
    048cb0f View commit details
    Browse the repository at this point in the history
  2. Port to python 3

    Creatune authored and Saumya-Mishra9129 committed Jul 16, 2020
    Copy the full SHA
    d266e5e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e893a41 View commit details
    Browse the repository at this point in the history
  4. Change to integer division

    TypeError: 'float' object cannot be interpreted as an integer
    Saumya-Mishra9129 committed Jul 16, 2020
    Copy the full SHA
    2881561 View commit details
    Browse the repository at this point in the history
  5. Fix TypeError

    Item 0: Must be number, not str
    Saumya-Mishra9129 committed Jul 16, 2020
    Copy the full SHA
    ba30cc4 View commit details
    Browse the repository at this point in the history
  6. Fix AtrributeError

    get_shared_activity object has no attribute telepathy_conn
    Saumya-Mishra9129 committed Jul 16, 2020
    Copy the full SHA
    b25aabb View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Fix Error while loading jobject

    Error cartoon-builder: Cannot load jobject: 'bytes' object has no attribute 'isreg'
    Saumya-Mishra9129 committed Jul 30, 2020
    Copy the full SHA
    22abc63 View commit details
    Browse the repository at this point in the history
  2. Fix AtrributeError: 'bytes' object has no attribute 'encode'

    The error is seen while stopping the activity in form of a keyError
    Soution- name attribute in TarInfo object initialization should be of class <str>
    Saumya-Mishra9129 committed Jul 30, 2020
    Copy the full SHA
    d0e52d2 View commit details
    Browse the repository at this point in the history
  3. Fix TypeError : a bytes-like object is required, not 'str'

    'fileobj' should be a binary file if given as argument to Tarfile.addfile
    Saumya-Mishra9129 committed Jul 30, 2020
    Copy the full SHA
    8b0b9d3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c60f581 View commit details
    Browse the repository at this point in the history
  5. Port to Python3

    Change from file() to open()
    Saumya-Mishra9129 committed Jul 30, 2020
    Copy the full SHA
    c3cb348 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    92e789c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5f888c4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f7e18ae View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    829b2e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Copy the full SHA
    8853fb7 View commit details
    Browse the repository at this point in the history