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: talkpython/python-for-dotnet-developers-course
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: exact-recorded-edition-v1
Choose a base ref
...
head repository: talkpython/python-for-dotnet-developers-course
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 53 files changed
  • 3 contributors

Commits on Dec 12, 2019

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

Commits on Dec 12, 2023

  1. Update httpx code to follow redirects

    A breaking change from awhile ago with httpx.
    mikeckennedy committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    79b742f View commit details
    Browse the repository at this point in the history
  2. Add Requirements Files for Python Application

    Introduced requirements.piptools file for Python application, and updated requirements.txt according to it. The requirements.piptools file includes packages needed for the project that are then compiled into the requirements.txt file via pip-compile. This way, exact requirements including dependencies and their versions are documented for more deterministic builds.
    
    See pip-tools package.
    mikeckennedy committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    633aa1b View commit details
    Browse the repository at this point in the history
  3. Update .gitignore to ignore .idea directory

    The .idea directory generated by JetBrains tools like PyCharm has been added to the .gitignore file. Thus, preventing any IDE-specific files from being accidentally included in the repository. This keeps the project cleaner and prevents files from interfering with others’ development environments.
    mikeckennedy committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    36d1c80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8691402 View commit details
    Browse the repository at this point in the history
  5. Update httpx code to follow redirects

    A breaking change from awhile ago with httpx.
    mikeckennedy committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b458f9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    309e178 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5502ea1 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Apr 3, 2024

  1. Update to dotnet8, update all nugets

    m committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cb55f19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ma586/master

    Update to dotnet8, update all nugets
    mikeckennedy authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4a5ce91 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    9c662d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab250b7 View commit details
    Browse the repository at this point in the history
Loading