Auto-commit with LICENSE file addition, env
15 files · 233+ · 161-

Project: License and Environment

4 files changed
  • LICENSE Added (+201)
  • env.sh Modified (+21/-140)
  • pyproject.toml Modified (+1/-1)
  • config.py Modified (+1/-2)
  • Added LICENSE file (201 lines) – Apache 2.0 license instantiate internal
    1 file
    • LICENSE
  • Simplified env.sh by removing 161 lines of complex environment setup, keeping essential configuration baseline internal
    2 files
    • env.sh
    • config.py
  • Updated pyproject.toml with dependency version change baseline internal
    1 file
    • pyproject.toml

Code Cleanup

11 files changed
  • echo_client.py Removed (-1)
  • echo_server.py Removed (-2)
  • base.py Modified (+1/-1)
  • config.py Modified (+1/-2)
  • debug.py Modified (+3/-4)
  • server.py Modified (+2/-2)
  • unix.py Modified (+1/-1)
  • test_transport_tcp_listen.py Removed (-1)
  • test_transport_suite.py Removed (-2)
  • test_transport_suite_2.py Modified (+1/-1)
  • test_unix_error_handling.py Modified (+1/-1)
  • Removed unused imports from echo_client.py and echo_server.py deprecate internal
    3 files
    • echo_client.py
    • echo_server.py
    • server.py
  • Minor cleanups in client/base.py, config.py, crypto/debug.py, server.py, transport/unix.py baseline internal
    5 files
    • base.py
    • config.py
    • debug.py
    • server.py
    • unix.py
  • Removed unused lines from various test files qualify internal
    5 files
    • test_handshake_utils.py
    • test_transport_tcp_listen.py
    • test_transport_suite_2.py
    • test_transport_suite.py
    • test_unix_error_handling.py