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: cjolowicz/hypermodern-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: initial
Choose a base ref
...
head repository: cjolowicz/hypermodern-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chapter01
Choose a head ref
  • 17 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 12, 2019

  1. Add README.md

    cjolowicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    cc17d7b View commit details
    Browse the repository at this point in the history
  2. Add LICENSE

    cjolowicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    65b76be View commit details
    Browse the repository at this point in the history
  3. Ignore /.python-version

    cjolowicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    b7d898b View commit details
    Browse the repository at this point in the history
  4. Add pyproject.toml

    cjolowicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    8093f60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60b58bc View commit details
    Browse the repository at this point in the history
  6. Support Python 3.7

    cjolowicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    1e108f9 View commit details
    Browse the repository at this point in the history
  7. Add package

    cjolowicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    42fb965 View commit details
    Browse the repository at this point in the history
  8. Add poetry.lock

    cjolowicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    bd911fa View commit details
    Browse the repository at this point in the history
  9. Ignore /src/*.egg-info/

    cjolowicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    7c06582 View commit details
    Browse the repository at this point in the history
  10. Ignore __pycache__/

    cjolowicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ba022a7 View commit details
    Browse the repository at this point in the history
  11. Add click 7.0

    cjolowicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    b0be072 View commit details
    Browse the repository at this point in the history
  12. Add console module

    cjolowicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    842757d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d18cd4d View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Add requests 2.22.0

    cjolowicz committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    2e911d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa0aea9 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Configuration menu
    Copy the full SHA
    cf91826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2438a6a View commit details
    Browse the repository at this point in the history
Loading