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: noxdafox/pebble
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 57bae9d
Choose a base ref
...
head repository: noxdafox/pebble
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6e87c79
Choose a head ref
  • 10 commits
  • 25 files changed
  • 1 contributor

Commits on Dec 26, 2023

  1. actions: update supported Python versions

    Signed-off-by: Matteo Cafasso <[email protected]>
    noxdafox committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    36fce1a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. issue #96, pool: handle race conditions when iterating through dictio…

    …nary
    
    Signed-off-by: Matteo Cafasso <[email protected]>
    noxdafox committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    40a15ca View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. issue #127, concurrent: wrap errors when reading from pipe

    Signed-off-by: Matteo Cafasso <[email protected]>
    noxdafox committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d32346d View commit details
    Browse the repository at this point in the history
  2. Update Copyright year

    Signed-off-by: Matteo Cafasso <[email protected]>
    noxdafox committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    950c368 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. issue #128: fix issue when passing different mp contexts

    Do not test for `multiprocessing.context` as objects from different
    libraries might be passed.
    
    Signed-off-by: Matteo Cafasso <[email protected]>
    noxdafox committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1ad94f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. asynchronous: use common.execute to run the function

    Signed-off-by: Matteo Cafasso <[email protected]>
    noxdafox committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fd2c952 View commit details
    Browse the repository at this point in the history
  2. concurrent: use common.execute to run the function

    Signed-off-by: Matteo Cafasso <[email protected]>
    noxdafox committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    16210b7 View commit details
    Browse the repository at this point in the history
  3. issue #125: handle frozen classes as exception

    Seriously, who is the nutcrack which thought this was a good idea?
    
    Signed-off-by: Matteo Cafasso <[email protected]>
    noxdafox committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b42bfc4 View commit details
    Browse the repository at this point in the history
  4. issue #125: add test cases

    Signed-off-by: Matteo Cafasso <[email protected]>
    noxdafox committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7d03e00 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. release 5.0.7

    Signed-off-by: Matteo Cafasso <[email protected]>
    noxdafox committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6e87c79 View commit details
    Browse the repository at this point in the history
Loading