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: csernazs/pytest-httpserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: csernazs/pytest-httpserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.2
Choose a head ref
  • 18 commits
  • 15 files changed
  • 3 contributors

Commits on Jun 14, 2021

  1. Add a howto entry on how to create an HTTPS server

    I had to implement this for `vdirsyncer`'s test suite, and this might
    save the next person needing it some headaches.
    Hugo Osvaldo Barrera authored and csernazs committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    226f2a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. howto.rst: fix typo

    csernazs committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    f8b88c5 View commit details
    Browse the repository at this point in the history
  2. howto.rst: add a chapter about dual-stack support

    There was a strange issue with dual-stack, so the documentation is updated.
    
    Fixes #61
    csernazs committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d98a6c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. httpserver: propagate event handler exceptions to httpserver (#64)

    * httpserver: propagate event handler exceptions to httpserver
    
    * fix import error and add check() method
    thrau authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    20e1454 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. howto.rst: minor typo fix

    csernazs committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    5a2dd4d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. howto.rst: add text about using custom request handlers

    This has been improved recently to handle assertion errors and to be able to
    obtain the unhandled exceptions, so this is now documented.
    csernazs committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    09bf47c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f83ff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    45655dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8058767 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. ci.yml: add python 3.10-dev

    Also update setup-python to v2.
    csernazs committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    e910eba View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    958cf5b View commit details
    Browse the repository at this point in the history
  2. setup.py add py.typed file

    This file is required to enable type checkers to use the type hints defined
    in this library.
    
    Fixes #65.
    csernazs committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    f86f16f View commit details
    Browse the repository at this point in the history
  3. pytest_httpserver: add type checking with mypy

    Add mypy to dev dependencies and wire it in to gitlab actions.
    Fix type annotations (currently without "--strict").
    
    Fixes #65.
    csernazs committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    ee0b1f6 View commit details
    Browse the repository at this point in the history
  4. setup.py: remove python 3.4 and 3.5 support

    The reason of this removal is the type hinting syntax introduced in python
    3.6, which is added in the previous commit.
    
    Python 3.5 reached end of life in September of 2020, no longer receiving
    security fixes so users using it are encouraged to move forward.
    csernazs committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    a387f32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a4d8b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. scripts/release.py: add script to help releasing

    This will do git tagging and changelog generation and others, but does not
    push anything to anywhere. Also, no pypi upload (yet!).
    csernazs committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    584ff0e View commit details
    Browse the repository at this point in the history
  2. Version bump to 1.0.2

    csernazs committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    2c3db06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d1f699 View commit details
    Browse the repository at this point in the history
Loading