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: echo-ray/async-techniques-python-course
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: talkpython/async-techniques-python-course
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 35 files changed
  • 5 contributors

Commits on Jan 9, 2019

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

Commits on Oct 5, 2019

  1. Ignore base .idea directory

    sagar.giri committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    91381de View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Merge pull request talkpython#8 from girisagar46/master

    Ignore base .idea directory
    mikeckennedy authored Oct 6, 2019
    Configuration menu
    Copy the full SHA
    abb3e50 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Configuration menu
    Copy the full SHA
    0a5dcfd View commit details
    Browse the repository at this point in the history
  2. Merge pull request talkpython#9 from vindard/master

    Fix "deprecated `trio.Queue`" warning
    mikeckennedy authored Dec 29, 2019
    Configuration menu
    Copy the full SHA
    6c417a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Upgrading prod_trio.py to work with modern version of trio package (0…

    ….11 and newer)
    
    - Replacing the call to trio.Queue() by trio.open_memory_channel()
    - Using a MemorySendChannel object in generate_data function
    - Using a MemoryReceiveChannel object in process_data function
    - Updating requirements.txt with trio v0.16.0 and trio_asyncio v0.11.0
    Lucas CORBEAUX committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    0d0378e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

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

Commits on Jun 28, 2020

  1. Merge pull request talkpython#11 from lucascorbeaux/trio-0.16

    Update to Trio 0.16, removes deprecated API.
    mikeckennedy authored Jun 28, 2020
    Configuration menu
    Copy the full SHA
    82d44f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

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

Commits on Jan 24, 2022

  1. Fixes talkpython#16 DeprecationWarning: There is no current event loo…

    …p, loop = asyncio.get_event_loop()
    mikeckennedy committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    3059998 View commit details
    Browse the repository at this point in the history
  2. Merge pull request talkpython#12

    Fix deadlock in safe_bank_fine_grained.py
    mikeckennedy authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    a069745 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

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

Commits on Oct 21, 2022

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