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: mindflayer/python-mocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.13.11
Choose a base ref
...
head repository: mindflayer/python-mocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 30 files changed
  • 4 contributors

Commits on Aug 24, 2025

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

Commits on Aug 26, 2025

  1. Add documentation

    mindflayer authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    753202a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

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

Commits on Sep 29, 2025

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

Commits on Oct 3, 2025

  1. Correct the phonetic stress notation (#309)

    The "vertical stroke" symbol indicates that the following syllable receives the primary stress so the "syllable separator" (the dot) then indicates unstressed syllables. I believe the stressed syllable is the first one, so change the notation to reflect this.
    
    Perhaps the second syllable should also be spelled /ɪ/ instead to match [<socket>](https://en.wiktionary.org/wiki/socket#Pronunciation) but maybe i am taking the joke too far.
    git-staus authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    4fc2dfa View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Add support for Python 3.14 (#307)

    * Add Python version 3.14
    * Update Python versions in GitHub Actions workflow
    * Bump version.
    * Pre-commit hooks bump.
    mindflayer authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    44f42ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f4a362 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Update PyPy version in GitHub Actions workflow (#314)

    * Update PyPy version in GitHub Actions workflow
    * Bump Python version for MyPy.
    mindflayer authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    e1b861c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

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

Commits on Dec 1, 2025

  1. Fix license.

    mindflayer committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    4edfeb8 View commit details
    Browse the repository at this point in the history
  2. Fix PyPy CI (#316)

    * Skip mypy for PyPy.
    mindflayer authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    a4a286d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

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

Commits on Feb 2, 2026

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

Commits on Feb 22, 2026

  1. Adding type hints and docstrings (#317)

    * Adding type hints and docstrings.
    * Add coverage.xml to .gitignore and remove from tracking
    * Fix setsockopt signature to match standard socket API
    * Add tests for setsockopt with and without optlen
    mindflayer authored Feb 22, 2026
    Configuration menu
    Copy the full SHA
    6407df7 View commit details
    Browse the repository at this point in the history
  2. Bump version.

    mindflayer committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    0a03523 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

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