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: realpython/reader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: realpython/reader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 20 files changed
  • 3 contributors

Commits on Nov 12, 2018

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

Commits on Nov 27, 2019

  1. Update setup.py

    dbader authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    5364f9c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Upgrade to Python 3.7 and above (#12)

    * Reformat with Black
    
    * Reformat with Isort
    
    * Add f-strings and proper type hints
    
    * Make docstrings PEP257 compatible
    gahjelle authored Oct 14, 2021
    1 Configuration menu
    Copy the full SHA
    0387003 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Switch from setup.py to pyproject.toml for configuration (#15)

    * Switch from setup.py to pyproject.toml
    
    * Switch bumpversion to bumpver
    
    * Move to a src/ based structure
    
    * Add explicit configuration of isort
    
    * Use TOML instead of INI for configuration
    gahjelle authored May 19, 2022
    Configuration menu
    Copy the full SHA
    8b31071 View commit details
    Browse the repository at this point in the history
  2. bump version 1.0.0 -> 1.1.0

    gahjelle committed May 19, 2022
    Configuration menu
    Copy the full SHA
    ceec1ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fb69c9 View commit details
    Browse the repository at this point in the history
  4. bump version 1.1.0 -> 1.1.1

    gahjelle committed May 19, 2022
    Configuration menu
    Copy the full SHA
    0009bac View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Fix typo

    gahjelle committed May 20, 2022
    Configuration menu
    Copy the full SHA
    9f3a18d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Try to detect when users need to Install Certificates on Mac (#16)

    * Point users to Install Certificates on Mac
    
    * Use error message to detect certificate issue
    
    * Remove outdated noqa comment
    gahjelle authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    bbc8e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14d8dac View commit details
    Browse the repository at this point in the history
  3. bump version 1.1.1 -> 1.1.2

    gahjelle committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b8398a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 14, 2024

  1. CI/CD updates + Bump version (#19)

    * Update CI/CD to reflect article changes
    
    * Version bump
    EndlessTrax authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ac72a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63620e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad951f7 View commit details
    Browse the repository at this point in the history
  4. bump version 1.1.3 -> 1.1.4

    gahjelle committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fe37126 View commit details
    Browse the repository at this point in the history
Loading