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: magmax/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: guiweber/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.
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 25, 2016

  1. Fixed most issues on Windows + Python 3.5

    Moved the linux loop in the linux code file
    guiweber committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    80e6863 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. linux code readability improvements

    - Removed unneeded return statement
    - Improved redebility by adding else blocs
    - Renaed bufffer to char_buffer for python 2.x compatibility
    guiweber committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    6f6591a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

  1. Configuration menu
    Copy the full SHA
    d430445 View commit details
    Browse the repository at this point in the history
  2. Update readchar_linux.py

    gives characters a name versus codes
    suresttexas00 authored Mar 11, 2017
    Configuration menu
    Copy the full SHA
    f7bf855 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. Configuration menu
    Copy the full SHA
    2466c10 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from suresttexas00/patch-3

    Update readchar_linux.py
    guiweber authored May 7, 2017
    Configuration menu
    Copy the full SHA
    693758c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from suresttexas00/patch-2

    New keys.py for new readchar_linux (coming separately)
    guiweber authored May 7, 2017
    Configuration menu
    Copy the full SHA
    5b6b7a9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/magmax/python-readchar

    # Conflicts:
    #	readchar/readchar.py
    #	readchar/readchar_linux.py
    #	readchar/readchar_windows.py
    guiweber committed May 7, 2017
    Configuration menu
    Copy the full SHA
    7e2427b View commit details
    Browse the repository at this point in the history
Loading