Comprehensive header and module docstring updates across the entire source tree
26 files · 192+ · 110-

Headers and Documentation

6 files changed
  • __init__.py Modified (+5/-2)
  • __init__.py Modified (+4/-1)
  • __init__.py Added (+4)
  • __init__.py Added (+4)
  • __init__.py Modified (+12/-8)
  • __init__.py Modified (+7/-3)
  • Added or updated module-level docstrings and file headers across all 26 source files instantiate internal
    8 files
    • __init__.py
    • __init__.py
    • base.py
    • config.py
    • handler.py
    • handshake.py
    • server.py
    • types.py
  • Improved __init__.py exports and package documentation for pyvider, rpcplugin, client, crypto, transport baseline internal
    6 files
    • __init__.py
    • __init__.py
    • __init__.py
    • __init__.py
    • __init__.py
    • __init__.py
  • Updated type annotations and import organization specify internal
    6 files
    • connection.py
    • types.py
    • __init__.py
    • exception.py
    • __init__.py
    • __init__.py

Core Module Refinements

18 files changed
  • __init__.py Modified (+5/-2)
  • __init__.py Modified (+4/-1)
  • __init__.py Added (+4)
  • base.py Modified (+22/-20)
  • connection.py Modified (+14/-11)
  • types.py Added (+4)
  • __init__.py Added (+4)
  • types.py Added (+4)
  • handshake.py Modified (+9/-10)
  • __init__.py Modified (+12/-8)
  • base.py Modified (+5/-1)
  • server.py Modified (+20/-19)
  • __init__.py Modified (+7/-3)
  • base.py Modified (+5/-3)
  • tcp.py Modified (+13/-7)
  • types.py Modified (+7/-3)
  • unix.py Modified (+15/-12)
  • types.py Added (+4)
  • Refined client/base.py (42 lines) with improved connection and lifecycle management decouple internal
    4 files
    • base.py
    • connection.py
    • base.py
    • base.py
  • Updated client/connection.py (25 lines) with better type hints specify internal
    1 file
    • connection.py
  • Improved server.py (39 lines) with cleaner initialization patterns decouple internal
    1 file
    • server.py
  • Updated handshake.py (19 lines) with documentation improvements decouple internal
    1 file
    • handshake.py
  • Updated protocol/__init__.py (20 lines) with better exports interface internal
    6 files
    • __init__.py
    • __init__.py
    • __init__.py
    • __init__.py
    • __init__.py
    • __init__.py
  • Updated transport modules (tcp.py, unix.py, base.py, types.py) with type improvements decouple internal
    9 files
    • base.py
    • types.py
    • types.py
    • base.py
    • base.py
    • tcp.py
    • types.py
    • unix.py
    • types.py