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: bmerry/async-solipsism
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7
Choose a base ref
...
head repository: bmerry/async-solipsism
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8
Choose a head ref
  • 8 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 17, 2025

  1. Configuration menu
    Copy the full SHA
    a3568e2 View commit details
    Browse the repository at this point in the history
  2. Remove old requirements.in

    It's not used any more, as pip-compile compiles directly from
    pyproject.toml.
    bmerry committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    8ea113d View commit details
    Browse the repository at this point in the history
  3. Set asyncio_default_fixture_loop_scope for pytest

    Modern versions of pytest-asyncio complain without it.
    bmerry committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    adfa309 View commit details
    Browse the repository at this point in the history
  4. Update requirements to newer versions

    All at the latest for Python 3.8.
    bmerry committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    80b4b29 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Support getpeername for listening sockets

    It raises an OSError because listening sockets are not connected to a
    peer. But this is sufficient for asyncio debug logging to work.
    bmerry committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    bc2d9bc View commit details
    Browse the repository at this point in the history
  2. Support socket.sendmsg

    It only supports the basics, not ancillary data or alternative
    destination addresses.
    bmerry committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    71f486e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1615817 View commit details
    Browse the repository at this point in the history
  4. Prepare for 0.8 release

    bmerry committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    0a2c3aa View commit details
    Browse the repository at this point in the history
Loading