Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add attribution and license for tnetstring.py | Aldo Cortesi | 2011-08-19 | 1 | -393/+0 |
| | |||||
* | Move to typed netstrings for serialization. | Aldo Cortesi | 2011-08-19 | 1 | -143/+385 |
| | | | | This change is backwards incompatible with the old serialization format! | ||||
* | netstring.py 100% unit test coverage. | Aldo Cortesi | 2011-03-12 | 1 | -4/+0 |
| | |||||
* | Clean up and strip down netstrings module. | Aldo Cortesi | 2011-02-20 | 1 | -83/+8 |
| | |||||
* | Import Will McGugan's netstring module. | Aldo Cortesi | 2011-02-16 | 1 | -0/+230 |
Module is in the Public Domain. I expect to modify and extend this module, so I've imported into main library rather than contrib. Code has been reformatted to suite our code standard, tests have been extrated into /tests directory. |