1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow to run multiple io.process.Process objects simultaneously More... almost 9 years ago
Merge pull request #156 from koobs/patch-1 More... almost 9 years ago
Add __pycache__ & py[co] exclusions to MANIFEST.in More... almost 9 years ago
Fixed Daemon to close all open fds More... almost 9 years ago
Fixed UNIX Socket tests on OS X More... almost 9 years ago
Fixed failing test_error_values test More... almost 9 years ago
Add BaseController to circuits.web namespace More... almost 9 years ago
Fixed Event.create() so passing a name kwarg works More... almost 9 years ago
Format tracebacks in exception event. More... about 9 years ago
Remove code duplication More... about 9 years ago
Fix URL.abspath() which appended a slash if the URI ends with a dot. More... about 9 years ago
Don't return message body in 1XX, 204, 205, 304 responses; Fix #138 More... about 9 years ago
Merge pull request #139 from circuits/fix_set_cookies More... about 9 years ago
Allow keyword arguments in web.dispatchers.Static; Fixes #134 More... about 9 years ago
Also detect TLS 1.2 and 1.3 handshakes More... about 9 years ago
Compose Set-Cookie header in multiple lines; Fix circuits/circuits#135. More... over 9 years ago
Fix accept()ing sockets More... over 9 years ago
Updated .dockerignore More... over 9 years ago
Put a try/except block around the version import More... over 9 years ago
Fixed a bug with the JSONRPC Dispatcher where some clients send no params in the payload More... over 9 years ago
Fixed building docs and versioning the docs More... over 9 years ago
Python 3 fixes More... over 9 years ago
Add a test for IRC's parsemsg() and fix the case of parsing a null message More... over 9 years ago
Added PING reply to IRC More... over 9 years ago
Added RPL_WHOISIDLE to IRC protocol More... over 9 years ago
Added RPL_*AWAY IRC replies More... over 9 years ago
Don't respond to server commands in the default IRC protocol handler More... over 9 years ago
Fixed a bunch of non-numeric IRC replies More... over 9 years ago
Added PONG to IRC More... over 9 years ago
Re-ordered non-numeric IRC replies More... over 9 years ago