Comparing ilanschnell:master...mnozhchev:master · ilanschnell/bitarray · GitHub
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: ilanschnell/bitarray
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mnozhchev/bitarray
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
  • 10 files changed
  • 1 contributor

Commits on Jul 30, 2019

  1. - setuptools instead of distutils for bdist_wheel support

    - run-wheel-docker.sh builds binary wheels using a manylinux2010 docker container (PEP571)
    mnozhchev committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    dcc4ce0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Windows script for building wheels

    The script relies on Python 3.6.x and 3.7.x "executable installer" artifacts from https://www.python.org/downloads/windows/ are deployed without any system-wide changes e.g. registering extensions, changing PATH.
    
    Recent Windows versions of Python are installed to %LOCALAPPDATA% by default.
    mnozhchev committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    ee13412 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0efccc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Added scripts for building arbitrary wheels for Linux and Windows

    Testing Done: tried with bitarray
    mnozhchev committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    b0b98e8 View commit details
    Browse the repository at this point in the history
Loading