Itamar Turner-Trauring
|
0af83d0e88
|
Fix flake.
|
2021-02-23 10:43:53 -05:00 |
|
Itamar Turner-Trauring
|
c26d94b9b3
|
More type annotations.
|
2021-02-22 10:09:16 -05:00 |
|
Itamar Turner-Trauring
|
70851fe753
|
Death to newint.
|
2020-08-05 11:53:23 -04:00 |
|
Itamar Turner-Trauring
|
bb7d31c5e4
|
Futurize part of port to Python 3.
|
2020-07-15 11:19:57 -04:00 |
|
Itamar Turner-Trauring
|
60a1a24423
|
Manual portion of port to Python 3.
|
2020-07-15 11:13:59 -04:00 |
|
Zooko O'Whielacronx
|
efafcfb91a
|
directories: keep track of your position as you decode netstring after netstring from an input buffer instead of copying the trailing part
This makes decoding linear in the number of netstrings instead of O(N^2).
|
2009-07-04 19:51:09 -07:00 |
|
Brian Warner
|
98c8e25709
|
netstring: add required_trailer= argument
|
2008-09-26 09:57:54 -07:00 |
|
Brian Warner
|
e8cf581e3f
|
move netstring() and split_netstring() into a separate util.netstring module
|
2008-09-25 21:38:24 -07:00 |
|