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: Thriftpy/thriftpy2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: Thriftpy/thriftpy2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.3b1
Choose a head ref
  • 11 commits
  • 23 files changed
  • 6 contributors

Commits on Jul 10, 2024

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

Commits on Jan 7, 2025

  1. fix tox config (#302)

    cocolato authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    6dfa6d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. fix flake8 config (#300)

    cocolato authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    b83fbae View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. fix: sub module conflict error (#295)

    * fix: sub module name conflict error
    StellarisW authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    463478f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Use SO_REUSEPORT only for AF_INET sockets (#303)

    The latest python version changes the behavior, now if it's used with
    other kind of sockets (ex AF_UNIX) it raises OSError:
    
    python/cpython#128916
    danigm authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    aa05daf View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Make flake8 happy and update CI matrix (#305)

    * Make flake8 happy
    
    * Update CI matrix
    aisk authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    9fe64ca View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Resolve daemon warnings for threading methods (#306)

    Signed-off-by: Emmanuel Ferdman <[email protected]>
    emmanuel-ferdman authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    e9bbcfc View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

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

Commits on Apr 23, 2025

  1. Allow for omitted FieldID in Field definitions (#304)

    Co-authored-by: AN Long <[email protected]>
    
    * Change to itertools
    
    * Remove CurrentFieldSeqImplicitId
    
    ---------
    
    Co-authored-by: AN Long <[email protected]>
    Fluxx and aisk authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    88151f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. Bump version to v0.5.3b1 (#309)

    aisk authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    d98a84a View commit details
    Browse the repository at this point in the history
  2. Requires Python3.7 (#310)

    aisk authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    0f987a6 View commit details
    Browse the repository at this point in the history
Loading