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

32-bit Linux running on 64-bit ARM arch should have platform "linux_armv7l" #234

Merged
merged 15 commits into from
Feb 6, 2020

Commits on Jan 23, 2020

  1. 32-bit Linux running on 64-bit ARM arch should have platform "linux_a…

    …rmv7l".
    
    Currently on a 32-bit OS that runs on a 64-bit ARM CPU (ARM-v8,
    aarch64), _linux_platforms returns the incorrect string. This commit
    fixes this issue by following the solution similar to that of the
    x86_64/x86 pair.
    xuhdev committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    30eeb7a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Update tests/test_tags.py

    Co-Authored-By: Brett Cannon <54418+brettcannon@users.noreply.github.com>
    xuhdev and brettcannon committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    a99d87f View commit details
    Browse the repository at this point in the history
  2. Update tests/test_tags.py

    Co-Authored-By: Brett Cannon <54418+brettcannon@users.noreply.github.com>
    xuhdev and brettcannon committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    ca81f77 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Merge branch 'master' into arm

    xuhdev committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    e189007 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Formatting using black

    xuhdev committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    22b943a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into arm

    xuhdev committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    7c11eac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9a63dd View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Merge branch 'master' into arm

    xuhdev committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    966bf56 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.rst

    xuhdev committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    063710c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. Update CHANGELOG.rst

    Co-Authored-By: Brett Cannon <54418+brettcannon@users.noreply.github.com>
    xuhdev and brettcannon committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    96f096c View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.rst

    Co-Authored-By: Brett Cannon <54418+brettcannon@users.noreply.github.com>
    xuhdev and brettcannon committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    931b182 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.rst

    xuhdev committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    76fa89c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Parametrize the tests

    xuhdev committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    fd1533e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    8f534e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af0830 View commit details
    Browse the repository at this point in the history