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: pythonprofilers/memory_profiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: just_push_or_pull_request
Choose a base ref
...
head repository: pythonprofilers/memory_profiler
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
  • 5 files changed
  • 5 contributors

Commits on Nov 15, 2022

  1. test back to CPython 3.5

    altendky committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7b6eae7 View commit details
    Browse the repository at this point in the history
  2. actually drop 3.4 testing

    altendky committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0683885 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #380 from pythonprofilers/just_push_or_pull_request

    Just push or pull request
    altendky authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2457246 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #379 from pythonprofilers/tests_back_to_cpython_3.5

    test back to CPython 3.5
    altendky authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f926259 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Only test and require Python 3.7+

    https://github.com/pythonprofilers/memory_profiler/actions/runs/3627706309/jobs/6126859301
    
    GitHub has dropped Python 3.5 and 3.6 support from the `setup-python` action.
    altendky authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    027b461 View commit details
    Browse the repository at this point in the history
  2. drop 3.5 and 3.6 from ci

    altendky authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f141a6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57b643a View commit details
    Browse the repository at this point in the history
  4. Fix deprecated syntax

    Jochen Sprickerhof authored and jspricke committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    940aa76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e079d3f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Update README.rst

    Update the definition of *Occurrences* as provided in #352 (comment)
    SultanOrazbayev authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    9b26810 View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    SultanOrazbayev authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1de5cd0 View commit details
    Browse the repository at this point in the history
  3. Update README.rst (#394)

    Update the definition of *Occurrences* as provided in
    #352 (comment)
    fabianp authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3ae050f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Add Python syntax highlighting to README.rst

    Verified exhaustiveness with:
    
    ```bash
    find -name '*.rst'
    ```
    Benjamin-Loison committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    864e9f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Add Python syntax highlighting to README.rst (#395)

    Verified exhaustiveness with:
    
    ```bash
    find -name '*.rst'
    ```
    altendky authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a99a3c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Update README.rst

    fabianp authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    025929f View commit details
    Browse the repository at this point in the history
Loading