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: Python-Repository-Hub/codetiming
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: realpython/codetiming
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 14 files changed
  • 3 contributors

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    a8b2dcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8c1563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51d0277 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11431cd View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Mark package as typed (realpython#38)

    * Mark package as typed
    
    * Add changelog and author
    alkatar21 authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d859e48 View commit details
    Browse the repository at this point in the history
  2. Update docs to latest practices (realpython#40)

    * Update changelog with project changes
    * Update contributing guidelines to include flake8 and isort
    gahjelle authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    1785001 View commit details
    Browse the repository at this point in the history
  3. Bump version: 1.3.0 → 1.3.1 (realpython#41)

    * Bump version: 1.3.0 → 1.3.1
    * Update changelog to v1.3.1
    gahjelle authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    afc4a56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0e7d55 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    10d874f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f9b16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e56edb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d29146 View commit details
    Browse the repository at this point in the history
  5. Update changelog to v1.3.2

    gahjelle committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ab2a127 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Add framework for timer startup log statement (realpython#47)

    * Add framework for timer startup log statement
    
    * Add initial_text attribute to control start text
    
    * Add default initial_text referencing timer name
    
    * Update CHANGELOG, AUTHORS, and README
    
    * A bit of cleanup and tweaks to existing tests
    
    Co-authored-by: Geir Arne Hjelle <geirarne@gmail.com>
    pricemg and gahjelle authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    59c13ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb707ca View commit details
    Browse the repository at this point in the history
  3. Update changelog to v1.4.0

    gahjelle committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a157c12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a126197 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ebf506 View commit details
    Browse the repository at this point in the history
  6. Add type hints to tests (realpython#50)

    * Add type hints to tests
    
    * Workaround for Python 3.7 which doesn't support Protocol
    gahjelle authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e51e4c3 View commit details
    Browse the repository at this point in the history
Loading