Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: athoik/pythonwifi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OpenPLi/pythonwifi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 30, 2025

  1. Configuration menu
    Copy the full SHA
    0706ec4 View commit details
    Browse the repository at this point in the history
  2. fix indentation

    WanWizard committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    506ee32 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. flags.py: Use utf-8 coding

    Fix (Tested with Python 3.14 and with .py files shipped)
    
        from pythonwifi.iwlibs import Wireless, getWNICnames
      File "/usr/lib/python3.14/site-packages/pythonwifi/iwlibs.py", line 40, in <module>
        import pythonwifi.flags
      File "/usr/lib/python3.14/site-packages/pythonwifi/flags.py", line 3
        # Copyright (C) 2004 - 2008 R�man Joost
                                     ^
    SyntaxError: Non-UTF-8 code starting with '\xf3' on line 3, but no encoding declared;
    see https://peps.python.org/pep-0263/ for details
    Hains committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    f57f788 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Hains/master

    flags.py: Use utf-8 coding
    WanWizard authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    1e4c2ce View commit details
    Browse the repository at this point in the history
Loading