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: python/pyperformance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10961a7
Choose a base ref
...
head repository: python/pyperformance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a1e8d77
Choose a head ref
  • 16 commits
  • 59 files changed
  • 2 contributors

Commits on Jan 28, 2020

  1. Update dependencies

    Set also version to 1.0.1
    vstinner committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    bf21130 View commit details
    Browse the repository at this point in the history
  2. Reenable hg_startup

    mercurial 5.2 is now officially compatible with Python 3.
    vstinner committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    9f93047 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e09cab View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

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

Commits on Feb 18, 2020

  1. Use pip-tools

    vstinner committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    e5e3fec View commit details
    Browse the repository at this point in the history
  2. Disable hg_startup again

    vstinner committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    a041ab2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    7dbb76d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1006e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4484ee2 View commit details
    Browse the repository at this point in the history
  4. Always use shutil.which()

    vstinner committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    89f2afd View commit details
    Browse the repository at this point in the history
  5. Misc Python 2 removal cleanups

    * Fix flake8 warnings
    * Fix tox command in setup.py
    * Update requirements
    vstinner committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    f2ed187 View commit details
    Browse the repository at this point in the history
  6. Update requirements

    vstinner committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    add4ee9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Disable mercurial dependency

    Update requirements.txt (asgiref).
    vstinner committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    5ae5d62 View commit details
    Browse the repository at this point in the history
  2. Remove last references to Python 2

    * Add new py36.json and py38.json for tests
    * Remove py2.json and py36.json
    vstinner committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    85c99f1 View commit details
    Browse the repository at this point in the history
  3. Prepare 1.0.1 release

    Update changelog
    vstinner committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    5eff578 View commit details
    Browse the repository at this point in the history
  4. Fix runtests.py

    Fix runtests.py: handle FileNotFoundError when removing
    pyperformance.egg-info.
    vstinner committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    a1e8d77 View commit details
    Browse the repository at this point in the history
Loading