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|TelepathyGlib #21

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

Commits on Jun 22, 2020

  1. Run 2to3

    Saumya-Mishra9129 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    f9ff5d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5280ee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c53756f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50408ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11c1227 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a40cfd3 View commit details
    Browse the repository at this point in the history
  7. Fix Gtk Clipboard TypeError

    add len argument in Gtk.Clipboard set_text method
    set len=-1
    
    Fixes Error:
    TypeError: Gtk.Clipboard.set_text() takes exactly 3 arguments (2 given)
    Saumya-Mishra9129 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    d88651f View commit details
    Browse the repository at this point in the history
  8. Encode str to bytes

    write method here used to take unicode in python2
    use encoded bytes in place of unicode in python3
    Saumya-Mishra9129 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    aeb816e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    695b73f View commit details
    Browse the repository at this point in the history