1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Jun 24, 2025 — Jun 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #31 from allenap/disconnection-and-timeout-crash More... about 9 years ago
Test iterlast directly. More... about 9 years ago
Raise ValueError when no timings are specified to timedCaller. More... about 9 years ago
Get working with Python 2.7. More... about 9 years ago
Fix a couple of bugs related to bootstrapping new sessions. More... about 9 years ago
Ignore all _trial_temp-like files. More... about 9 years ago
Get tests running properly with tox. More... about 9 years ago
Merge pull request #13 from shylent/issue-1a More... over 9 years ago
Mention octet transfer mode in README More... over 9 years ago
Merge pull request #25 from allenap/python3 More... over 10 years ago
Update documentation to refer to "bytes" instead of "str". More... over 10 years ago
Remove left-over tests for now-removed function. More... over 10 years ago
Use Twisted's intToBytes() function instead of rolling our own. More... over 10 years ago
Test, via tox, with Python 3.4 and 3.5 in addition to 2.7. More... over 10 years ago
Merge pull request #24 from allenap/setup-py-and-tox More... over 10 years ago
Merge branch 'setup-py-and-tox' into python3. More... over 10 years ago
Given that Python 3.x tests won't pass yet, do not enable any Python 3.x environments via tox.ini. More... over 10 years ago
Get all tests passing in both Python 2.7 and Python 3.4. More... over 10 years ago
Convert temporary directories to bytes. More... over 10 years ago
Switch to @z.i.implementer from z.i.implements; the latter is not supported on Python 3. More... over 10 years ago
Get tests passing under Python 2.7. More... over 10 years ago
Convert all source with 2to3. Only a couple of minor manual tweaks were applied after the conversion. More... over 10 years ago
Prefix byte strings with "b" to ensure that they're not treated as human-readable strings when running 2to3. More... over 10 years ago
Add setup.py so that this can be released on PyPI, and so that it will work with tox. This is a step towards Python 3 support. More... over 10 years ago
Merge pull request #22 from allenap/error-code-8-test More... over 11 years ago
Test to ensure that all error codes between 0 and 8 inclusive are recognised. More... over 11 years ago
Merge pull request #20 from allenap/error-code-8 More... over 11 years ago
Recognise error code 8, which is used to terminate a transfer due to option negotiation. See RFC 2347, "TFTP Option Extension". More... over 11 years ago
Merge pull request #17 from gabriel-samfira/master More... over 12 years ago
Merge pull request #18 from gabriel-samfira/max_block_size More... over 12 years ago