aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_language_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Factor logger out of pathoc, use it in pathod as well.Aldo Cortesi2015-05-301-1/+1
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-3/+1
|
* Strike times token on copyAldo Cortesi2015-05-171-0/+6
|
* websockets: lINTEGER to specify payload lengthAldo Cortesi2015-05-171-0/+11
|
* Introduce and enfoce uniqueness constraints for language componentsAldo Cortesi2015-05-171-0/+5
|
* websockets: mask specificationAldo Cortesi2015-05-161-1/+25
| | | | | | - Add a FixedLengthValue - Use it to implement a 4-byte mask specifier - Adjust docs
* websockets: specification of fin, mask, rsv1-3 bits.Aldo Cortesi2015-05-041-0/+21
|
* websockets: code specificationAldo Cortesi2015-05-031-0/+27
|
* Lower-case rather than upper-case to canonicalize namesAldo Cortesi2015-05-031-1/+1
| | | | Marginally less finicky
* PreValue -> ValueAldo Cortesi2015-05-031-1/+1
|
* Clarify token/component split through namingAldo Cortesi2015-05-031-53/+37
| | | | Tokens are now Tok*
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-031-3/+5
| | | | Adapt ValueLiteral parsing to suit
* base.PathodSpec -> http.PathodResponseAldo Cortesi2015-05-031-26/+0
|
* Language: minor refactoring and whitespaceAldo Cortesi2015-05-031-1/+2
|
* Split out language messages and actionsAldo Cortesi2015-05-031-122/+1
|
* Revamp header components in languageAldo Cortesi2015-05-021-60/+16
|
* language: create and use Integer and PreValue genericsAldo Cortesi2015-05-021-28/+13
|
* Refactor language to move specific tokens into protocol moduleAldo Cortesi2015-05-021-0/+474
This patch makes progress on language/http.py