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

Windows behavior fixed, with appveyor tests passing #33

Closed
wants to merge 21 commits into from

Commits on Aug 24, 2018

  1. appveyor needs strings only in the environment

    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    47b2e7d View commit details
    Browse the repository at this point in the history
  2. Work correctly when hg is not installed.

    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    6db6330 View commit details
    Browse the repository at this point in the history
  3. More gitignore

    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    ab36633 View commit details
    Browse the repository at this point in the history
  4. Improved error handling

    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    9f55b5d View commit details
    Browse the repository at this point in the history
  5. appveyor needs strings only in the environment

    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    e3ce60f View commit details
    Browse the repository at this point in the history
  6. Mapping new lines in test_serialize_newline to os.linesep

    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    ff6ff8b View commit details
    Browse the repository at this point in the history
  7. Use text mode for io not binary

    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    ed3b17b View commit details
    Browse the repository at this point in the history
  8. test_usage_string_fork use bytes

    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    e795fb7 View commit details
    Browse the repository at this point in the history
  9. Replace → with to

    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    e43ebbb View commit details
    Browse the repository at this point in the history
  10. Replace → with to (more)

    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    eb984a5 View commit details
    Browse the repository at this point in the history
  11. Revert "Mapping new lines in test_serialize_newline to os.linesep"

    This reverts commit ff6ff8b.
    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    cc48328 View commit details
    Browse the repository at this point in the history
  12. Revert "Replace → with to (more)"

    This reverts commit eb984a5.
    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    d42354b View commit details
    Browse the repository at this point in the history
  13. Revert "Replace → with to"

    This reverts commit e43ebbb.
    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    a1d8f02 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fb6ef2b View commit details
    Browse the repository at this point in the history
  15. Addressing encoding in test_usage_string_fork

    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    16f040c View commit details
    Browse the repository at this point in the history
  16. Revert "Addressing encoding in test_usage_string_fork"

    This reverts commit 16f040c.
    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    8af3125 View commit details
    Browse the repository at this point in the history
  17. xfailing problem case on WIndows PY3

    Jeremy Carroll committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    3f781ba View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2018

  1. Different approach to the encoding issue in the help

    Jeremy Carroll committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    8dbaf48 View commit details
    Browse the repository at this point in the history
  2. oops missed one

    Jeremy Carroll committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    b6fe568 View commit details
    Browse the repository at this point in the history
  3. Moving windows/PY3 tag message from test into main code base

    Jeremy Carroll committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    29769c7 View commit details
    Browse the repository at this point in the history
  4. Revert "Moving windows/PY3 tag message from test into main code base"

    This reverts commit 29769c7.
    Jeremy Carroll committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    8379713 View commit details
    Browse the repository at this point in the history