1
I Use This!
Activity Not Available

Commits : Listings

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