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: mweinelt/python-readchar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: magmax/python-readchar
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.
  • 5 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 25, 2026

  1. Fix pytest 9 compatibility

    The path argument has been deprecated in favor of the collection_path
    argument beecause the former uses the deprecated py library, where the
    latter uses pathlib.
    mweinelt committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    5165992 View commit details
    Browse the repository at this point in the history
  2. Merge pull request magmax#129 from mweinelt/pytest9-compat

    Fix pytest 9 compatibility
    Cube707 authored Jan 25, 2026
    Configuration menu
    Copy the full SHA
    753cb42 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. Add android as supported platform (magmax#130)

    * Add android to list for platfrom-checks
    * list termux as an untested platform in README.md
    Mause authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    a9f2384 View commit details
    Browse the repository at this point in the history
  2. release v4.2.2

    github-actions[bot] committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    05faadb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cba1fa0 View commit details
    Browse the repository at this point in the history
Loading