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-smpplib/python-smpplib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.1
Choose a base ref
...
head repository: python-smpplib/python-smpplib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.2
Choose a head ref
  • 9 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 22, 2021

  1. Merge pull request #186 from eigenein/master

    Cut `2.2.1`
    eigenein authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7367454 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Added python 3.10 tests to CircleCI

    emnoor authored and eigenein committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    1adc83f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    9ca29cf View commit details
    Browse the repository at this point in the history
  2. refactored Client.read_pdu()

    read exact number of bytes in separate method (_recv_exact)
    emnoor authored and code-of-kpp committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    b9ec1fc View commit details
    Browse the repository at this point in the history
  3. refactored Client.send_pdu()

    use socket.sendall instead of socket.send in a loop
    emnoor authored and code-of-kpp committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    df39439 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

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

Commits on Mar 9, 2023

  1. increment sequence of commands as spec

    made need_sequence=True for the following commands:
    - BindTransmitter
    - BindReceiver
    - BindTransceiver
    - Unbind
    - DeliverySM
    - EnquireLink
    emnoor authored and eigenein committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    df9c9db View commit details
    Browse the repository at this point in the history
  2. fix tests

    emnoor authored and eigenein committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    cd55590 View commit details
    Browse the repository at this point in the history
  3. remove redundant arguments

    emnoor authored and eigenein committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    4ddadc7 View commit details
    Browse the repository at this point in the history
Loading