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: beedabug/fluent-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dd16448
Choose a base ref
...
head repository: fluentpython/example-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d5133ad
Choose a head ref
  • 16 commits
  • 22 files changed
  • 6 contributors

Commits on Aug 27, 2017

  1. Tests should use separate shelve test database

    - Switch from depreccated yield_fixture to fixture decorator
    andela-cdike committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    17dac42 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    9fb76ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request fluentpython#32 from anancds/patch

    fixed anomalous backslash in string
    ramalho authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    6de94c1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. simplified spinner_* examples

    ramalho committed May 16, 2019
    Configuration menu
    Copy the full SHA
    a58ecf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    7cd136b View commit details
    Browse the repository at this point in the history
  2. Merge pull request fluentpython#36 from dym0080/master

    fixed the param 'index' is redundant
    ramalho authored Nov 15, 2019
    Configuration menu
    Copy the full SHA
    f39c8ef View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

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

Commits on Aug 26, 2020

  1. correct LookupError

    We are no longer inside of the BingoCage class, so we should change the LookupError's wording to reflect that this is an error within the new LotteryBlower class.
    Destaq authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    ca6c957 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. Update README.rst

    ramalho authored Dec 20, 2020
    Configuration menu
    Copy the full SHA
    d920e38 View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    ramalho authored Dec 20, 2020
    Configuration menu
    Copy the full SHA
    58dbea0 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. docs: fix simple typo, shorcut -> shortcut

    There is a small typo in 18-asyncio/charfinder/charfinder.py, attic/concurrency/charfinder/charfinder.py.
    
    Should read `shortcut` rather than `shorcut`.
    timgates42 committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    169d3c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Merge pull request fluentpython#50 from timgates42/bugfix_typo_shortcut

    docs: fix simple typo, shorcut -> shortcut
    ramalho authored Jun 19, 2021
    Configuration menu
    Copy the full SHA
    03d3494 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fluentpython#14 from erika-dike/setup_tests_to_use…

    …_separate_shelve_test_db
    
    Tests should use a separate shelve test database
    ramalho authored Jun 19, 2021
    Configuration menu
    Copy the full SHA
    f31f0cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request fluentpython#45 from Destaq/patch-1

    correct LookupError
    ramalho authored Jun 19, 2021
    Configuration menu
    Copy the full SHA
    086e3a6 View commit details
    Browse the repository at this point in the history
  4. Update README.rst

    Fix suggested by @diraol
    ramalho authored Jun 19, 2021
    Configuration menu
    Copy the full SHA
    7a2a652 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Update README.rst

    ramalho authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    d5133ad View commit details
    Browse the repository at this point in the history
Loading