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: master
Choose a head ref
  • 15 commits
  • 8 files changed
  • 5 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

Commits on Apr 24, 2023

  1. Fix: correct UCS2 part length following #184, fixes #216

    Pavel Perestoronin authored and eigenein committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    388bb28 View commit details
    Browse the repository at this point in the history
  2. Cut 2.2.3

    Pavel Perestoronin authored and eigenein committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    97ec04c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Opt: add CODEOWNERS

    Pavel Perestoronin authored and eigenein committed May 12, 2023
    Configuration menu
    Copy the full SHA
    196c799 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Opt: create FUNDING.yml

    eigenein committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    e037bfe View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Do not create socket on __init__

    I don't think it is ok to create the socket outside of connect() when the only way to close it is in disconnect(). It leads to unnecessary warnings on object destruction.
    kmikov authored and eigenein committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    57ad3ae View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Add SSH client to the CI

    code-of-kpp authored and eigenein committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    1add0a0 View commit details
    Browse the repository at this point in the history
Loading