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

Pr 280 support windows #282

Merged
merged 27 commits into from
Jul 6, 2015
Merged

Pr 280 support windows #282

merged 27 commits into from
Jul 6, 2015

Commits on Jun 27, 2015

  1. Add Appveyor support

    mdboom authored and pv committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    94e975f View commit details
    Browse the repository at this point in the history
  2. Fix up color printing on Windows

    Based on Robert McGibbon's patch
    pv committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    d9450cf View commit details
    Browse the repository at this point in the history
  3. Allow multi-argument range spec for Git

    Based on Robert McGibbon's patch
    pv committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    624009d View commit details
    Browse the repository at this point in the history
  4. Fix up util.check_output + util.which on Windows

    Based on Robert McGibbon's patch
    pv committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    913851b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65ac571 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efbde6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e5f51e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9344e17 View commit details
    Browse the repository at this point in the history
  9. Work around the 260 char PATH_MAX on Windows

    The place where this easily goes over is in graph data files, which are
    stored in a deep directory tree.
    pv committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    7fa11ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b96efc View commit details
    Browse the repository at this point in the history
  11. Fix right-aligning of benchmark results; Windows cmd terminal wraps o…

    …ne character early
    pv committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    2f85a69 View commit details
    Browse the repository at this point in the history
  12. Fix multiprocessing test failures, when run via python setup.py test …

    …on spawn/forkserver mode (on Windows)
    pv committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    1362881 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5fa41ed View commit details
    Browse the repository at this point in the history
  14. Run pytest in appveyor with --tb=native to avoid pytest bug

    Traceback parsing has bugs on some pytest versions, cf.
    https://bitbucket.org/pytest-dev/py/issue/55/broken-comment-parsin
    pv committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    6d48594 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1d84c83 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c74a558 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    413fe9d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2015

  1. Mark a failing test on Windows/Appveyor as xfail

    It appears the Python DLLs in created (Conda) environments stay in use
    when run on Windows/Appveyor, so that removing the environments fails
    and their re-creation cannot be tested.  Does not occur on all Windows
    platoforms, however, and adding sleeps does not seem to resolve it.
    pv committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    b685890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f353c7b View commit details
    Browse the repository at this point in the history
  3. Convert xrange to while loop, because xrange on 32-bit Python 2.x can…

    …not handle long ints
    pv committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    cc6acca View commit details
    Browse the repository at this point in the history
  4. Tell jquery to parse incoming data as json, for json files (asv previ…

    …ew server on windows doesn't seem to serve them right)
    pv committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    35d8c99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9eda5f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aae7a03 View commit details
    Browse the repository at this point in the history
  7. Enable running all test_environment tests if conda is available

    Mark the tests as skipped rather than xfail, since we expect them to
    pass if the environment is set up.
    pv committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    0d2a125 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f0ef02 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53457ec View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. Configuration menu
    Copy the full SHA
    d880953 View commit details
    Browse the repository at this point in the history